/*
Theme Name:  NSP Theme
Theme URI:   https://neurostpete.com
Author:      Neuroplasticity St. Pete
Description: Custom blank-canvas theme for Neuroplasticity St. Pete. Zero opinion, zero overhead. All design lives in WPCode. Built for native Gutenberg + WPCode architecture.
Version:     1.1.1
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License:     Private
Text Domain: nsp-theme
*/

/*
  This file intentionally contains no CSS rules.
  Global sitewide styles are managed via WPCode snippets (NSP Header Footer Styles).
  Blog single + archive styles live in /assets/css/blog.css and are enqueued
  conditionally from functions.php on is_single(), is_archive(), is_home(), is_search().
*/

/* ============================================
   Self-hosted fonts — replaces Google Fonts CDN
   Added via terminal $(date +%Y-%m-%d)
   ============================================ */
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:300;font-display:swap;src:url('fonts/cormorant-300.woff2') format('woff2')}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:300;font-display:swap;src:url('fonts/cormorant-300-italic.woff2') format('woff2')}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/cormorant-400.woff2') format('woff2')}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:400;font-display:swap;src:url('fonts/cormorant-400-italic.woff2') format('woff2')}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:300;font-display:swap;src:url('fonts/dm-sans-300.woff2') format('woff2')}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/dm-sans-400.woff2') format('woff2')}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/dm-sans-500.woff2') format('woff2')}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:700;font-display:swap;src:url('fonts/dm-sans-700.woff2') format('woff2')}

/* DM Mono 400 */
@font-face{font-family:'DM Mono';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/dm-mono-400.woff2') format('woff2')}

/* Outfit 300/400/500/600 */
@font-face{font-family:'Outfit';font-style:normal;font-weight:300;font-display:swap;src:url('fonts/outfit-300.woff2') format('woff2')}
@font-face{font-family:'Outfit';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/outfit-400.woff2') format('woff2')}
@font-face{font-family:'Outfit';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/outfit-500.woff2') format('woff2')}
@font-face{font-family:'Outfit';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/outfit-600.woff2') format('woff2')}
/* ================================================
   NSP Snippet 3618 -- Migrated from WPCode to style.css
   ================================================ */

@keyframes nsp-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(196,163,90,0.45); }
  70%  { box-shadow: 0 0 0 10px rgba(196,163,90,0); }
  100% { box-shadow: 0 0 0 0 rgba(196,163,90,0); }
}
@keyframes navGlow {
  0%,100% { box-shadow: 0 0 8px rgba(196,163,90,0.35); }
  50%      { box-shadow: 0 0 18px rgba(196,163,90,0.65), 0 0 36px rgba(196,163,90,0.2); }
}

html { background: #0D0D0B !important; margin: 0 !important; padding: 0 !important; overflow-x: hidden !important; }
body { margin: 0 !important; padding: 0 !important; overflow-x: hidden !important; color: #111210; }

:root {
  --nsp-black:#0D0D0B; --nsp-black-2:#131310; --nsp-black-3:#181815;
  --nsp-gold:#C4A35A; --nsp-gold-light:#DFC48A; --nsp-green:#5A8C4E;
  --nsp-cream:#F0EAD8; --nsp-muted:rgba(255,255,255,0.65);
  --nsp-border:rgba(196,163,90,0.18);
  --nsp-serif:'Cormorant Garamond',Georgia,serif;
  --nsp-sans:'Outfit',sans-serif;
  --nsp-ease:0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  --bg:#F7F4EE; --surface:#EFECE5; --surface-2:#E6E2D8; --surface-3:#DDD8CC;
  --ink:#1A1810; --text-2:#38352C; --text-3:#5C5850; --text-4:#6C6860;
  --gold:#C4A35A; --gold-a11y:#6B5218; --gold-lt:#E8D5A8;
  --green:#5A8C4E; --green-a11y:#3A6A2C;
  --rule:#D5D0C6; --rule-2:#C2BCB2;
  --dark-bg:#1A1810; --dark-text:#F0EBE0; --dark-text-2:#B8B2A8;
  --dark-gold:#C4A35A; --dark-rule:rgba(240,235,224,0.1);
  --ff-display:'Cormorant Garamond',Georgia,serif;
  --ff-body:'DM Sans',-apple-system,BlinkMacSystemFont,sans-serif;
  --ff-mono:'DM Mono','Courier New',monospace;
  --ease-out:cubic-bezier(0.16,1,0.3,1);
  --nav-h:68px; --max:1260px; --g:clamp(1.25rem,5vw,3rem);
}

body, .site, .site-content, #content, .wp-site-blocks, main, .entry-content, .page-content { background: #0D0D0B !important; }
.entry-title, .page-title, h1.entry-title, .wp-block-post-title { display: none !important; }
.entry-content, .page-content, .site-main, #primary { padding: 0 !important; margin: 0 !important; }
.site-header, #masthead { background: transparent !important; }

#nsp-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; padding: 1.4rem 0; transition: var(--nsp-ease); font-family: var(--nsp-sans); background: linear-gradient(180deg, rgba(13,13,11,0.72) 0%, rgba(13,13,11,0.15) 100%); }
#nsp-nav.nsp-scrolled { background: rgba(13,13,11,0.94); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); padding: 1rem 0; border-bottom: 1px solid var(--nsp-border); }
#nsp-nav .nsp-nav-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 2rem; column-gap: 2rem; }
#nsp-nav .nsp-nav-logo { grid-column: 1; grid-row: 1; display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
#nsp-nav .nsp-nav-logo-text { display: flex; flex-direction: column; line-height: 1; }
#nsp-nav .nsp-nav-logo-name { font-family: var(--nsp-sans); font-size: 0.88rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: #ffffff; line-height: 1.2; }
#nsp-nav .nsp-nav-logo-name span { color: var(--nsp-gold); }
#nsp-nav .nsp-nav-logo-sub { font-family: var(--nsp-sans); font-size: 0.56rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-top: 2px; white-space: nowrap; }
#nsp-nav .nsp-nav-links { grid-column: 2; grid-row: 1; display: flex; align-items: center; justify-content: center; gap: 1.8rem; list-style: none; margin: 0; padding: 0; }
#nsp-nav .nsp-nav-links > li { position: relative; }
#nsp-nav .nsp-nav-links a { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: #ffffff; text-decoration: none; transition: color 0.3s; white-space: nowrap; }
#nsp-nav .nsp-nav-links a:hover { color: var(--nsp-gold); }
#nsp-nav .nsp-has-dropdown { position: relative; }
#nsp-nav .nsp-dropdown { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(6px); background: var(--nsp-black-2); border: 1px solid var(--nsp-border); list-style: none; margin: 0; padding: 0.6rem 0; min-width: 210px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.25s, transform 0.25s, visibility 0s linear 0.25s; }
#nsp-nav .nsp-has-dropdown:hover .nsp-dropdown, #nsp-nav .nsp-has-dropdown:focus-within .nsp-dropdown { opacity: 1; visibility: visible; pointer-events: all; transform: translateX(-50%) translateY(0); transition: opacity 0.25s, transform 0.25s, visibility 0s; }
#nsp-nav .nsp-dropdown li a { display: block; padding: 0.55rem 1.4rem; font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.75); text-decoration: none; transition: color 0.2s, background 0.2s; }
#nsp-nav .nsp-dropdown li a:hover { color: var(--nsp-gold); background: rgba(196,163,90,0.06); }
#nsp-nav .nsp-nav-right { grid-column: 3; grid-row: 1; display: flex; align-items: center; gap: 0.75rem; }
#nsp-nav .nsp-nav-phone { font-family: var(--nsp-sans); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.65); text-decoration: none; padding: 0.55rem 1.1rem; border: 1px solid rgba(196,163,90,0.3); border-radius: 60px; white-space: nowrap; transition: var(--nsp-ease); }
#nsp-nav .nsp-nav-phone:hover { border-color: var(--nsp-gold); color: var(--nsp-gold); text-decoration: none; }
#nsp-nav .nsp-nav-cta { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.85rem 2.2rem; border-radius: 60px; background: var(--nsp-gold); color: #0D0D0B; text-decoration: none; white-space: nowrap; transition: var(--nsp-ease); animation: navGlow 3.5s ease-in-out infinite; display: inline-block; }
#nsp-nav .nsp-nav-cta:hover { background: var(--nsp-gold-light); color: #0D0D0B; transform: translateY(-1px); animation: none; box-shadow: 0 8px 24px rgba(196,163,90,0.4); text-decoration: none; }
#nsp-nav .nsp-hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
#nsp-nav .nsp-hamburger span { display: block; width: 22px; height: 1px; background: #ffffff; transition: var(--nsp-ease); }
#nsp-nav .nsp-hamburger.nsp-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
#nsp-nav .nsp-hamburger.nsp-open span:nth-child(2) { opacity: 0; }
#nsp-nav .nsp-hamburger.nsp-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
#nsp-nav .nsp-mobile-menu { display: none; background: var(--nsp-black-2); padding: 0 2rem; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; }
#nsp-nav .nsp-mobile-menu.nsp-open { max-height: 600px; padding: 1.5rem 2rem 2rem; border-top: 1px solid var(--nsp-border); }
#nsp-nav .nsp-mobile-menu ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
#nsp-nav .nsp-mobile-menu li a { display: block; padding: 0.85rem 0; font-family: var(--nsp-sans); font-size: 0.82rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: #ffffff; text-decoration: none; border-bottom: 1px solid var(--nsp-border); transition: color 0.3s; }
#nsp-nav .nsp-mobile-menu li a:hover { color: var(--nsp-gold); }
#nsp-nav .nsp-mobile-cta { color: var(--nsp-gold) !important; border-bottom: none !important; }

#nsp-footer { background: var(--nsp-black); border-top: 1px solid var(--nsp-border); padding: 4.5rem 0 3rem; font-family: var(--nsp-sans); color: #ffffff; }
.nsp-container { width: 100%; max-width: 1200px; margin-left: auto !important; margin-right: auto !important; padding-left: 2rem !important; padding-right: 2rem !important; box-sizing: border-box; }
.nsp-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 4rem; }
#nsp-footer .nsp-footer-brand h3 { font-family: 'Outfit', sans-serif !important; font-size: 1.1rem !important; font-weight: 600 !important; letter-spacing: 0.06em !important; text-transform: uppercase !important; font-style: normal !important; color: #ffffff; margin: 0 0 0.8rem; line-height: 1.2; }
.nsp-footer-brand h3 span { color: var(--nsp-gold); }
.nsp-footer-brand p { font-size: 0.88rem; color: rgba(255,255,255,0.75); line-height: 1.75; max-width: 280px; margin: 0 0 1.5rem; }
.nsp-footer-social { display: flex; gap: 0.8rem; }
.nsp-footer-social a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--nsp-border); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.55); text-decoration: none; transition: var(--nsp-ease); overflow: hidden; flex-shrink: 0; }
.nsp-footer-social a:hover { border-color: var(--nsp-gold); color: var(--nsp-gold); text-decoration: none; }
.nsp-footer-social a svg, .nsp-footer-social a img { width: 18px !important; height: 18px !important; max-width: 18px !important; max-height: 18px !important; display: block !important; flex-shrink: 0 !important; }
.nsp-footer-col h4 { font-family: var(--nsp-sans); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--nsp-gold); margin: 0 0 1.4rem; }
.nsp-footer-col ul { list-style: none; margin: 0 0 1.2rem; padding: 0; display: flex; flex-direction: column; gap: 0.6rem; }
.nsp-footer-col li a { font-size: 0.87rem; color: #ffffff; text-decoration: none; transition: color 0.3s; }
.nsp-footer-col li a:hover { color: var(--nsp-gold); text-decoration: none; }
.nsp-footer-col address { font-style: normal; font-size: 0.8rem; color: rgba(255,255,255,0.45); line-height: 1.7; }
.nsp-footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 2rem; border-top: 1px solid var(--nsp-border); font-size: 0.78rem; color: rgba(255,255,255,0.35); flex-wrap: wrap; gap: 0.5rem; }
.nsp-footer-legal { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }
.nsp-footer-legal a { font-size: 0.78rem; color: rgba(255,255,255,0.35); text-decoration: underline; text-underline-offset: 2px; transition: color 0.3s; white-space: nowrap; }
.nsp-footer-legal a:hover { color: rgba(255,255,255,0.7); text-decoration: none; }
.nsp-footer-legal-sep { color: rgba(255,255,255,0.2); font-size: 0.7rem; user-select: none; }

