@charset "UTF-8";
/* ===================================================
   Well Rooted Healing — Modern Light Green Theme
   =================================================== */
/* --- Reset ---------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr, dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/* --- Base ----------------------------------------- */
body {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #1c1c1c;
  background: #fdfdfd;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

h1 {
  font-size: 1.85rem;
  color: #2a5740;
}

h2 {
  font-size: 1.45rem;
  color: #2a5740;
}

h3 {
  font-size: 1.2rem;
  color: #2a5740;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #3d7a5a;
  text-decoration: none;
}

a:hover {
  color: #2a5740;
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul, ol {
  margin-left: 1.5rem;
}

/* --- Hero Slideshow -------------------------------- */
.hero-slideshow-band {
  background: #1e3328;
}

.hero-slideshow {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 300px;
  overflow: hidden;
  background: #1a2e22;
}

.hero-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.4s ease-in-out;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 30, 10, 0.18) 0%, rgba(0, 30, 10, 0.55) 100%);
  z-index: 1;
}

.hero-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 1rem 2rem;
}

.hero-title {
  font-family: "Lato", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
  color: #fff;
}

.hero-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.88;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

/* --- Top Banner ------------------------------------ */
.site-topbar {
  background: #1e3328;
  height: 16px;
}

/* --- Navigation ------------------------------------ */
.site-nav {
  background: #1e3328;
  border-bottom: 3px solid #52b788;
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.site-nav__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  padding: 0 1rem;
}

.site-nav__brand {
  display: flex;
  align-items: center;
  padding: 0 1.4rem 0 0.2rem;
  color: #c8e6d0;
  font-family: "Lato", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: auto;
  border-right: 1px solid rgba(82, 183, 136, 0.25);
}

.site-nav__brand:hover {
  color: #fff;
  text-decoration: none;
}

.site-nav__links {
  display: flex;
  align-items: stretch;
}

.site-nav__link {
  display: flex;
  align-items: center;
  padding: 0.85rem 1.2rem;
  color: #c8e6d0;
  font-family: "Lato", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}

.site-nav__link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  text-decoration: none;
}

.site-nav__link.active {
  color: #fff;
  border-bottom: 2px solid #52b788;
}

/* --- Page Wrapper ---------------------------------- */
.page-wrapper {
  max-width: 860px;
  margin: 3rem auto;
  padding: 0 1.5rem 4rem;
}

/* --- Page Content ---------------------------------- */
.page-content {
  line-height: 1.85;
}

.page-content h1 {
  border-bottom: 2px solid #d0e8da;
  padding-bottom: 0.4rem;
  margin-bottom: 1.2rem;
  margin-top: 2rem;
}

.page-content h1:first-child {
  margin-top: 0;
}

.page-content h2 {
  border-bottom: 1px solid #d0e8da;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.page-content blockquote {
  border-left: 4px solid #52b788;
  margin: 1.8rem 0;
  padding: 0.8rem 1.5rem;
  background: #f2f8f5;
  font-style: italic;
  color: #555;
  border-radius: 0 4px 4px 0;
}

.page-content blockquote p {
  margin-bottom: 0;
}

.page-content img {
  display: block;
  margin: 1.5rem auto;
  border-radius: 4px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
}

.page-content center img {
  border-radius: 4px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
}

/* --- Two-column helper ----------------------------- */
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.column, .column2 {
  flex: 1 1 45%;
}

/* --- Map ------------------------------------------ */
iframe {
  max-width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.12);
  display: block;
  margin: 1rem 0;
}

/* --- Footer ---------------------------------------- */
.site-footer {
  background: #1e3328;
  border-top: 3px solid #52b788;
  padding: 2rem 1.5rem;
  color: #a0c8b0;
  font-size: 0.85rem;
  text-align: center;
}

.site-footer a {
  color: #52b788;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-inner {
  max-width: 860px;
  margin: 0 auto;
}

