/* ================================================================
   SARAH'S PLACE GPS — Clean HTML Reconstruction
   Rebuilt from mysarahsplace.org (GoDaddy migration)
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Cantarell&display=swap');

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

body {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #151515;
  background: #fff;
}

/* ---- HEADER / LOGO ---- */
header {
  text-align: center;
  padding: 56px 20px 24px;
}

header a {
  display: inline-block;
}

header img {
  height: 149px;
  width: auto;
}

/* ---- NAVIGATION ---- */
nav {
  text-align: center;
  padding: 32px 10px;
}

nav a {
  display: inline-block;
  color: #8c201b;
  text-decoration: none;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 16px;
  padding-bottom: 4px;
}

nav a.active {
  border-bottom: 1px solid #8c201b;
}

/* ---- MAIN CONTENT AREA ---- */
main {
  max-width: 920px;
  margin: 0 auto;
  padding: 36px 24px 60px;
}

h1 {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  color: #151515;
  margin-bottom: 28px;
}

h2 {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #151515;
  margin: 30px 0 12px;
  text-align: center;
}

h3 {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #151515;
  margin: 26px 0 10px;
}

p {
  margin-bottom: 16px;
}

a {
  color: #8c201b;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* ---- HOME PAGE ---- */
.home-grid {
  display: flex;
  align-items: stretch;
  max-width: 1112px;
  margin: 0 auto;
  min-height: 400px;
}

.home-logo {
  flex: 0 0 65.1%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.home-logo img {
  max-width: 100%;
  height: auto;
}

.home-tagline {
  flex: 0 0 34.9%;
  background: #fdf1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.home-tagline p {
  font-family: 'Cantarell', Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  color: #151515;
  line-height: 1.2;
  margin: 0;
}

/* ---- NEWS & EVENTS SUMMARY ---- */
.news-list {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.news-item {
  margin-bottom: 50px;
  font-size: 16px;
  font-family: 'Poppins', Arial, sans-serif;
  color: #5e5e5e;
  line-height: 1.5;
  text-align: center;
}

.news-item a.more {
  color: #8c201b;
}

/* ---- BUTTON ---- */
.btn {
  display: block;
  width: fit-content;
  background: #8c201b;
  color: #fff !important;
  text-decoration: none;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 14px 36px;
  margin: 36px auto 0;
}

.btn:hover {
  background: #6b1010;
  text-decoration: none !important;
}

/* ---- SECTION HEADINGS (within long-form articles) ---- */
.section-heading {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #8c201b;
  margin-top: 40px;
  margin-bottom: 4px;
}

/* ---- ARTICLE / LONG-FORM CONTENT ---- */
.article {
  max-width: 725px;
  margin: 0 auto;
}

.article h2 {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #5e5e5e;
  text-align: center;
  margin: 40px 0 8px;
  line-height: 24px;
}

.article h3 {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5e5e5e;
  text-align: center;
  margin: 4px 0 24px;
  line-height: 24px;
}

.article p {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5e5e5e;
  text-align: left;
  line-height: 24px;
  margin-bottom: 24px;
}

.article .note {
  font-style: italic;
  color: #888;
  font-size: 14px;
}

/* ---- BOARD / OFFICERS ---- */
.board-member {
  margin-bottom: 44px;
}

.board-member h2 {
  text-align: left;
  font-size: 17px;
  margin-bottom: 10px;
}

.board-member p {
  text-align: left;
}

/* ---- FOUNDERS STORY ---- */
.founders-intro {
  max-width: 740px;
  margin: 0 auto;
  text-align: left;
}

.brain-images {
  margin: 36px auto;
  text-align: center;
  border: 1px solid #ddd;
  padding: 28px;
  max-width: 500px;
}

.brain-images h3 {
  margin-bottom: 16px;
}

.brain-images ul {
  list-style: disc;
  display: inline-block;
  text-align: left;
  padding-left: 20px;
}

.brain-images li {
  margin-bottom: 10px;
}

/* ---- FAQ ---- */
.faq-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 34px;
}

.faq-question {
  text-align: center;
  margin-bottom: 18px;
  font-size: 16px;
  color: #151515;
}

/* ---- CONTACT ---- */
.contact-info {
  text-align: center;
  margin-bottom: 44px;
  font-size: 16px;
  line-height: 2.1;
}

.contact-more {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}

.contact-more p {
  text-align: center;
}

.contact-more .address {
  margin: 20px auto;
  font-style: normal;
  line-height: 2;
}

.contact-more .note {
  margin-top: 28px;
  font-size: 14px;
  font-style: italic;
}

/* ---- FOOTER ---- */
footer {
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 18px 20px;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #777;
  margin-top: 60px;
}

/* ---- HAMBURGER TOGGLE — hidden on desktop ---- */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: #8c201b;
  font-size: 32px;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
}

/* ================================================================
   RESPONSIVE — MOBILE (max-width: 600px)
   ================================================================ */
@media (max-width: 600px) {

  header {
    padding: 24px 16px 12px;
  }

  header img {
    height: auto;
    max-height: 90px;
    max-width: 80%;
  }

  nav {
    display: block;
    padding: 8px 16px;
    text-align: center;
  }

  .nav-toggle {
    display: block;
    margin: 0 auto;
  }

  nav a {
    display: none !important;
    font-size: 19px;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #f0e0e0;
    width: 100%;
  }

  nav a:last-of-type {
    border-bottom: none;
  }

  nav.nav-open a {
    display: block !important;
  }

  main {
    padding: 24px 16px 40px;
  }

  /* Home page: stack logo above tagline */
  .home-grid {
    flex-direction: column;
    min-height: auto;
  }

  .home-logo {
    flex: none;
    width: 100%;
    padding: 24px 16px;
  }

  .home-tagline {
    flex: none;
    width: 100%;
    padding: 28px 20px;
  }

  .home-tagline p {
    font-size: 18px;
  }

  /* Content containers: full width */
  .article,
  .founders-intro,
  .brain-images,
  .faq-intro,
  .contact-more {
    max-width: 100%;
  }

  /* Monospace H-illustration: smaller font, scroll if needed */
  pre {
    font-size: 11px !important;
    overflow-x: auto;
  }

  /* Button: full width */
  .btn {
    width: 100%;
    text-align: center;
  }

  h2 {
    font-size: 16px;
  }

  h3 {
    font-size: 15px;
  }
}
