@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 Banner ----------------------------------- */
.hero-banner {
  position: relative;
  width: 100%;
  height: 300px;
  background: rgba(255, 255, 255, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-eucalyptus {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  max-width: none;
  z-index: 1;
}

.hero-eucalyptus--rhs {
  right: 0;
}

.hero-eucalyptus--lhs {
  left: 0;
}

.hero-text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 2rem;
}

.hero-title {
  font-family: "Raleway", sans-serif;
  font-size: 2.2rem;
  font-weight: 200;
  letter-spacing: 0.22em;
  margin-bottom: 0.5rem;
  color: #2a5740;
}

.hero-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2a5740;
  opacity: 0.88;
}

/* --- Page top/bottom image bands ------------------- */
.page-top-band {
  height: 50px;
  background-color: #ddeef8;
}

.page-bottom-band {
  height: 100px;
  background-color: #ddeef8;
}

/* --- Top Banner ------------------------------------ */
.site-topbar {
  display: none;
}

/* --- Navigation ------------------------------------ */
.site-nav {
  background: #7aab90;
  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: 0.5rem;
  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: #7aab90;
  border-top: 3px solid #52b788;
  padding: 2rem 1.5rem;
  color: #1e3328;
  font-size: 0.85rem;
  text-align: center;
}

.site-footer a {
  color: #1e3328;
}

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

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

/* --- Book Now floating button ---------------------- */
.book-now-btn {
  position: fixed;
  top: 70px;
  right: 30px;
  z-index: 9999;
  background-color: #d4ecd4;
  color: #2a5740;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22), 0 2px 6px rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.book-now-btn:hover {
  background-color: #b8ddb8;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  color: #1e3328;
  text-decoration: none;
}

/* --- Remove page-wrapper top margin when story grid is present --- */
.page-wrapper:has(.story-grid) {
  margin-top: 0;
  padding-top: 0;
}

/* --- Story Grid (full-width scroll-reveal) --------- */
.story-grid {
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  background-color: rgba(255, 255, 255, 0.96);
}

.story-card {
  width: 100%;
  align-self: center;
  min-height: 45vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem max(1.5rem, 50% - 420px) 5rem 5em;
  cursor: default;
  border: none;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translateY(52px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.story-card:nth-child(even) {
  background: rgba(247, 251, 249, 0.96);
}

.story-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.story-card:hover {
  background: rgba(240, 247, 243, 0.97);
}

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

.card-title {
  font-size: 1.85rem;
  font-weight: 300;
  color: #2a5740;
  margin-bottom: 1rem;
  line-height: 1.3;
  max-width: 680px;
}

.card-excerpt {
  font-size: 1.05rem;
  color: #4a5e52;
  line-height: 1.8;
  margin-bottom: 1.8rem;
  max-width: 620px;
}

.card-body {
  font-size: 1.05rem;
  color: #4a5e52;
  line-height: 1.8;
  max-width: 620px;
}

.card-body p {
  margin-bottom: 1rem;
}

.card-body p:last-child {
  margin-bottom: 0;
}

.card-cta {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #3d7a5a;
  display: inline-block;
  border-bottom: 1px solid #52b788;
  padding-bottom: 2px;
}

.story-card:hover .card-cta {
  color: #2a5740;
  border-bottom-color: #2a5740;
}

/* --- Link card variant ----------------------------- */
.story-card--link {
  display: flex;
  text-decoration: none;
  cursor: pointer;
}

.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;
}

/* --- 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: #7aab90;
    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 sections: compact on mobile */
  .story-card {
    width: 100%;
    min-height: 55vh;
    padding: 3rem 1.4rem;
  }
  .card-title {
    font-size: 1.35rem;
  }
  .card-excerpt {
    font-size: 0.95rem;
  }
  /* 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=site.css.map */