/* --- Story Grid ------------------------------------ */
@keyframes card-appear {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin: 0.5rem 0 2rem;
}

.story-card {
  background: #fff;
  border: 1px solid #d0e8da;
  border-top: 4px solid #52b788;
  border-radius: 6px;
  padding: 1.4rem 1.3rem 1.2rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  opacity: 0;
  animation: card-appear 0.45s ease forwards;
}

.story-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(45, 87, 64, 0.18);
  border-top-color: #3d7a5a;
}

.story-card:nth-child(1) {
  animation-delay: 0.05s;
}

.story-card:nth-child(2) {
  animation-delay: 0.12s;
}

.story-card:nth-child(3) {
  animation-delay: 0.19s;
}

.story-card:nth-child(4) {
  animation-delay: 0.26s;
}

.story-card:nth-child(5) {
  animation-delay: 0.33s;
}

.story-card:nth-child(6) {
  animation-delay: 0.4s;
}

.story-card:nth-child(7) {
  animation-delay: 0.47s;
}

.story-card:nth-child(8) {
  animation-delay: 0.54s;
}

.story-card:nth-child(9) {
  animation-delay: 0.61s;
}

.card-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #52b788;
  margin-bottom: 0.5rem;
}

.card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2a5740;
  margin-bottom: 0.65rem;
  line-height: 1.35;
}

.card-excerpt {
  font-size: 0.85rem;
  color: #4a5e52;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.card-cta {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3d7a5a;
}

.story-card:hover .card-cta {
  color: #2a5740;
  text-decoration: underline;
}

/* --- Card Modal ------------------------------------ */
@keyframes backdrop-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.card-modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(20, 46, 32, 0.72);
  z-index: 600;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
}

.card-modal-backdrop.is-open {
  display: flex;
  animation: backdrop-in 0.25s ease forwards;
}

.card-modal__inner {
  background: #fff;
  border-radius: 8px;
  max-width: 660px;
  width: 100%;
  padding: 2.5rem;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  animation: modal-in 0.3s ease forwards;
  border-top: 5px solid #52b788;
}

.card-modal__close {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  background: none;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  color: #888;
  cursor: pointer;
  padding: 0;
}

.card-modal__close:hover {
  color: #2a5740;
}

.card-modal__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #52b788;
  margin-bottom: 0.5rem;
}

.card-modal__title {
  font-size: 1.4rem;
  color: #2a5740;
  margin-bottom: 1.2rem;
  padding-right: 2rem;
  border: none;
}

.card-modal__body p {
  font-size: 0.97rem;
  line-height: 1.85;
  color: #2c3e30;
  margin-bottom: 1rem;
}

/* --- Link card variant ----------------------------- */
.story-card--link {
  display: block;
  text-decoration: none;
  border-top-color: #3d7a5a;
}

.story-card--link:hover {
  text-decoration: none;
}

/* --- Biography Page -------------------------------- */
.bio-page {
  max-width: 680px;
}

.bio-page h1 {
  font-size: 1.4rem;
  border-bottom: 2px solid #d0e8da;
  padding-bottom: 0.4rem;
  margin-bottom: 1.2rem;
}

.bio-page p {
  font-size: 0.97rem;
  line-height: 1.85;
  margin-bottom: 1rem;
}

.bio-page .bio-photo {
  float: right;
  margin: 0 0 1.4rem 1.8rem;
}

.bio-page .bio-photo img {
  width: 200px;
  border-radius: 4px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
  display: block;
}

/* --- Contact Page ---------------------------------- */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.contact-bio h1 {
  font-size: 1.4rem;
  border-bottom: 2px solid #d0e8da;
  padding-bottom: 0.4rem;
  margin-bottom: 1.2rem;
}

.contact-bio p {
  font-size: 0.95rem;
  line-height: 1.85;
  margin-bottom: 1rem;
}