body.home.page:not(.elementor-template-canvas) .entry-content, body.front-page.page:not(.elementor-template-canvas) .entry-content { max-width: 100% !important; width: 100% !important; padding: 0 !important; margin: 0 !important; background: transparent !important; }
body.home .page-content, body.home .site-main, body.home #primary, body.front-page .page-content, body.front-page .site-main, body.front-page #primary { max-width: 100% !important; width: 100% !important; padding: 0 !important; margin: 0 !important; background: transparent !important; }
body.home .nsp-home .conditions, body.home .nsp-home .team, body.home .nsp-home .reviews, body.home .nsp-home .farmacy { background: #F7F4EE !important; }
body.home .nsp-home .process, body.home .nsp-home .videos, body.home .nsp-home .faq { background: #EFECE5 !important; }
body.home .nsp-home .services, body.home .nsp-home .cta-section { background: #1A1810 !important; }
body.home .nsp-home .recognition-bar { background: #E6E2D8 !important; border-top: 1px solid #D5D0C6 !important; border-bottom: 1px solid #D5D0C6 !important; }
body.home .nsp-home .conditions .section-title, body.home .nsp-home .process .section-title, body.home .nsp-home .team .section-title, body.home .nsp-home .videos .section-title, body.home .nsp-home .reviews .section-title, body.home .nsp-home .faq .section-title, body.home .nsp-home .farmacy .farmacy-title { color: #1A1810 !important; }
body.home .nsp-home .conditions .section-title em, body.home .nsp-home .process .section-title em, body.home .nsp-home .team .section-title em, body.home .nsp-home .videos .section-title em, body.home .nsp-home .faq .section-title em { color: #6B5218 !important; }
body.home .nsp-home .section-desc, body.home .nsp-home .cond-teaser, body.home .nsp-home .step-desc, body.home .nsp-home .team-card-bio, body.home .nsp-home .team-card-role, body.home .nsp-home .faq-a, body.home .nsp-home .farmacy-desc { color: #5C5850 !important; }
body.home .nsp-home .cond-name, body.home .nsp-home .step-title, body.home .nsp-home .team-card-name, body.home .nsp-home .vid-card-title, body.home .nsp-home .review-card-text, body.home .nsp-home .faq-q, body.home .nsp-home .f-name, body.home .nsp-home .reviews-big { color: #1A1810 !important; }

body #neuro-team-page .ntp-reviews { background: #EAE3D4 !important; }
body #neuro-team-page .ntp-reviews * { color: #3A3B38 !important; }
body #neuro-team-page .ntp-reviews-header h2 { color: #111210 !important; font-family: 'Cormorant Garamond', serif !important; }
body #neuro-team-page .ntp-reviews-header p { color: #787870 !important; }
body #neuro-team-page .ntp-review-card { background: #FAFAF7 !important; }
body #neuro-team-page .ntp-review-card .ntp-review-text { color: #3A3B38 !important; font-style: italic !important; }
body #neuro-team-page .ntp-review-card .ntp-review-author { color: #787870 !important; }
body #neuro-team-page .ntp-review-card .ntp-stars { color: #B8883C !important; }
body #neuro-team-page .ntp-eyebrow { color: #5E7D63 !important; }

.yoast-intro-hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; }

body.page:not(.elementor-template-canvas) { background: #F7F4EE !important; }
body.page:not(.elementor-template-canvas) .site-content, body.page:not(.elementor-template-canvas) #content, body.page:not(.elementor-template-canvas) .site-main, body.page:not(.elementor-template-canvas) #primary { background: #F7F4EE !important; }
body.page:not(.elementor-template-canvas) .entry-content { background: #F7F4EE !important; padding: 3rem 2rem !important; max-width: 860px !important; margin: 0 auto !important; }
body.page:not(.elementor-template-canvas) .entry-content h1, body.page:not(.elementor-template-canvas) .entry-content h2, body.page:not(.elementor-template-canvas) .entry-content h3, body.page:not(.elementor-template-canvas) .entry-content h4 { color: #111210 !important; font-family: 'Cormorant Garamond', serif !important; font-weight: 300 !important; }
body.page:not(.elementor-template-canvas) .entry-content > p, body.page:not(.elementor-template-canvas) .entry-content > ul > li, body.page:not(.elementor-template-canvas) .entry-content > ol > li { color: #3A3B38 !important; font-family: 'DM Sans', sans-serif !important; font-size: 0.95rem !important; line-height: 1.85 !important; font-weight: 400 !important; }
body.page:not(.elementor-template-canvas) .entry-content a { color: #5A8C4E !important; }
body.page:not(.elementor-template-canvas) .entry-content a:hover { color: #3E6B34 !important; }

.nsp-svc .svc-hero h1 { color: #ffffff !important; }
.nsp-svc .svc-hero h1 em { color: #C4A35A !important; }
.nsp-svc .svc-hero-body { color: rgba(255,255,255,0.85) !important; }
.nsp-svc .svc-eyebrow { color: #C4A35A !important; }
.nsp-svc .svc-cta h2 { color: #ffffff !important; }
.nsp-svc .svc-cta h2 em { color: #C4A35A !important; }
.nsp-svc .svc-cta p { color: rgba(255,255,255,0.72) !important; }
.nsp-svc .svc-btn-primary { color: #0D0D0B !important; }
.nsp-svc .svc-btn-outline { color: rgba(255,255,255,0.65) !important; }
.nsp-svc .svc-section-label { color: #5A8C4E !important; }
.nsp-svc .svc-section-heading { color: #111210 !important; }
.nsp-svc .svc-section-heading em { color: #5A8C4E !important; }
.nsp-svc .svc-intro-text { color: #6B6B64 !important; }
.nsp-svc .svc-understand-body p { color: #6B6B64 !important; }
.nsp-svc .svc-understand-label { color: #5A8C4E !important; }
.nsp-svc .svc-step-num { color: #5A8C4E !important; opacity: 0.5; }
.nsp-svc .svc-step h3 { color: #111210 !important; }
.nsp-svc .svc-step p { color: #6B6B64 !important; }
.nsp-svc .svc-symptom-item { color: #111210 !important; }
.nsp-svc .svc-cond-item { color: #111210 !important; }
.nsp-svc .svc-related-item { color: #111210 !important; }
.nsp-svc .svc-related-item:hover { color: #ffffff !important; }
.nsp-svc .svc-dr-section .svc-prose { color: #6B6B64 !important; }
.nsp-svc .svc-dr-section .svc-section-heading { color: #111210 !important; }

#neuro-services-page .ns-section-label { color: #5A8C4E !important; }
#neuro-services-page .ns-intro h2 { color: #111210 !important; }
#neuro-services-page .ns-intro h2 em { color: #5A8C4E !important; }
#neuro-services-page .ns-intro p { color: #6B6B64 !important; }
#neuro-services-page .ns-card-num { color: #5A8C4E !important; }
#neuro-services-page .ns-card-tag { color: #5A8C4E !important; }
#neuro-services-page .ns-card-name { color: #111210 !important; }
#neuro-services-page .ns-card-desc { color: #6B6B64 !important; }
#neuro-services-page .ns-card-link { color: #3E6B34 !important; }
#neuro-services-page .ns-conditions-header h2 { color: #111210 !important; }
#neuro-services-page .ns-conditions-header h2 em { color: #5A8C4E !important; }
#neuro-services-page .ns-conditions-header p { color: #6B6B64 !important; }
#neuro-services-page .ns-cond-card span { color: #111210 !important; }
#neuro-services-page .ns-cond-arrow { color: #5A8C4E !important; }

.nsp-team .ntp-prac-label { color: #5A8C4E !important; }
.nsp-team .ntp-prac-name { color: #111210 !important; }
.nsp-team .ntp-prac-creds { color: #C4A35A !important; }
.nsp-team .ntp-prac-tagline { color: #111210 !important; }
.nsp-team .ntp-prac-bio p { color: #6B6B64 !important; }
.nsp-team .ntp-prac-bio strong { color: #111210 !important; }
.nsp-team .ntp-prac-tag { color: #6B6B64 !important; }
.nsp-team .ntp-read-more { color: #5A8C4E !important; }
.nsp-team .ntp-prac-cta { color: #0D0D0B !important; }
.nsp-team .ntp-reviews-header h2 { color: #111210 !important; }
.nsp-team .ntp-reviews-header h2 em { color: #5A8C4E !important; }
.nsp-team .ntp-eyebrow { color: #C4A35A !important; }

.nsp-cond .cond-hero h1 { color: #ffffff !important; }
.nsp-cond .cond-hero h1 em { color: #C4A35A !important; }
.nsp-cond .cond-hero-body { color: rgba(255,255,255,0.85) !important; }
.nsp-cond .cond-eyebrow { color: #C4A35A !important; }
.nsp-cond .cond-cta h2 { color: #ffffff !important; }
.nsp-cond .cond-cta h2 em { color: #C4A35A !important; }
.nsp-cond .cond-cta p { color: rgba(255,255,255,0.72) !important; }
.nsp-cond .cond-btn-primary { color: #0D0D0B !important; }
.nsp-cond .cond-btn-outline { color: rgba(255,255,255,0.65) !important; }
.nsp-cond .cond-section-label { color: #5A8C4E !important; }
.nsp-cond .cond-section-heading { color: #111210 !important; }
.nsp-cond .cond-section-heading em { color: #5A8C4E !important; }
.nsp-cond .cond-intro-text { color: #6B6B64 !important; }
.nsp-cond .cond-col-text p { color: #6B6B64 !important; }
.nsp-cond .cond-col-text strong { color: #111210 !important; }
.nsp-cond .cond-sidebar-title { color: #5A8C4E !important; }
.nsp-cond .cond-symptom-list li { color: #111210 !important; }
.nsp-cond .cond-step-num { color: #5A8C4E !important; opacity: 0.5; }
.nsp-cond .cond-step h3 { color: #111210 !important; }
.nsp-cond .cond-step p { color: #6B6B64 !important; }
.nsp-cond .cond-service-link span { color: #111210 !important; }
.nsp-cond .cond-service-arrow { color: #5A8C4E !important; }

#sw-page { color: #111210; }

@media (min-width: 769px) {
  .nsp-footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
}
@media (max-width: 1024px) {
  .nsp-footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  #nsp-nav .nsp-nav-links { gap: 1.2rem; }
  #nsp-nav .nsp-nav-phone { display: none; }
}
@media (max-width: 860px) {
  #nsp-nav .nsp-nav-inner { grid-template-columns: auto 1fr auto; column-gap: 0.6rem; padding: 0 1rem; }
  #nsp-nav .nsp-nav-logo-sub { display: none; }
  #nsp-nav .nsp-nav-links { display: none; }
  #nsp-nav .nsp-nav-phone { display: none; }
  #nsp-nav .nsp-nav-right { gap: 0.5rem; }
  #nsp-nav .nsp-nav-cta { padding: 0.45rem 0.9rem; font-size: 0.63rem; letter-spacing: 0.08em; animation: none !important; box-shadow: none !important; }
  #nsp-nav .nsp-hamburger { display: flex; }
  #nsp-nav .nsp-mobile-menu { display: block; }
  .nsp-footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .nsp-footer-brand { grid-column: 1 / -1; }
  .nsp-footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .nsp-footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 380px) {
  #nsp-nav .nsp-nav-inner { padding: 0 0.75rem; column-gap: 0.4rem; }
  #nsp-nav .nsp-nav-logo-name { font-size: 0.72rem; }
  #nsp-nav .nsp-nav-cta { padding: 0.45rem 0.7rem; font-size: 0.6rem; }
}

/* ================================================
   NSP Homepage CSS — Migrated from WordPress Custom HTML block
   Originally inline <style> block in homepage editor
   Moved to theme stylesheet to eliminate FOUC
   ================================================ */

/* ── RESET ── */
.nsp-home *, .nsp-home *::before, .nsp-home *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── DESIGN TOKENS — scoped to .nsp-home for self-contained rendering. ── */
.nsp-home {
  --bg:          #F7F4EE;
  --surface:     #EFECE5;
  --surface-2:   #E6E2D8;
  --surface-3:   #DDD8CC;
  --ink:         #1A1810;
  --text-2:      #38352C;
  --text-3:      #5C5850;
  --text-4:      #6C6860;
  --gold:        #C4A35A;
  --gold-a11y:   #6B5218;
  --gold-lt:     #E8D5A8;
  --green:       #5A8C4E;
  --green-a11y:  #3A6A2C;
  --rule:        #D5D0C6;
  --rule-2:      #C2BCB2;
  --dark-bg:     #1A1810;
  --dark-text:   #F0EBE0;
  --dark-text-2: #B8B2A8;
  --dark-gold:   #C4A35A;
  --dark-rule:   rgba(240,235,224,0.1);
  --ff-display:  'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --ff-body:     'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --ff-mono:     'DM Mono', 'Courier New', monospace;
  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --nav-h:       68px;
  --max:         1260px;
  --g:           clamp(1.25rem, 5vw, 3rem);
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
  background-color: var(--bg);
  color: var(--ink);
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
.nsp-home a { color: inherit; text-decoration: none; }
.nsp-home a:hover { text-decoration: underline; }
.nsp-home img { max-width: 100%; display: block; height: auto; }
.nsp-home button { cursor: pointer; border: none; background: none; font-family: inherit; color: inherit; }
.nsp-home ul, .nsp-home ol { list-style: none; }

/* ── UTILITIES ── */
.nsp-home .container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--g); }
.nsp-home .section { padding: clamp(4.5rem, 10vh, 8rem) 0; }
.nsp-home .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.nsp-home .eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--ff-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-a11y);
}
.nsp-home .eyebrow-rule { display: block; width: 28px; height: 1.5px; background: var(--gold); flex-shrink: 0; }
.nsp-home .section-title {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 300; line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.nsp-home .section-title em { font-style: italic; color: var(--gold-a11y); }
.nsp-home .section-desc {
  font-size: 15px; font-weight: 300;
  color: var(--text-3);
  line-height: 1.85; max-width: 52ch;
  margin-top: 1rem;
}

.nsp-home .btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 48px;
  padding: 12px 32px;
  background: var(--gold-a11y);
  color: var(--bg);
  font-size: 14px; font-weight: 500; letter-spacing: 0.05em;
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.2s;
}
.nsp-home .btn-primary:hover  { background: var(--ink); text-decoration: none; }
.nsp-home .btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 48px;
  padding: 11px 28px;
  border: 1.5px solid var(--rule-2);
  color: var(--text-2);
  font-size: 14px; letter-spacing: 0.03em;
  border-radius: 100px;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
.nsp-home .btn-ghost:hover { border-color: var(--gold); background: var(--surface); text-decoration: none; }

/* ── SCROLL REVEAL ── */
.nsp-home .reveal,
.nsp-home .reveal-left { opacity: 1; transform: none; }

@media (prefers-reduced-motion: no-preference) {
  .nsp-home.nsp-js .reveal {
    opacity: 0; transform: translateY(22px);
    transition: opacity 0.75s var(--ease-out), transform 0.75s var(--ease-out);
  }
  .nsp-home.nsp-js .reveal-left {
    opacity: 0; transform: translateX(-20px);
    transition: opacity 0.75s var(--ease-out), transform 0.75s var(--ease-out);
  }
  .nsp-home.nsp-js .reveal.visible,
  .nsp-home.nsp-js .reveal-left.visible { opacity: 1; transform: none; }
  .nsp-home.nsp-js .d1 { transition-delay: 0.1s; }
  .nsp-home.nsp-js .d2 { transition-delay: 0.2s; }
  .nsp-home.nsp-js .d3 { transition-delay: 0.3s; }
  .nsp-home.nsp-js .d4 { transition-delay: 0.4s; }
}

/* ══════════════════════════════════════════
   HERO
══════════════════════════════════════════ */
.nsp-home .hero {
  min-height: 100vh;
  min-height: 100svh;
  position: relative; overflow: hidden;
  background: var(--dark-bg);
  display: flex; align-items: center;
  padding-top: var(--nav-h);
}
.nsp-home .hero::before {
  content: '';
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse 900px 700px at 50% 45%,
    rgba(26,24,16,0.82) 0%,
    rgba(26,24,16,0.60) 40%,
    rgba(26,24,16,0.28) 70%,
    rgba(26,24,16,0)    100%);
}
.nsp-home .hero-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
}
.nsp-home .hero-bg svg {
  width: 100%; height: 100%;
}
.nsp-home .hero-left {
  position: relative; z-index: 2;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(3.5rem, 8vh, 6rem) var(--g);
  display: flex; flex-direction: column; gap: 1.75rem;
  align-items: center;
  text-align: center;
}
.nsp-home .hero .eyebrow         { color: var(--dark-gold); }
.nsp-home .hero .eyebrow-rule    { background: var(--dark-gold); }
.nsp-home .hero-h1               { font-family: var(--ff-display); font-size: clamp(3rem, 5.5vw, 5.6rem); font-weight: 300; line-height: 0.97; letter-spacing: -0.015em; color: var(--dark-text); }
.nsp-home .hero-h1 em            { font-style: italic; color: var(--dark-gold); }
.nsp-home .hero-sub              { font-size: 15px; font-weight: 300; color: var(--dark-text-2); line-height: 1.85; max-width: 46ch; }
.nsp-home .hero-ctas             { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.nsp-home .hero-stats            { display: flex; align-items: stretch; border-top: 1px solid var(--dark-rule); padding-top: 1.75rem; margin-top: 0.25rem; flex-wrap: wrap; gap: 1.75rem; justify-content: center; }
.nsp-home .hero-stat             { display: flex; flex-direction: column; gap: 2px; align-items: center; }
.nsp-home .hero-stat-num         { font-family: var(--ff-display); font-size: clamp(1.8rem, 2.5vw, 2.4rem); font-weight: 300; line-height: 1; color: var(--dark-text); }
.nsp-home .hero-stat-lbl         { font-family: var(--ff-mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--dark-text-2); }
.nsp-home .hero .btn-ghost       { border-color: var(--dark-rule); color: var(--dark-text); }
.nsp-home .hero .btn-ghost:hover { border-color: var(--dark-gold); background: rgba(240,235,224,0.06); color: var(--dark-text); text-decoration: none; }
.nsp-home .hero-right  { display: none; }
.nsp-home .hero-badge  { display: none; }
.nsp-home .hero-badge-2 { display: none; }

/* ══════════════════════════════════════════
   FEATURED REVIEW / RECOGNITION BAR
══════════════════════════════════════════ */
.nsp-home .recognition-bar { background:var(--surface-2); border-top:1px solid var(--rule); border-bottom:1px solid var(--rule); padding:.875rem 0; }
.nsp-home .recognition-inner { display:flex; align-items:center; gap:1rem; flex-wrap:wrap; }
.nsp-home .recognition-label { font-family:var(--ff-mono); font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--text-4); white-space:nowrap; flex-shrink:0; }
.nsp-home .recognition-items { display:flex; align-items:center; gap:.625rem; flex-wrap:wrap; }
.nsp-home .rec-item { font-size:13px; color:var(--text-2); text-decoration:none; transition:color .2s; white-space:nowrap; }
.nsp-home .rec-item:hover { color:var(--gold-a11y); text-decoration:none; }
.nsp-home .rec-sep { color:var(--text-4); font-size:12px; user-select:none; }

.nsp-home .review-card-top { display:flex; align-items:center; justify-content:space-between; gap:.75rem; margin-bottom:.75rem; }
.nsp-home .review-tag { font-family:var(--ff-mono); font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--gold-a11y); background:var(--gold-lt); padding:3px 10px; border-radius:100px; white-space:nowrap; flex-shrink:0; }

.nsp-home .featured-review {
  background: var(--ink);
  padding: clamp(2rem, 5vh, 3.5rem) 0;
}
.nsp-home .featured-review-inner {
  display: flex; align-items: flex-start; gap: clamp(1.5rem, 4vw, 3rem);
  max-width: var(--max); margin: 0 auto; padding: 0 var(--g);
  flex-wrap: wrap;
}
.nsp-home .fr-quote {
  font-family: var(--ff-display);
  font-size: clamp(1.2rem, 2.2vw, 1.75rem);
  font-weight: 300; font-style: italic;
  line-height: 1.45; color: var(--dark-text);
  flex: 1; min-width: 260px;
}
.nsp-home .fr-right { display: flex; flex-direction: column; gap: 4px; align-self: center; flex-shrink: 0; }
.nsp-home .fr-stars { font-size: 14px; letter-spacing: 2px; color: var(--dark-gold); }
.nsp-home .fr-name { font-family: var(--ff-mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dark-text-2); }
.nsp-home .fr-source { font-size: 12px; color: var(--dark-text-2); }
.nsp-home .fr-divider { width: 1px; background: var(--dark-rule); align-self: stretch; flex-shrink: 0; }

/* ══════════════════════════════════════════
   TRUST BAR
══════════════════════════════════════════ */
.nsp-home .trust-bar { background: var(--surface); border-bottom: 1px solid var(--rule); padding: 1.25rem 0; }
.nsp-home .trust-bar-inner {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(1rem, 4vw, 3.5rem); flex-wrap: wrap;
}
.nsp-home .trust-item { display: flex; align-items: center; gap: 10px; }
.nsp-home .trust-item-text {
  font-family: var(--ff-mono); font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-3);
}
.nsp-home .trust-item-text strong {
  display: block; font-family: var(--ff-body);
  font-size: 14px; font-weight: 500;
  letter-spacing: 0; text-transform: none;
  color: var(--ink);
}
.nsp-home .trust-sep { width: 1px; height: 32px; background: var(--rule); flex-shrink: 0; }

/* ══════════════════════════════════════════
   CONDITIONS
══════════════════════════════════════════ */
.nsp-home .conditions { background: var(--bg); }
.nsp-home .conditions-head {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.nsp-home .conditions-head > *:last-child { padding-top: clamp(1rem, 2vw, 1.5rem); }
.nsp-home .conditions-head .section-desc { max-width: 44ch; }
.nsp-home .cond-list { border-top: 1px solid var(--rule); }
.nsp-home .cond-item { border-bottom: 1px solid var(--rule); }
.nsp-home .cond-trigger {
  width: 100%; text-align: left;
  display: grid; grid-template-columns: 52px 1fr auto;
  align-items: start; gap: 1.25rem;
  padding: 1.5rem 0;
  background: transparent; cursor: pointer;
  transition: background 0.2s;
}
.nsp-home .cond-trigger:hover { background: var(--surface); padding-left: 0.5rem; padding-right: 0.5rem; border-radius: 6px; }
.nsp-home .cond-num {
  font-family: var(--ff-mono); font-size: 13px;
  color: var(--gold-a11y);
  padding-top: 4px;
}
.nsp-home .cond-title-area { display: flex; flex-direction: column; gap: 4px; }
.nsp-home .cond-name {
  font-family: var(--ff-display);
  font-size: clamp(20px, 2.2vw, 28px); font-weight: 400;
  color: var(--ink); line-height: 1.2;
  transition: color 0.2s;
}
.nsp-home .cond-teaser { font-size: 14px; color: var(--text-3); line-height: 1.65; }
.nsp-home .cond-icon {
  width: 44px; height: 44px;
  border-radius: 50%; border: 1.5px solid var(--rule-2);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; color: var(--text-3);
  flex-shrink: 0; transition: transform 0.35s, border-color 0.2s;
}
.nsp-home .cond-item.open .cond-icon { transform: rotate(45deg); border-color: var(--gold); color: var(--gold-a11y); }
.nsp-home .cond-body {
  max-height: 0; overflow: hidden;
  transition: max-height 0.5s, padding 0.35s;
  padding: 0 0 0 calc(52px + 1.25rem);
}
.nsp-home .cond-item.open .cond-body { max-height: 500px; padding: 0 0 2rem calc(52px + 1.25rem); }
.nsp-home .cond-body-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start;
}
.nsp-home .cond-desc { font-size: 14px; color: var(--text-3); line-height: 1.85; }
.nsp-home .cond-signals-title {
  font-family: var(--ff-mono); font-size: 12px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-4); margin-bottom: 8px;
}
.nsp-home .cond-signals { display: flex; flex-direction: column; gap: 7px; }
.nsp-home .cond-signal { display: flex; align-items: baseline; gap: 8px; font-size: 13px; color: var(--text-3); }
.nsp-home .cond-signal::before { content: ''; display: block; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); flex-shrink: 0; margin-top: 7px; }
.nsp-home .cond-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-top: 1.25rem; }
.nsp-home .cond-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--ff-mono); font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold-a11y);
  border-bottom: 1px solid var(--gold-lt);
  padding-bottom: 2px;
  min-height: 44px; align-self: flex-end;
  text-decoration: none;
  transition: border-color 0.2s;
}
.nsp-home .cond-link:hover { border-color: var(--gold); text-decoration: none; }
.nsp-home .cond-attr {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--text-4);
}
.nsp-home .cond-attr-label {
  font-family: var(--ff-mono); font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-4);
}
.nsp-home .cond-attr strong { font-weight: 500; color: var(--text-3); }

.nsp-home .medical-disclaimer {
  background: var(--surface-2);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 1rem 1.25rem;
  font-size: 13px; color: var(--text-3);
  line-height: 1.7; margin-top: 2.5rem;
}
.nsp-home .medical-disclaimer strong { color: var(--text-2); }

/* ══════════════════════════════════════════
   SERVICES
══════════════════════════════════════════ */
.nsp-home .services { background: var(--dark-bg); }
.nsp-home .services .section-title { color: var(--dark-text); }
.nsp-home .services .eyebrow { color: var(--dark-gold); }
.nsp-home .services .eyebrow-rule { background: var(--dark-gold); }
.nsp-home .services .section-desc { color: var(--dark-text-2); }
.nsp-home .services-list {
  display: grid; grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--dark-rule);
}
.nsp-home .svc-row {
  display: grid; grid-template-columns: 44px 1fr auto;
  align-items: center; gap: 1rem;
  padding: 1.1rem 2rem 1.1rem 0;
  border-bottom: 1px solid var(--dark-rule);
  transition: background 0.2s;
}
.nsp-home .svc-row:nth-child(odd)  { padding-right: 2.5rem; border-right: 1px solid var(--dark-rule); }
.nsp-home .svc-row:nth-child(even) { padding-left: 2rem; }
.nsp-home .svc-row:hover { background: rgba(240,235,224,0.03); }
.nsp-home .svc-num { font-family: var(--ff-mono); font-size: 12px; color: var(--dark-gold); }
.nsp-home .svc-name {
  font-family: var(--ff-display); font-size: clamp(17px, 1.6vw, 22px); font-weight: 400;
  color: var(--dark-text); line-height: 1.2;
}
.nsp-home .svc-blurb { display: none; }
.nsp-home .svc-link {
  font-size: 18px; color: var(--dark-gold);
  text-decoration: none; min-height: 44px; min-width: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: color 0.2s, transform 0.2s;
}
.nsp-home .svc-link:hover { color: var(--dark-text); transform: translateX(3px); text-decoration: none; }

/* ══════════════════════════════════════════
   PATIENT PROCESS
══════════════════════════════════════════ */
.nsp-home .process { background: var(--surface); }
.nsp-home .process-steps {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 0; position: relative; margin-top: clamp(2.5rem, 5vw, 4rem);
}
.nsp-home .process-steps::before {
  content: ''; position: absolute; top: 27px; left: 12%; right: 12%;
  height: 1px; background: var(--gold);
  opacity: 0.25; pointer-events: none;
}
.nsp-home .process-step {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 0 clamp(0.5rem, 2vw, 1.5rem);
  gap: 1.25rem;
}
.nsp-home .step-num-wrap {
  width: 56px; height: 56px; border-radius: 50%;
  border: 1.5px solid var(--rule-2);
  display: flex; align-items: center; justify-content: center;
  background: var(--bg); z-index: 1; position: relative; flex-shrink: 0;
  transition: border-color 0.3s, background 0.3s;
}
.nsp-home .process-step:hover .step-num-wrap { border-color: var(--gold); background: var(--gold-lt); }
.nsp-home .step-num { font-family: var(--ff-mono); font-size: 13px; color: var(--gold-a11y); }
.nsp-home .step-title { font-family: var(--ff-display); font-size: 20px; font-weight: 400; color: var(--ink); line-height: 1.2; }
.nsp-home .step-desc { font-size: 14px; color: var(--text-3); line-height: 1.75; }

/* ══════════════════════════════════════════
   TEAM
══════════════════════════════════════════ */
.nsp-home .team { background: var(--bg); }
.nsp-home .team-grid-3 {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2rem; margin-top: clamp(2rem, 4vw, 3.5rem);
}
.nsp-home .team-card-3 {
  background: var(--surface); border: 1px solid var(--rule);
  border-radius: 14px; padding: 2rem 1.75rem 1.75rem;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 0.75rem;
  transition: box-shadow 0.3s, transform 0.3s;
}
.nsp-home .team-card-3:hover { box-shadow: 0 12px 36px rgba(26,24,16,0.08); transform: translateY(-3px); }
.nsp-home .team-circle {
  width: 130px; height: 130px; border-radius: 50%;
  overflow: hidden; flex-shrink: 0;
  border: 3px solid var(--gold-lt); margin-bottom: 0.5rem;
}
.nsp-home .team-circle img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block;
}
.nsp-home .team-card-creds {
  font-family: var(--ff-mono); font-size: 12px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold-a11y);
}
.nsp-home .team-card-name {
  font-family: var(--ff-display); font-size: clamp(1.4rem, 2vw, 1.9rem);
  font-weight: 400; color: var(--ink); line-height: 1.1; margin: 0;
}
.nsp-home .team-card-role { font-size: 12px; font-weight: 500; color: var(--text-3); line-height: 1.4; letter-spacing: 0.02em; }
.nsp-home .team-card-bio {
  font-size: 13px; color: var(--text-3); line-height: 1.8;
  text-align: left;
}
.nsp-home .team-card-link {
  display: inline-flex; align-items: center; gap: 5px; margin-top: 0.5rem;
  font-family: var(--ff-mono); font-size: 12px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gold-a11y);
  border-bottom: 1px solid var(--gold-lt); padding-bottom: 2px;
  text-decoration: none; min-height: 44px; align-self: center; align-items: flex-end;
  transition: border-color 0.2s;
}
.nsp-home .team-card-link:hover { border-color: var(--gold); text-decoration: none; }

/* ══════════════════════════════════════════
   VIDEOS
══════════════════════════════════════════ */
.nsp-home .videos { background: var(--surface); }
.nsp-home .videos-grid-3 {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; margin-top: clamp(2.5rem, 5vw, 4rem);
}
.nsp-home .vid-card {
  background: var(--bg); border: 1px solid var(--rule);
  border-radius: 10px; overflow: hidden;
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}
.nsp-home .vid-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(26,24,16,0.08); text-decoration: none; }
.nsp-home .vid-card-thumb { aspect-ratio: 16/9; overflow: hidden; position: relative; }
.nsp-home .vid-card-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.nsp-home .vid-card:hover .vid-card-thumb img { transform: scale(1.03); }
.nsp-home .vid-card-body { padding: 1.25rem 1.25rem 1.5rem; flex-grow: 1; }
.nsp-home .vid-card-tag {
  font-family: var(--ff-mono); font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold-a11y); margin-bottom: 6px;
}
.nsp-home .vid-card-title {
  font-family: var(--ff-display); font-size: 18px; font-weight: 400;
  color: var(--ink); line-height: 1.35;
}
.nsp-home .yt-facade {
  position: relative; cursor: pointer;
  background: #000; border-radius: 10px 10px 0 0; overflow: hidden;
  aspect-ratio: 16/9; display: block;
}
.nsp-home .yt-facade img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nsp-home .yt-play-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 68px; height: 48px;
  background: rgba(196,163,90,0.92);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, transform 0.15s;
  border: none; cursor: pointer;
}
.nsp-home .yt-facade:hover .yt-play-btn { background: var(--gold-a11y); transform: translate(-50%,-50%) scale(1.08); }
.nsp-home .yt-play-btn svg { width: 24px; height: 24px; fill: #fff; margin-left: 4px; }
.nsp-home .yt-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 2rem 1.25rem 1rem;
  background: linear-gradient(to top, rgba(26,24,16,0.85), transparent);
  font-family: var(--ff-mono); font-size: 12px; letter-spacing: 0.08em;
  text-transform: uppercase; color: #BAB6AC;
}
.nsp-home .video-caption { padding: 1rem 1.25rem; background: var(--surface-2); }
.nsp-home .video-tag { font-family: var(--ff-mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-a11y); margin-bottom: 5px; }
.nsp-home .video-caption-title { font-family: var(--ff-display); font-size: 20px; font-weight: 400; color: var(--ink); line-height: 1.25; }
.nsp-home .video-thumbs { display: flex; flex-direction: column; gap: 1rem; }
.nsp-home .video-thumb {
  display: flex; gap: 12px; align-items: center;
  background: var(--surface-2); border-radius: 10px; overflow: hidden;
  text-decoration: none; color: inherit;
  border: 1px solid var(--rule);
  transition: background 0.2s, border-color 0.2s;
  min-height: 72px;
}
.nsp-home .video-thumb:hover { background: var(--surface-3); border-color: var(--gold); text-decoration: none; }
.nsp-home .video-thumb-img { width: 100px; flex-shrink: 0; overflow: hidden; self-align: stretch; }
.nsp-home .video-thumb-img img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.nsp-home .video-thumb-body { padding: 0.75rem 1rem 0.75rem 0; }
.nsp-home .video-thumb-tag { font-family: var(--ff-mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-a11y); margin-bottom: 3px; }
.nsp-home .video-thumb-title { font-size: 14px; font-weight: 400; color: var(--ink); line-height: 1.35; }

/* ══════════════════════════════════════════
   REVIEWS
══════════════════════════════════════════ */
.nsp-home .reviews { background: var(--bg); }
.nsp-home .reviews-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(3rem, 7vw, 6rem); align-items: start; }
.nsp-home .reviews-left { position: sticky; top: calc(var(--nav-h) + 2rem); }
.nsp-home .reviews-big { font-family: var(--ff-display); font-size: clamp(3.5rem, 8vw, 7rem); font-weight: 300; line-height: 1; color: var(--ink); }
.nsp-home .reviews-stars { color: var(--gold-a11y); font-size: 20px; letter-spacing: 3px; margin: 8px 0 4px; }
.nsp-home .reviews-sub { font-size: 14px; color: var(--text-3); margin-bottom: 2rem; }
.nsp-home .review-cards { display: flex; flex-direction: column; gap: 1.25rem; }
.nsp-home .review-card {
  background: var(--surface); border-radius: 10px;
  padding: 1.5rem 1.5rem 1.25rem;
  border-left: 3px solid transparent;
  border: 1px solid var(--rule);
  transition: border-left-color 0.3s;
  position: relative;
}
.nsp-home .review-card:hover { border-left-color: var(--gold); }
.nsp-home .review-card-stars { color: var(--gold-a11y); font-size: 13px; letter-spacing: 2px; margin-bottom: 0.75rem; }
.nsp-home .review-card-text { font-family: var(--ff-display); font-size: 18px; font-weight: 300; font-style: italic; color: var(--ink); line-height: 1.5; margin-bottom: 1rem; }
.nsp-home .review-card-meta { display: flex; justify-content: space-between; align-items: center; }
.nsp-home .review-card-author { font-family: var(--ff-mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-4); }
.nsp-home .review-card-source { font-size: 12px; color: var(--text-4); }

/* ══════════════════════════════════════════
   FAQ
══════════════════════════════════════════ */
.nsp-home .faq { background: var(--surface); }
.nsp-home .faq-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0 5rem; align-items: start; }
.nsp-home .faq-sticky { position: sticky; top: calc(var(--nav-h) + 2rem); }
.nsp-home .faq-list { border-top: 1px solid var(--rule); }
.nsp-home .faq-item { border-bottom: 1px solid var(--rule); }
.nsp-home .faq-q {
  width: 100%; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.25rem 0;
  font-family: var(--ff-display); font-size: clamp(17px, 1.5vw, 21px); font-weight: 400;
  color: var(--ink); background: transparent; cursor: pointer;
  transition: color 0.2s;
  min-height: 56px;
}
.nsp-home .faq-q:hover { color: var(--gold-a11y); }
.nsp-home .faq-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--rule-2);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 300;
  color: var(--text-3); flex-shrink: 0;
  transition: transform 0.35s, border-color 0.2s, color 0.2s;
}
.nsp-home .faq-item.open .faq-icon { transform: rotate(45deg); border-color: var(--gold); color: var(--gold-a11y); }
.nsp-home .faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.45s, padding 0.3s;
  font-size: 14px; color: var(--text-3); line-height: 1.85;
}
.nsp-home .faq-item.open .faq-a { max-height: 400px; padding-bottom: 1.25rem; }
.nsp-home .faq-a a {
  color: var(--gold-a11y);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.nsp-home .faq-a a:hover { color: var(--ink); }

/* ══════════════════════════════════════════
   FARMACY
══════════════════════════════════════════ */
.nsp-home .farmacy { background: var(--bg); }
.nsp-home .farmacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 6rem); align-items: start; }
.nsp-home .farmacy-title { font-family: var(--ff-display); font-size: clamp(2rem, 3.5vw, 3.5rem); font-weight: 300; color: var(--ink); line-height: 1.05; margin: 1rem 0 1rem; }
.nsp-home .farmacy-title em { font-style: italic; color: var(--green-a11y); }
.nsp-home .farmacy-desc { font-size: 15px; font-weight: 300; color: var(--text-3); line-height: 1.85; margin-bottom: 1.75rem; }
.nsp-home .farmacy-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 1.75rem; }
.nsp-home .farmacy-tag {
  padding: 6px 14px; border-radius: 100px;
  border: 1px solid var(--rule-2);
  font-family: var(--ff-mono); font-size: 12px;
  letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--text-3);
}
.nsp-home .farmacy-items { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--rule); border-radius: 10px; overflow: hidden; border: 1px solid var(--rule); }
.nsp-home .farmacy-item { background: var(--surface); padding: 1.5rem; display: flex; flex-direction: column; gap: 7px; transition: background 0.2s; }
.nsp-home .farmacy-item:hover { background: var(--surface-2); }
.nsp-home .f-icon { font-size: 20px; }
.nsp-home .f-name { font-family: var(--ff-display); font-size: 20px; font-weight: 400; color: var(--ink); }
.nsp-home .f-desc { font-size: 13px; color: var(--text-3); line-height: 1.65; }

/* ══════════════════════════════════════════
   CTA SECTION
══════════════════════════════════════════ */
.nsp-home .cta-section {
  background: var(--dark-bg); text-align: center;
  padding: clamp(5.5rem, 13vh, 11rem) 0;
  position: relative; overflow: hidden;
}
.nsp-home .cta-circle {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: min(680px, 90vw); height: min(680px, 90vw);
  border-radius: 50%; border: 1px solid rgba(196,163,90,0.1);
  pointer-events: none;
}
.nsp-home .cta-circle::before {
  content: ''; position: absolute; inset: 18%;
  border-radius: 50%; border: 1px solid rgba(196,163,90,0.07);
}
.nsp-home .cta-span { font-family: var(--ff-mono); font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dark-gold); display: block; margin-bottom: 1.25rem; }
.nsp-home .cta-title {
  font-family: var(--ff-display); font-size: clamp(2.5rem, 5.5vw, 5.5rem);
  font-weight: 300; line-height: 0.97; letter-spacing: -0.02em;
  color: var(--dark-text);
  margin-bottom: 1.25rem; position: relative; z-index: 1;
}
.nsp-home .cta-title em { font-style: italic; color: var(--dark-gold); display: block; }
.nsp-home .cta-sub { font-size: 15px; font-weight: 300; color: var(--dark-text-2); margin-bottom: 2.5rem; max-width: 46ch; margin-left: auto; margin-right: auto; position: relative; z-index: 1; line-height: 1.8; }
.nsp-home .cta-btns { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; position: relative; z-index: 1; }
.nsp-home .btn-cta-primary {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 52px; padding: 14px 40px;
  background: var(--dark-gold);
  color: var(--dark-bg);
  font-size: 15px; font-weight: 500; letter-spacing: 0.05em;
  border-radius: 100px; text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.nsp-home .btn-cta-primary:hover { background: #E8D5A8; text-decoration: none; }
.nsp-home .btn-cta-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 52px; padding: 13px 36px;
  border: 1.5px solid rgba(240,235,224,0.25);
  color: var(--dark-text);
  font-size: 14px; border-radius: 100px; text-decoration: none;
  transition: border-color 0.2s;
}
.nsp-home .btn-cta-ghost:hover { border-color: var(--dark-gold); text-decoration: none; }
.nsp-home .cta-location {
  margin-top: 2.5rem; position: relative; z-index: 1;
  font-family: var(--ff-mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #969290;
}
.nsp-home .cta-location a { color: #B8B2A8; text-decoration: underline; text-underline-offset: 2px; transition: color 0.2s; }
.nsp-home .cta-location a:hover { color: var(--dark-text); }

/* ── Theme conflict overrides ── */
.nsp-home h1, .nsp-home h2, .nsp-home h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: inherit;
  font-weight: inherit;
}
.nsp-home .hero-h1 {
  color: var(--dark-text) !important;
  font-size: clamp(2.6rem, 4.2vw, 5.2rem) !important;
}
.nsp-home .hero-h1 em    { color: var(--dark-gold)   !important; }
.nsp-home .hero-sub      { color: var(--dark-text-2) !important; }
.nsp-home .section-title { color: var(--ink); }
.nsp-home .services .section-title { color: var(--dark-text) !important; }
.nsp-home .services .section-desc  { color: var(--dark-text-2) !important; }
.nsp-home .cta-title     { color: var(--dark-text)  !important; }
.nsp-home .cta-title em  { color: var(--dark-gold)   !important; }
.nsp-home .cta-sub       { color: var(--dark-text-2) !important; }

/* ── Tablet ≤1024px ── */
@media (max-width: 1024px) {
  .nsp-home .team-grid-3    { grid-template-columns: 1fr 1fr; }
  .nsp-home .videos-grid-3  { grid-template-columns: 1fr 1fr; }
  .nsp-home .faq-inner      { gap: 0 2.5rem; }
  .nsp-home .reviews-layout { gap: 3rem; }
}

/* ── Mobile ≤768px ── */
@media (max-width: 768px) {
  .nsp-home .hero-left {
    max-width: 100%;
    padding: clamp(5.5rem, 14vh, 8rem) var(--g) clamp(3rem, 8vh, 5rem);
  }
  .nsp-home .hero-stats        { gap: 1.25rem; flex-wrap: wrap; }
  .nsp-home .hero .btn-ghost   { width: 100%; justify-content: center; }
  .nsp-home .hero .btn-primary { width: 100%; justify-content: center; }

  .nsp-home .conditions-head {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .nsp-home .cond-trigger {
    grid-template-columns: 36px 1fr auto;
    gap: 0.75rem;
    padding: 1.25rem 0;
  }
  .nsp-home .cond-body         { padding: 0; }
  .nsp-home .cond-item.open .cond-body {
    max-height: 1200px;
    padding: 0 0 1.5rem 0;
  }
  .nsp-home .cond-body-inner   { grid-template-columns: 1fr; gap: 1.25rem; }

  .nsp-home .services > .container > div:first-child {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }
  .nsp-home .services-list     { grid-template-columns: 1fr; }
  .nsp-home .svc-row           { padding: 1rem 0; grid-template-columns: 36px 1fr auto; }
  .nsp-home .svc-row:nth-child(odd)  { padding-right: 0; border-right: none; }
  .nsp-home .svc-row:nth-child(even) { padding-left: 0; }

  .nsp-home .process-steps {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 1rem;
  }
  .nsp-home .process-steps::before { display: none; }

  .nsp-home .team > .container > div:first-child {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
  .nsp-home .team-grid-3 {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .nsp-home .videos > .container > div:first-child {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .nsp-home .videos-grid-3     { grid-template-columns: 1fr; }

  .nsp-home .reviews-layout    { grid-template-columns: 1fr; gap: 2.5rem; }
  .nsp-home .reviews-left      { position: static; }

  .nsp-home .faq-inner         { grid-template-columns: 1fr; gap: 2rem; }
  .nsp-home .faq-sticky        { position: static; }

  .nsp-home .farmacy-grid      { grid-template-columns: 1fr; gap: 2.5rem; }

  .nsp-home .cta-btns          { flex-direction: column; align-items: center; }
  .nsp-home .btn-cta-primary,
  .nsp-home .btn-cta-ghost     { width: 100%; justify-content: center; }

  .nsp-home .recognition-inner { gap: 0.5rem; }
  .nsp-home .recognition-items { gap: 0.35rem; }
}

/* ── Small mobile ≤480px ── */
@media (max-width: 480px) {
  .nsp-home .hero-h1           { font-size: clamp(2.4rem, 9vw, 3.2rem) !important; }
  .nsp-home .process-steps     { grid-template-columns: 1fr; gap: 2rem; }
  .nsp-home .farmacy-items     { grid-template-columns: 1fr; }
  .nsp-home .cond-body-inner   { gap: 1rem; }
  .nsp-home .hero-stats        { gap: 1rem; padding-top: 1.25rem; }
  .nsp-home .hero-stat-num     { font-size: clamp(1.5rem, 6vw, 2rem); }
}

/* ── FOCUS-VISIBLE — Lighthouse accessibility ── */
.nsp-home a:focus-visible,
.nsp-home button:focus-visible {
  outline: 2px solid var(--green-a11y);
  outline-offset: 3px;
  border-radius: 3px;
}
.nsp-home .hero a:focus-visible,
.nsp-home .hero button:focus-visible,
.nsp-home .services a:focus-visible,
.nsp-home .services button:focus-visible,
.nsp-home .cta-section a:focus-visible,
.nsp-home .cta-section button:focus-visible {
  outline-color: var(--dark-gold);
}

/* ── HERO GEO-TAG ── */
.nsp-home .hero-location {
  font-family: var(--ff-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240,235,224,0.35);
  margin-top: -0.75rem;
}
