/* Nurturing Duality — Base Styles (clean) */
*,*::before,*::after{box-sizing:border-box}
html:focus-within{scroll-behavior:smooth}
body{margin:0; font-family: "Playfair Display", Georgia, serif; color:#111; background:#fff;}
img{max-width:100%; display:block}
a{color:inherit}
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}


/* === Home intro card & Book a Session button === */
.hero{
  text-align:center;
  padding:2.5rem 1rem 1.5rem;
}
.hero h1{
  margin:0;
  font-size:clamp(1.9rem, 3vw, 2.4rem);
}
.intro{
  padding:1.5rem 1rem 2.5rem;
  display:flex;
  justify-content:center;
}
.intro-card{
  max-width:880px;
  width:100%;
  margin:0 auto;
  padding:1.75rem 1.5rem 2rem;
  border-radius:28px;
  background:rgba(255,255,255,0.86);
  box-shadow:0 18px 40px rgba(0,0,0,0.18);
  border:1px solid rgba(0,0,0,0.04);
  backdrop-filter:blur(8px) saturate(130%);
  -webkit-backdrop-filter:blur(8px) saturate(130%);
}
.nd-services-card{
  text-align:left;
}
.nd-services-card h2,
.nd-services-card p{
  text-align:left;
}


.nd-service-prefix{
  font-size:1.08em;
}
.intro-card p{
  margin:0;
  line-height:1.6;
}
.cta-row{
  margin-top:1.4rem;
  display:flex;
  justify-content:center;
}
.intro-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.7rem 1.7rem;
  border-radius:999px;
  border:1px solid #809078;
  background:rgba(255,255,255,0.98);
  color:#163127;
  font-size:1rem;
  font-weight:600;
  text-decoration:none;
  box-shadow:0 8px 24px rgba(0,0,0,0.12);
  transition:background .18s ease, color .18s ease, box-shadow .18s ease, transform .14s ease;
}
.intro-cta:hover{
  background:#ffffff;
  box-shadow:0 12px 28px rgba(0,0,0,0.2);
  transform:translateY(-1px);
}
.intro-cta:active{
  transform:translateY(0);
  box-shadow:0 6px 16px rgba(0,0,0,0.16);
}
.intro-cta:focus-visible{
  outline:2px solid #809078;
  outline-offset:3px;
}

/* === Connect With Me bar === */
.nd-connect-shell{
  padding:0 1rem 2.5rem;
  display:flex;
  justify-content:center;
}
.nd-connect-card{
  max-width:540px;
  width:100%;
  margin:0 auto;
  padding:1.1rem 1.25rem 1.3rem;
  border-radius:26px;
  background:rgba(255,255,255,0.9);
  box-shadow:0 18px 40px rgba(0,0,0,0.18);
  border:1px solid rgba(0,0,0,0.04);
  text-align:center;
  backdrop-filter:blur(8px) saturate(130%);
  -webkit-backdrop-filter:blur(8px) saturate(130%);
}
.nd-connect-heading{
  margin:0 0 .65rem;
  font-size:.98rem;
  letter-spacing:.02em;
}
.nd-connect-links{
  display:flex;
  justify-content:center;
  gap:.65rem;
}
.nd-connect-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:999px;
  background:#809078;
  color:#ffffff;
  text-decoration:none;
  box-shadow:0 8px 22px rgba(0,0,0,0.22);
  border:1px solid rgba(255,255,255,0.6);
  transition:transform .14s ease, box-shadow .18s ease, background .18s ease, opacity .16s ease;
}
.nd-connect-link:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 26px rgba(0,0,0,0.25);
  background:#6c7a66;
}
.nd-connect-link:active{
  transform:translateY(0);
  box-shadow:0 6px 16px rgba(0,0,0,0.18);
}
.nd-connect-link:focus-visible{
  outline:2px solid #809078;
  outline-offset:3px;
}
.nd-connect-icon{
  width:20px;
  height:20px;
  display:block;
  fill:currentColor;
}

@media (max-width:640px){
  .intro{
    padding:1.25rem .85rem 2.1rem;
  }
  .intro-card{
    padding:1.4rem 1.1rem 1.8rem;
    border-radius:24px;
  }
  .nd-connect-shell{
    padding:0 .85rem 2rem;
  }
  .nd-connect-card{
    padding:1rem 1rem 1.15rem;
    border-radius:22px;
  }
}


/* Outline pill button variant used on Thank You page */
.btn-outline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0.55rem 1.4rem;
  border-radius:9999px;
  border:2px solid #809078;
  background:rgba(255,255,255,0.96);
  color:#0d1b16;
  font-weight:600;
  text-decoration:none;
  letter-spacing:0.02em;
  box-shadow:0 10px 26px rgba(0,0,0,0.16);
  transition:background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.15s ease;
}
.btn-outline:hover{
  background:#809078;
  color:#ffffff;
  box-shadow:0 14px 32px rgba(0,0,0,0.24);
  transform:translateY(-1px);
}
.btn-outline:active{
  transform:translateY(0);
  box-shadow:0 8px 18px rgba(0,0,0,0.18);
}
.btn-outline:focus{
  outline:2px solid rgba(0,0,0,0.35);
  outline-offset:2px;
}

/* Sticky footer layout */

html, body { height:100%; }
body { display:flex; flex-direction:column; }
main { flex:1 0 auto; }
footer { flex-shrink:0; }


/* ND FAQ accordion */
.nd-faq-accordion {
  display: block;
}

.nd-faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.1rem;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

.nd-faq-toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: 2px;
}

.nd-faq-toggle-title {
  flex: 1;
  text-align: left;
}

.nd-faq-toggle-icon {
  margin-left: 0.75rem;
  font-size: 1.1rem;
  transform-origin: center;
  transition: transform 0.18s ease-out;
}

.nd-faq-toggle[aria-expanded="true"] .nd-faq-toggle-icon {
  transform: rotate(45deg);
}

.nd-faq-panel {
  padding: 0.1rem 1.1rem 0.9rem;
}

.nd-faq-panel .nd-faq-question {
  margin-top: 0.75rem;
}

.nd-faq-panel .nd-faq-answer {
  margin: 0.25rem 0 0.5rem;
}


/* FAQ accordion mobile color fix */
.nd-faq-toggle {
  color: #000 !important;
}
.nd-faq-toggle .nd-faq-toggle-title {
  color: #000 !important;
}
.nd-faq-toggle-icon {
  color: #000 !important;
}
@media (max-width: 768px) {
  .nd-faq-toggle,
  .nd-faq-toggle .nd-faq-toggle-title,
  .nd-faq-toggle-icon {
    color: #000 !important;
  }
}