.bio-photo {
  float: right;
  margin: 0 0 1.2rem 1.5rem;
}

.bio-photo img {
  width: 180px;
  border-radius: 4px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
  display: block;
}

.contact-details {
  background: #f2f8f5;
  border: 1px solid #d0e8da;
  border-left: 4px solid #52b788;
  border-radius: 0 6px 6px 0;
  padding: 1.2rem 1.4rem;
  margin-top: 1.5rem;
}

.contact-details h3 {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #52b788;
  margin-bottom: 0.6rem;
}

.contact-details p {
  font-size: 0.92rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.contact-location h2 {
  font-size: 1.2rem;
  border-bottom: 1px solid #d0e8da;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}

.contact-location p {
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.location-card {
  background: #f2f8f5;
  border: 1px solid #d0e8da;
  border-top: 4px solid #52b788;
  border-radius: 6px;
  padding: 1rem 1.3rem;
  margin-bottom: 1.2rem;
}

.location-card h3 {
  font-size: 1rem;
  color: #2a5740;
  margin-bottom: 0.3rem;
}

.location-card p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.schedule-note {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #4a5e52;
}

/* --- Hamburger toggle (hidden on desktop) ---------- */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: #c8e6d0;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.7rem 0.8rem;
  margin-left: auto;
  min-width: 44px;
  min-height: 44px;
}

.nav-toggle:hover {
  color: #fff;
}

/* --- Tablet: 2-column story grid ------------------- */
@media (max-width: 900px) {
  .story-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* --- Mobile ---------------------------------------- */
@media (max-width: 640px) {
  /* Typography */
  body {
    font-size: 16px;
  }
  .hero-title {
    font-size: 1.5rem;
  }
  .hero-subtitle {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
  }
  /* Page spacing */
  .page-wrapper {
    margin: 1.2rem auto;
    padding: 0 1rem 3rem;
  }
  /* Navigation: hamburger */
  .site-nav {
    position: relative;
  }
  .site-nav__inner {
    flex-wrap: wrap;
  }
  .site-nav__brand {
    display: flex;
    border-right: none;
    flex: 1;
  }
  .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-nav__links {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #1e3328;
    border-top: 1px solid rgba(82, 183, 136, 0.25);
    padding: 0.4rem 0 0.6rem;
  }
  .site-nav__links.is-open {
    display: flex;
  }
  .site-nav__link {
    padding: 0.85rem 1.4rem;
    font-size: 0.82rem;
    border-bottom: 1px solid rgba(82, 183, 136, 0.1);
    min-height: 44px;
  }
  .site-nav__link:last-child {
    border-bottom: none;
  }
  /* Story grid: single column */
  .story-grid {
    grid-template-columns: 1fr;
  }
  /* Story cards: larger touch targets */
  .story-card {
    padding: 1.2rem;
  }
  /* Modal: near full-screen */
  .card-modal-backdrop {
    padding: 0;
    align-items: flex-end;
  }
  .card-modal__inner {
    border-radius: 12px 12px 0 0;
    max-height: 88vh;
    padding: 1.6rem 1.3rem;
    border-top-width: 4px;
  }
  /* Contact layout: stack */
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  /* Bio page: no float */
  .bio-photo {
    float: none;
    margin: 0 0 1.2rem 0;
  }
  .bio-photo img {
    width: 160px;
  }
  .bio-page .bio-photo {
    float: none;
    margin: 0 0 1.2rem 0;
  }
  .bio-page .bio-photo img {
    width: 160px;
  }
  /* Map iframe */
  iframe {
    height: 280px;
  }
  /* Utility columns */
  .column, .column2 {
    flex: 1 1 100%;
  }
}
/* --- Small phone adjustments ----------------------- */
@media (max-width: 380px) {
  .hero-title {
    font-size: 1.25rem;
  }
  .site-nav__brand {
    font-size: 0.68rem;
  }
}

/*# sourceMappingURL=main.css.map */