/* Peace Health Body — custom design system */
:root {
  --nhc-ink: #173e3a;
  --nhc-ink-2: #294f4a;
  --nhc-text: #516764;
  --nhc-muted: #718481;
  --nhc-sage: #69a77d;
  --nhc-sage-dark: #477e61;
  --nhc-mint: #eaf5f0;
  --nhc-mint-2: #f5faf7;
  --nhc-coral: #e5775e;
  --nhc-coral-dark: #bd5944;
  --nhc-sand: #fbf7ef;
  --nhc-white: #ffffff;
  --nhc-line: #dce8e2;
  --nhc-shadow: 0 22px 60px rgba(23, 62, 58, 0.10);
  --nhc-shadow-soft: 0 10px 30px rgba(23, 62, 58, 0.07);
  --nhc-radius: 24px;
}

html { scroll-behavior: smooth; }
body {
  color: var(--nhc-text);
  background: var(--nhc-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  color: var(--nhc-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(2.85rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.7rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
p:last-child { margin-bottom: 0; }
a { color: var(--nhc-sage-dark); text-decoration: none; }
a:hover { color: var(--nhc-ink); }
img { max-width: 100%; }
::selection { background: #cde7d8; color: var(--nhc-ink); }

.skip-link {
  position: fixed; top: 10px; left: 10px; transform: translateY(-150%);
  background: var(--nhc-ink); color: #fff; padding: .65rem 1rem; border-radius: 8px; z-index: 2000;
}
.skip-link:focus { transform: translateY(0); color: #fff; }

.container { max-width: 1200px; }
.section { padding: 108px 0; }
.section-sm { padding: 72px 0; }
.bg-mint { background: var(--nhc-mint-2); }
.bg-sand { background: var(--nhc-sand); }
.text-ink { color: var(--nhc-ink) !important; }
.text-sage { color: var(--nhc-sage-dark) !important; }
.text-coral { color: var(--nhc-coral) !important; }
.lead-copy { font-size: clamp(1.05rem, 1.7vw, 1.25rem); line-height: 1.75; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem; color: var(--nhc-sage-dark);
  font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1rem;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; border-radius: 4px; background: var(--nhc-coral); }
.section-heading { max-width: 740px; margin-bottom: 3rem; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading p { max-width: 650px; margin-top: 1.2rem; }
.section-heading.centered p { margin-left: auto; margin-right: auto; }

.topbar { background: var(--nhc-ink); color: #dcebe6; font-size: .82rem; }
.topbar .container { min-height: 38px; }
.topbar a { color: #fff; font-weight: 700; }
.topbar a:hover { color: #b9ddc6; }
.dot { width: 4px; height: 4px; border-radius: 50%; background: var(--nhc-coral); display: inline-block; }

.site-header {
  position: sticky; top: 0; z-index: 1020; background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(220,232,226,.85); transition: box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled { box-shadow: 0 8px 28px rgba(23,62,58,.08); backdrop-filter: blur(14px); }
.navbar { min-height: 82px; padding-top: .7rem; padding-bottom: .7rem; }
.navbar-brand img { width: 220px; height: auto; }
.navbar-nav { gap: .15rem; }
.nav-link {
  color: var(--nhc-ink) !important; font-size: .93rem; font-weight: 750; padding: .65rem .75rem !important;
  border-radius: 10px; position: relative;
}
.nav-link:hover, .nav-link.active { background: var(--nhc-mint); color: var(--nhc-sage-dark) !important; }
.navbar-toggler { border: 0; padding: .5rem; box-shadow: none !important; }
.navbar-toggler-icon { width: 1.35em; height: 1.35em; }

.btn {
  border-radius: 999px; padding: .78rem 1.25rem; font-weight: 800; font-size: .9rem;
  letter-spacing: .005em; border-width: 1.5px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--nhc-coral); border-color: var(--nhc-coral); color: #fff; box-shadow: 0 10px 24px rgba(229,119,94,.23); }
.btn-primary:hover, .btn-primary:focus { background: var(--nhc-coral-dark); border-color: var(--nhc-coral-dark); color: #fff; box-shadow: 0 12px 30px rgba(189,89,68,.26); }
.btn-secondary { background: var(--nhc-ink); border-color: var(--nhc-ink); color: #fff; }
.btn-secondary:hover, .btn-secondary:focus { background: #0e302d; border-color: #0e302d; color: #fff; }
.btn-outline-dark { color: var(--nhc-ink); border-color: var(--nhc-ink); }
.btn-outline-dark:hover { background: var(--nhc-ink); border-color: var(--nhc-ink); }
.btn-link-arrow { padding: 0; color: var(--nhc-ink); border: 0; font-weight: 850; }
.btn-link-arrow span { display: inline-block; margin-left: .35rem; transition: transform .2s ease; }
.btn-link-arrow:hover span { transform: translateX(5px); }

.hero { background: linear-gradient(120deg, #f4faf7 0%, #fffaf4 100%); padding: 72px 0 58px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(105,167,125,.11); left: -210px; top: -240px; }
.hero .container { position: relative; z-index: 1; }
.hero h1 { margin-bottom: 1.5rem; max-width: 700px; }
.hero h1 em { color: var(--nhc-sage-dark); font-style: italic; font-weight: 600; }
.hero-copy { max-width: 610px; font-size: 1.14rem; }
.hero-media { position: relative; padding: 0 0 24px 24px; }
.hero-media img { width: 100%; min-height: 560px; object-fit: cover; object-position: 60% center; border-radius: 160px 26px 26px 26px; box-shadow: var(--nhc-shadow); }
.hero-media::after { content: ""; position: absolute; inset: 28px 24px 0 0; border: 2px solid rgba(105,167,125,.3); border-radius: 155px 24px 24px 24px; z-index: -1; }
.hero-note {
  position: absolute; left: -12px; bottom: 3px; max-width: 245px; background: #fff; padding: 1rem 1.05rem;
  border-radius: 17px; box-shadow: var(--nhc-shadow); display: flex; gap: .75rem; align-items: center;
}
.hero-note-icon { width: 44px; height: 44px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; background: var(--nhc-mint); color: var(--nhc-sage-dark); }
.hero-note strong { color: var(--nhc-ink); font-size: .92rem; line-height: 1.25; display: block; }
.hero-note small { display: block; color: var(--nhc-muted); margin-top: .15rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: .75rem 1.3rem; margin-top: 1.6rem; color: var(--nhc-ink); font-size: .9rem; font-weight: 700; }
.hero-points span { display: inline-flex; align-items: center; gap: .45rem; }
.check-icon { width: 21px; height: 21px; border-radius: 50%; background: var(--nhc-mint); color: var(--nhc-sage-dark); display: inline-grid; place-items: center; font-size: .7rem; }

.trust-bar { border-bottom: 1px solid var(--nhc-line); background: #fff; }
.trust-item { padding: 1.45rem 1rem; display: flex; align-items: center; gap: .85rem; height: 100%; }
.trust-item + .trust-item { border-left: 1px solid var(--nhc-line); }
.trust-icon, .feature-icon, .contact-icon {
  flex: 0 0 auto; width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center;
  background: var(--nhc-mint); color: var(--nhc-sage-dark); font-weight: 900; font-size: 1.15rem;
}
.trust-item strong { display: block; color: var(--nhc-ink); font-size: .9rem; }
.trust-item small { color: var(--nhc-muted); font-size: .8rem; }

.image-frame { position: relative; }
.image-frame img { width: 100%; min-height: 520px; object-fit: cover; border-radius: var(--nhc-radius); box-shadow: var(--nhc-shadow-soft); }
.image-frame::before { content: ""; position: absolute; width: 140px; height: 140px; border: 16px solid var(--nhc-mint); border-radius: 50%; left: -46px; bottom: -46px; z-index: -1; }
.stat-card {
  position: absolute; right: -22px; bottom: 28px; width: 190px; background: var(--nhc-ink); color: #fff; border-radius: 18px;
  padding: 1.3rem; box-shadow: var(--nhc-shadow);
}
.stat-card strong { display: block; font-family: Georgia,serif; font-size: 2rem; line-height: 1; color: #fff; margin-bottom: .35rem; }
.stat-card span { color: #cde1db; font-size: .82rem; line-height: 1.4; display: block; }

.feature-card { height: 100%; padding: 1.75rem; border: 1px solid var(--nhc-line); background: #fff; border-radius: 20px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--nhc-shadow-soft); border-color: transparent; }
.feature-card .feature-icon { margin-bottom: 1.35rem; }
.feature-card h3 { font-size: 1.3rem; margin-bottom: .75rem; }

.service-card { height: 100%; background: #fff; border: 1px solid var(--nhc-line); border-radius: 22px; overflow: hidden; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--nhc-shadow); }
.service-image { overflow: hidden; aspect-ratio: 16/10; background: var(--nhc-mint); }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card:hover .service-image img { transform: scale(1.045); }
.service-body { padding: 1.55rem 1.55rem 1.45rem; display: flex; flex-direction: column; flex: 1; }
.service-body h3 { font-size: 1.45rem; margin-bottom: .75rem; }
.service-body p { font-size: .94rem; margin-bottom: 1.25rem; }
.service-body .btn { align-self: flex-start; margin-top: auto; }

.testimonial-card { height: 100%; background: #fff; border-radius: 22px; padding: 1.8rem; border: 1px solid var(--nhc-line); position: relative; }
.quote-mark { color: var(--nhc-coral); font-family: Georgia,serif; font-size: 4rem; line-height: .8; margin-bottom: .7rem; opacity: .85; }
.testimonial-card blockquote { color: var(--nhc-ink); font-family: Georgia,serif; font-size: 1.22rem; line-height: 1.55; margin-bottom: 1.5rem; }
.person { display: flex; align-items: center; gap: .75rem; }
.avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--nhc-mint); color: var(--nhc-sage-dark); display: grid; place-items: center; font-weight: 850; }
.person strong { display: block; color: var(--nhc-ink); font-size: .9rem; }
.person small { color: var(--nhc-muted); }

.blog-card { height: 100%; border-radius: 22px; overflow: hidden; background: #fff; border: 1px solid var(--nhc-line); display: flex; flex-direction: column; transition: box-shadow .25s ease, transform .25s ease; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--nhc-shadow-soft); }
.blog-card-img { aspect-ratio: 16/10; overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-body { padding: 1.55rem; display: flex; flex-direction: column; flex: 1; }
.blog-card h3 { font-size: 1.4rem; margin-bottom: .75rem; }
.blog-card p { font-size: .94rem; margin-bottom: 1.2rem; }
.blog-card .btn-link-arrow { align-self: flex-start; margin-top: auto; }
.featured-post { border-radius: 26px; overflow: hidden; background: var(--nhc-ink); }
.featured-post img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.featured-post-copy { padding: clamp(2rem, 5vw, 4.5rem); color: #cce0da; }
.featured-post-copy h2 { color: #fff; }
.featured-post-copy p { color: #cce0da; }
.featured-post-copy .eyebrow { color: #b8ddc5; }
.featured-post-copy .btn-outline-light:hover { color: var(--nhc-ink); }

.accordion { --bs-accordion-border-color: var(--nhc-line); --bs-accordion-btn-focus-box-shadow: none; }
.accordion-item { border: 0; border-bottom: 1px solid var(--nhc-line); background: transparent; }
.accordion-button { color: var(--nhc-ink); background: transparent; font-family: Georgia,serif; font-size: 1.12rem; font-weight: 700; padding: 1.35rem .2rem; }
.accordion-button:not(.collapsed) { color: var(--nhc-sage-dark); background: transparent; box-shadow: none; }
.accordion-button::after { background-size: 1rem; }
.accordion-body { padding: 0 .2rem 1.45rem; max-width: 850px; }

.cta-box { background: var(--nhc-ink); color: #d6e7e1; border-radius: 32px; padding: clamp(2.5rem, 6vw, 5.5rem); position: relative; overflow: hidden; }
.cta-box::before, .cta-box::after { content: ""; position: absolute; border-radius: 50%; border: 2px solid rgba(255,255,255,.09); }
.cta-box::before { width: 330px; height: 330px; right: -90px; top: -190px; }
.cta-box::after { width: 220px; height: 220px; right: -10px; top: -120px; }
.cta-box h2 { color: #fff; position: relative; z-index: 1; }
.cta-box p, .cta-box .btn { position: relative; z-index: 1; }
.cta-box p { color: #c5dad3; max-width: 640px; }

.page-hero { background: linear-gradient(125deg, #eef8f3 0%, #fff8f0 100%); padding: 82px 0 76px; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 280px; height: 280px; border: 58px solid rgba(105,167,125,.1); border-radius: 50%; right: -90px; bottom: -130px; }
.page-hero h1 { font-size: clamp(2.7rem, 5.5vw, 4.7rem); max-width: 850px; }
.page-hero p { max-width: 700px; font-size: 1.14rem; }
.breadcrumb { --bs-breadcrumb-divider-color: #93a6a1; margin-bottom: 1.15rem; font-size: .83rem; font-weight: 750; }
.breadcrumb-item a { color: var(--nhc-sage-dark); }
.breadcrumb-item.active { color: var(--nhc-muted); }

.value-card { height: 100%; background: var(--nhc-mint-2); border-radius: 20px; padding: 1.8rem; }
.value-card h3 { font-size: 1.35rem; }
.process-step { display: flex; gap: 1rem; }
.step-number { width: 44px; height: 44px; flex: 0 0 auto; border-radius: 50%; background: var(--nhc-ink); color: #fff; display: grid; place-items: center; font-family: Georgia,serif; font-weight: 700; }
.process-step h3 { font-size: 1.24rem; margin-top: .15rem; }

.contact-card { background: var(--nhc-ink); border-radius: 24px; padding: 2rem; color: #cfe1dc; height: 100%; }
.contact-card h2, .contact-card h3 { color: #fff; }
.contact-list { list-style: none; padding: 0; margin: 1.75rem 0 0; }
.contact-list li { display: flex; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid rgba(255,255,255,.12); }
.contact-card .contact-icon { background: rgba(255,255,255,.1); color: #fff; }
.contact-card a { color: #fff; font-weight: 750; }
.contact-card small { color: #9eb9b2; display: block; }
.form-panel { border-radius: 24px; border: 1px solid var(--nhc-line); padding: clamp(1.5rem, 4vw, 2.6rem); background: #fff; box-shadow: var(--nhc-shadow-soft); }
.form-label { color: var(--nhc-ink); font-size: .86rem; font-weight: 800; margin-bottom: .45rem; }
.form-control, .form-select { border: 1px solid #ceded7; border-radius: 12px; min-height: 52px; padding: .7rem .9rem; color: var(--nhc-ink); background-color: #fff; }
textarea.form-control { min-height: 145px; resize: vertical; }
.form-control:focus, .form-select:focus { border-color: var(--nhc-sage); box-shadow: 0 0 0 .23rem rgba(105,167,125,.15); }
.form-check-input:checked { background-color: var(--nhc-sage-dark); border-color: var(--nhc-sage-dark); }
.form-check-label { font-size: .86rem; }
.form-status { display: none; margin-top: 1rem; padding: .9rem 1rem; border-radius: 12px; font-weight: 700; font-size: .9rem; }
.form-status.success { display: block; background: #e8f6ed; color: #255c3c; border: 1px solid #b9dfc7; }
.form-status.error { display: block; background: #fff0ec; color: #8a3928; border: 1px solid #f0c0b5; }
.map-card { background: var(--nhc-mint); min-height: 260px; border-radius: 24px; position: relative; overflow: hidden; display: grid; place-items: center; text-align: center; padding: 2rem; }
.map-card::before, .map-card::after { content: ""; position: absolute; border: 2px solid rgba(71,126,97,.15); border-radius: 50%; }
.map-card::before { width: 380px; height: 380px; }
.map-card::after { width: 220px; height: 220px; }
.map-pin { width: 62px; height: 62px; background: var(--nhc-coral); color: #fff; border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); display: grid; place-items: center; margin: 0 auto 1.25rem; box-shadow: 0 12px 30px rgba(229,119,94,.3); }
.map-pin span { transform: rotate(45deg); font-size: 1.3rem; }
.map-content { position: relative; z-index: 1; }

.subscribe-wrap { max-width: 860px; margin: 0 auto; }
.preference-grid .form-check { border: 1px solid var(--nhc-line); padding: 1rem 1rem 1rem 2.6rem; border-radius: 12px; height: 100%; }
.preference-grid .form-check-input { margin-left: -1.45rem; }

.policy-layout .policy-nav { position: sticky; top: 120px; }
.policy-nav { border: 1px solid var(--nhc-line); border-radius: 18px; padding: 1.25rem; }
.policy-nav a { display: block; padding: .55rem .65rem; border-radius: 8px; color: var(--nhc-text); font-size: .88rem; font-weight: 700; }
.policy-nav a:hover { background: var(--nhc-mint); color: var(--nhc-ink); }
.policy-content section { scroll-margin-top: 120px; margin-bottom: 2.8rem; }
.policy-content h2 { font-size: 1.8rem; margin-bottom: 1rem; }
.policy-content h3 { font-size: 1.25rem; margin-top: 1.5rem; }
.policy-content li { margin-bottom: .55rem; }
.note-box { border-left: 4px solid var(--nhc-coral); background: var(--nhc-sand); padding: 1.2rem 1.35rem; border-radius: 0 12px 12px 0; }

.article-hero { padding: 76px 0 38px; }
.article-hero h1 { font-size: clamp(2.55rem, 5vw, 4.7rem); max-width: 900px; }
.article-cover { width: 100%; max-height: 610px; object-fit: cover; border-radius: 28px; }
.article-content { max-width: 780px; margin: 0 auto; font-size: 1.08rem; }
.article-content h2 { font-size: clamp(1.75rem, 3vw, 2.3rem); margin: 2.6rem 0 1rem; }
.article-content h3 { font-size: 1.35rem; margin: 2rem 0 .8rem; }
.article-content li { margin-bottom: .65rem; }
.article-callout { background: var(--nhc-mint-2); border: 1px solid var(--nhc-line); border-radius: 18px; padding: 1.5rem; margin: 2rem 0; }

.site-footer { background: #102f2c; color: #adc7c0; padding-top: 76px; }
.footer-logo { filter: brightness(0) invert(1); opacity: .95; width: 220px; }
.footer-title { color: #fff; font-family: inherit; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 1.15rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin: .48rem 0; }
.footer-links a { color: #b9cec9; font-size: .9rem; }
.footer-links a:hover { color: #fff; }
.footer-newsletter .form-control { border-radius: 999px; min-height: 48px; border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.08); color: #fff; padding-left: 1rem; }
.footer-newsletter .form-control::placeholder { color: #95b0aa; }
.footer-newsletter .form-control:focus { border-color: #89b99a; box-shadow: 0 0 0 .2rem rgba(137,185,154,.15); }
.footer-bottom { margin-top: 56px; padding: 1.3rem 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .8rem; }
.footer-bottom a { color: #b9cec9; }
.footer-bottom a:hover { color: #fff; }
.social-link { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.14); color: #fff; display: inline-grid; place-items: center; border-radius: 50%; font-weight: 800; font-size: .8rem; }
.social-link:hover { background: var(--nhc-coral); border-color: var(--nhc-coral); color: #fff; }
.disclaimer { font-size: .76rem; color: #89a59e; margin-top: 1rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 991.98px) {
  .section { padding: 82px 0; }
  .topbar .topbar-left { display: none !important; }
  .navbar-collapse { position: fixed; inset: 118px 14px auto 14px; background: #fff; border: 1px solid var(--nhc-line); border-radius: 18px; padding: 1rem; box-shadow: var(--nhc-shadow); max-height: calc(100vh - 140px); overflow-y: auto; }
  .navbar-nav { gap: .25rem; }
  .nav-link { padding: .8rem .9rem !important; }
  .navbar .btn { width: 100%; margin-top: .7rem; }
  .hero { padding-top: 52px; }
  .hero-media { margin-top: 3.2rem; padding-left: 0; }
  .hero-media img { min-height: 470px; border-radius: 110px 24px 24px; }
  .trust-item + .trust-item { border-left: 0; }
  .trust-item { border-top: 1px solid var(--nhc-line); }
  .stat-card { right: 12px; }
  .policy-layout .policy-nav { position: static; margin-bottom: 2rem; }
}

@media (max-width: 767.98px) {
  body { font-size: 15.5px; }
  .section { padding: 68px 0; }
  .section-sm { padding: 54px 0; }
  .navbar { min-height: 72px; }
  .navbar-brand img { width: 188px; }
  .navbar-collapse { top: 108px; }
  .topbar .container { min-height: 34px; justify-content: center !important; }
  .hero { padding: 44px 0 42px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4.1rem); }
  .hero-media img { min-height: 390px; border-radius: 78px 20px 20px; }
  .hero-note { left: 10px; bottom: 2px; transform: scale(.9); transform-origin: bottom left; }
  .image-frame img { min-height: 400px; }
  .stat-card { width: 170px; }
  .section-heading { margin-bottom: 2rem; }
  .cta-box { border-radius: 24px; }
  .page-hero { padding: 62px 0 56px; }
  .page-hero h1 { font-size: clamp(2.5rem, 12vw, 3.6rem); }
  .featured-post img { min-height: 300px; }
  .footer-bottom { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

.blog-content {
  text-align: justify;
}