:root{--ths-forest:#174d3a;--ths-forest-dark:#0e382a;--ths-forest-deep:#0a2f24;--ths-cream:#f6f1e8;--ths-warm:#fffdf9;--ths-white:#fff;--ths-charcoal:#252826;--ths-muted:#66706a;--ths-sage:#dce7dd;--ths-sage-light:#eef4ef;--ths-brass:#b8914e;--ths-border:#e3dfd6;--ths-shadow:0 14px 45px rgba(28,54,43,.09);--ths-shadow-sm:0 5px 20px rgba(28,54,43,.07);--ths-radius:20px;--ths-radius-sm:14px;--ths-shell:min(1180px,calc(100% - 40px));--ths-display:Georgia,"Times New Roman",serif;--ths-body:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ths-warm);color:var(--ths-charcoal);font-family:var(--ths-body);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}body.ths-nav-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:var(--ths-forest);text-underline-offset:3px}a:hover{color:var(--ths-forest-dark)}h1,h2,h3,h4{margin:0 0 .55em;font-family:var(--ths-display);line-height:1.1;color:var(--ths-forest-dark);font-weight:600;letter-spacing:-.025em}h1{font-size:clamp(2.6rem,6vw,5.25rem)}h2{font-size:clamp(2rem,3.6vw,3.25rem)}h3{font-size:clamp(1.25rem,2vw,1.55rem)}p{margin:0 0 1.2em}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ths-skip-link{position:fixed;top:10px;left:10px;z-index:9999;background:#fff;color:#000;padding:10px 14px;transform:translateY(-200%)}.ths-skip-link:focus{transform:none}.ths-shell{width:var(--ths-shell);margin-inline:auto}.ths-narrow{max-width:850px}.ths-centered{text-align:center;margin-inline:auto}.ths-main{min-height:50vh}.ths-section{padding:88px 0}.ths-section-tight{padding:60px 0}.ths-soft-section{background:var(--ths-sage-light)}.ths-eyebrow{margin:0 0 12px;color:var(--ths-brass);font-weight:800;font-size:.78rem;line-height:1.2;letter-spacing:.11em;text-transform:uppercase}.ths-eyebrow-light{color:#d8c395}.ths-kicker{font-size:.8rem;text-transform:uppercase;letter-spacing:.09em;color:var(--ths-brass);font-weight:800}.ths-section-heading{max-width:760px;margin-bottom:42px}.ths-section-heading p:last-child{color:var(--ths-muted);font-size:1.04rem}.ths-button-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.ths-justify-center{justify-content:center}.ths-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 23px;border:1px solid transparent;border-radius:9px;font-weight:750;text-decoration:none;line-height:1.2;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.ths-button:hover{transform:translateY(-1px);box-shadow:var(--ths-shadow-sm)}.ths-button:focus-visible,.ths-text-link:focus-visible,.ths-nav-list a:focus-visible,.ths-menu-toggle:focus-visible{outline:3px solid #d4a84e;outline-offset:3px}.ths-button-primary{background:var(--ths-forest);color:#fff}.ths-button-primary:hover{background:var(--ths-forest-dark);color:#fff}.ths-button-outline{border-color:var(--ths-forest);color:var(--ths-forest);background:transparent}.ths-button-outline:hover{background:var(--ths-sage-light)}.ths-button-light{background:#fff;color:var(--ths-forest-dark)}.ths-button-block{width:100%}.ths-text-link{display:inline-flex;align-items:center;gap:7px;font-weight:800;text-decoration:none;font-size:.92rem}.ths-text-link .ths-icon{width:17px}.ths-icon{width:24px;height:24px;flex:0 0 auto}.ths-small-note,.ths-package-note{color:var(--ths-muted);font-size:.88rem}.ths-rounded-image{border-radius:var(--ths-radius);box-shadow:var(--ths-shadow)}
/* Header */.ths-site-header{position:sticky;top:0;z-index:1000;background:rgba(255,253,249,.96);border-bottom:1px solid rgba(227,223,214,.7);backdrop-filter:blur(12px)}.admin-bar .ths-site-header{top:32px}.ths-header-inner{min-height:84px;display:grid;grid-template-columns:auto 1fr auto;gap:26px;align-items:center}.ths-brand{display:inline-flex;align-items:center;gap:11px;color:var(--ths-forest-dark);text-decoration:none}.ths-brand-mark{width:44px;height:48px;display:block}.ths-brand-mark svg{width:100%;height:100%}.ths-brand-text{display:grid;line-height:.97;letter-spacing:.08em}.ths-brand-text strong{font-family:var(--ths-display);font-size:1.18rem;letter-spacing:.12em}.ths-brand-text span{font-size:.92rem;font-weight:750;letter-spacing:.105em}.ths-brand-text small{font-size:.42rem;margin-top:5px;color:var(--ths-brass);letter-spacing:.06em;white-space:nowrap}.ths-primary-nav{justify-self:center}.ths-nav-list{list-style:none;margin:0;padding:0;display:flex;gap:23px;align-items:center}.ths-nav-list a{text-decoration:none;color:#222;font-size:.84rem;font-weight:720}.ths-nav-list a:hover{color:var(--ths-forest)}.ths-header-actions{display:flex;align-items:center;gap:14px}.ths-header-phone{display:inline-flex;align-items:center;gap:6px;text-decoration:none;font-size:.83rem;font-weight:800;color:var(--ths-forest-dark)}.ths-header-phone .ths-icon{width:18px}.ths-header-cta{min-height:46px;padding:12px 18px;font-size:.86rem}.ths-menu-toggle{display:none;background:none;border:0;color:var(--ths-forest-dark);padding:8px}.ths-menu-close{display:none}.ths-nav-open .ths-menu-open{display:none}.ths-nav-open .ths-menu-close{display:block}
/* Hero */.ths-hero{background:linear-gradient(90deg,#f7f4ee 0%,#faf7f1 46%,#eee8dc 46%,#eee8dc 100%);overflow:hidden}.ths-hero-grid{display:grid;grid-template-columns:43% 57%;min-height:555px}.ths-hero-copy{padding:74px 44px 68px 4px;align-self:center}.ths-hero h1{font-size:clamp(3.1rem,5.3vw,5.1rem);max-width:620px}.ths-hero-lede{max-width:610px;font-size:1.08rem;line-height:1.68;margin-bottom:28px}.ths-hero-media{min-height:555px;position:relative}.ths-hero-media img{width:100%;height:100%;object-fit:cover}.ths-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(246,241,232,.12),transparent 25%);pointer-events:none}
/* Trust */.ths-trust-strip{background:#fff;border-bottom:1px solid var(--ths-border)}.ths-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:20px 0}.ths-trust-grid>div{display:flex;gap:13px;align-items:center}.ths-trust-grid .ths-icon{width:42px;height:42px;padding:9px;border-radius:50%;background:#fbf7ef;color:var(--ths-brass)}.ths-trust-grid span{display:grid}.ths-trust-grid strong{font-size:.88rem}.ths-trust-grid small{font-size:.72rem;color:var(--ths-muted)}
/* Cards */.ths-card-grid{display:grid;gap:20px}.ths-card-grid-4{grid-template-columns:repeat(4,1fr)}.ths-card-grid-3{grid-template-columns:repeat(3,1fr)}.ths-service-card,.ths-package-card,.ths-entry-card,.ths-resource-card{background:#fff;border:1px solid var(--ths-border);border-radius:var(--ths-radius-sm);box-shadow:0 2px 8px rgba(30,52,43,.03);overflow:hidden}.ths-card-media,.ths-package-image{display:block;aspect-ratio:1.45/1;overflow:hidden}.ths-card-image,.ths-card-media img,.ths-package-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.ths-service-card:hover .ths-card-image,.ths-package-card:hover .ths-card-image{transform:scale(1.025)}.ths-card-body,.ths-package-body{padding:22px 22px 24px;position:relative}.ths-card-icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;margin-top:-46px;margin-bottom:14px;border-radius:50%;background:var(--ths-forest);color:#fff;box-shadow:0 0 0 6px var(--ths-warm)}.ths-card-icon .ths-icon{width:23px}.ths-service-card h3 a,.ths-package-card h3 a{color:var(--ths-charcoal);text-decoration:none}.ths-service-card p,.ths-package-card p{color:#505850;font-size:.9rem;line-height:1.55}.ths-package-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ths-package-card{display:grid;grid-template-columns:42% 58%;min-height:210px}.ths-package-image{aspect-ratio:auto}.ths-package-body{padding:22px 18px}.ths-package-body h3{font-size:1.16rem}.ths-package-price{color:var(--ths-brass);font-weight:800;margin-bottom:9px}.ths-package-note{text-align:center;margin:20px 0 0}
/* Assessment */.ths-assessment{border-top:1px solid var(--ths-border);border-bottom:1px solid var(--ths-border);background:#fff}.ths-assessment-grid{display:grid;grid-template-columns:34% 1fr 220px;gap:42px;align-items:center}.ths-assessment-photo img{border-radius:14px;width:100%;aspect-ratio:1.22/1;object-fit:cover}.ths-assessment-copy h2{font-size:2.25rem}.ths-price{font-family:var(--ths-display);font-size:2.5rem;color:var(--ths-forest);margin:-6px 0 12px}.ths-check-list{list-style:none;padding:0;margin:20px 0 0}.ths-check-list li{display:flex;gap:9px;align-items:flex-start;margin:9px 0}.ths-check-list .ths-icon{width:19px;color:#4e9b69;margin-top:3px}.ths-assessment-action{display:grid;gap:10px}.ths-assessment-action p{font-size:.82rem;color:var(--ths-muted)}
/* Specialized */.ths-special-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.ths-special-card{background:#fff;border:1px solid var(--ths-border);border-radius:var(--ths-radius);padding:32px;display:grid;grid-template-columns:auto 1fr;gap:22px;box-shadow:var(--ths-shadow-sm)}.ths-special-icon{width:58px;height:58px;border-radius:16px;background:var(--ths-sage);color:var(--ths-forest);display:flex;align-items:center;justify-content:center}.ths-special-price{font-family:var(--ths-display);font-size:1.9rem;color:var(--ths-forest);margin:-4px 0 12px}
/* Story */.ths-three-story-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}.ths-story-card{border:1px solid var(--ths-border);border-radius:var(--ths-radius-sm);overflow:hidden;background:#fff;min-height:360px}.ths-story-photo{display:grid;grid-template-rows:46% 54%}.ths-story-photo img{width:100%;height:100%;object-fit:cover}.ths-story-card>div,.ths-story-text{padding:26px}.ths-story-text{display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#f8f4ed,#fff)}.ths-story-card .ths-card-icon{margin:0 0 14px;box-shadow:none}.ths-story-card h2{font-size:1.7rem}.ths-story-card p{font-size:.93rem;color:#525a55}
/* Resource / questionnaire */.ths-resource-preview{background:#fbf8f2}.ths-resource-preview-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:54px;align-items:center}.ths-resource-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ths-resource-mini-grid>div{display:grid;grid-template-columns:auto 1fr;column-gap:12px;row-gap:2px;background:#fff;border:1px solid var(--ths-border);padding:20px;border-radius:14px}.ths-resource-mini-grid .ths-icon{grid-row:1/3;color:var(--ths-brass)}.ths-resource-mini-grid strong{color:var(--ths-forest-dark)}.ths-resource-mini-grid span{font-size:.8rem;color:var(--ths-muted)}.ths-questionnaire-preview{background:var(--ths-forest-dark);color:#fff}.ths-questionnaire-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.ths-questionnaire-inner h2{color:#fff;max-width:700px}.ths-questionnaire-inner p:not(.ths-eyebrow){max-width:760px;color:#e0e8e2}
/* Page detail */.ths-page-hero{padding:86px 0 74px;background:linear-gradient(180deg,#f5f0e7,#fffdf9);border-bottom:1px solid var(--ths-border)}.ths-page-hero h1{font-size:clamp(2.8rem,5vw,4.5rem)}.ths-page-lede{font-size:1.2rem;color:#4d5751;max-width:780px}.ths-detail-hero{padding:64px 0;background:linear-gradient(90deg,#f6f1e8 0,#f6f1e8 51%,#eee7dc 51%)}.ths-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.ths-detail-media img{width:100%;max-height:520px;object-fit:cover;border-radius:var(--ths-radius);box-shadow:var(--ths-shadow)}.ths-detail-price{font-family:var(--ths-display);color:var(--ths-brass);font-size:2.5rem;margin-bottom:22px}.ths-content-two{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);gap:64px;align-items:start}.ths-prose{font-size:1.04rem}.ths-prose h2{margin-top:1.55em}.ths-prose h3{margin-top:1.35em}.ths-prose ul,.ths-prose ol{padding-left:1.4em}.ths-prose blockquote{margin:30px 0;padding:24px 28px;border-left:4px solid var(--ths-brass);background:#fbf7ef;font-family:var(--ths-display);font-size:1.28rem}.ths-scope-card{position:sticky;top:120px;background:#fff;border:1px solid var(--ths-border);border-radius:var(--ths-radius);padding:28px;box-shadow:var(--ths-shadow-sm)}.ths-scope-card h2{font-size:1.75rem}.ths-scope-card h3{font-size:1.2rem;margin-top:28px}.ths-scope-card>ul:not(.ths-check-list){padding-left:1.15em;color:#5a625d}.ths-answer-layer{padding:46px 0;background:var(--ths-forest-dark);color:#fff}.ths-answer-layer h2{color:#fff;font-size:2.2rem}.ths-answer-layer p{font-size:1.1rem;color:#ecf0ed}.ths-answer-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px}.ths-callout{background:#f6f1e8;border-radius:16px;padding:26px;margin:30px 0}.ths-table-wrap{overflow-x:auto;margin:32px 0}.ths-compare-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--ths-border)}.ths-compare-table th,.ths-compare-table td{padding:15px;border-bottom:1px solid var(--ths-border);text-align:left;vertical-align:top}.ths-compare-table thead th{background:#eef4ef;color:var(--ths-forest-dark)}.ths-entry-card{padding:22px}.ths-entry-card img{border-radius:10px;margin:-22px -22px 18px;max-width:calc(100% + 44px);width:calc(100% + 44px)}.ths-resource-card{padding:24px}.ths-empty-state{grid-column:1/-1;color:var(--ths-muted);font-style:italic}.ths-local-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ths-local-facts>div{background:#fff;border:1px solid var(--ths-border);border-radius:12px;padding:18px;display:grid;gap:3px}.ths-local-facts strong{font-size:.8rem;color:var(--ths-muted)}.ths-local-facts span{font-family:var(--ths-display);font-size:1.65rem;color:var(--ths-forest-dark)}.ths-local-facts small{font-size:.7rem;color:var(--ths-muted)}.ths-pricing-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--ths-border);border-radius:var(--ths-radius);overflow:hidden;background:#fff}.ths-pricing-grid>div{display:flex;justify-content:space-between;gap:20px;padding:23px 26px;border-bottom:1px solid var(--ths-border)}.ths-pricing-grid>div:nth-child(odd){border-right:1px solid var(--ths-border)}.ths-pricing-grid strong{color:var(--ths-forest);font-size:1.15rem}.ths-form-placeholder,.ths-contact-panel{padding:40px;border:1px dashed #b4bdb6;border-radius:var(--ths-radius);background:#fff;text-align:center}.ths-form-placeholder>span{display:flex;margin:0 auto 18px;width:62px;height:62px;align-items:center;justify-content:center;border-radius:50%;background:var(--ths-sage);color:var(--ths-forest)}.ths-contact-panel{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.ths-lead-copy{font-size:1.2rem;color:#4b554f}
/* Footer */.ths-footer-cta{background:var(--ths-forest);color:#fff;padding:32px 0}.ths-footer-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.ths-footer-cta h2{color:#fff;font-size:1.85rem;margin-bottom:5px}.ths-footer-cta p:not(.ths-eyebrow){margin:0;color:#dce7df}.ths-footer-cta-actions{display:flex;align-items:center;gap:16px;white-space:nowrap}.ths-footer-call{color:#fff;text-decoration:none;font-size:.88rem}.ths-site-footer{background:#fff;padding:48px 0 22px}.ths-footer-grid{display:grid;grid-template-columns:1.5fr .8fr .9fr 1fr;gap:48px}.ths-footer-grid h3{font-family:var(--ths-body);font-size:.92rem;letter-spacing:.02em;color:#202622}.ths-footer-grid ul{list-style:none;margin:0;padding:0}.ths-footer-grid li{margin:8px 0}.ths-footer-grid a{color:#3f4843;text-decoration:none;font-size:.84rem}.ths-footer-brand p{font-size:.82rem;color:var(--ths-muted);margin:.3em 0}.ths-footer-brand .ths-brand{margin-bottom:16px}.ths-footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--ths-border);margin-top:38px;padding-top:18px;font-size:.72rem;color:var(--ths-muted)}.ths-footer-bottom a{color:inherit}.ths-mobile-cta{display:none}
@media (max-width:1120px){.ths-nav-list{gap:13px}.ths-nav-list a{font-size:.78rem}.ths-header-phone span{display:none}.ths-package-grid{grid-template-columns:1fr 1fr}.ths-assessment-grid{grid-template-columns:32% 1fr}.ths-assessment-action{grid-column:2}.ths-trust-grid{grid-template-columns:1fr 1fr}}
@media (max-width:920px){body{padding-bottom:64px}.admin-bar .ths-site-header{top:46px}.ths-header-inner{min-height:72px;grid-template-columns:auto auto}.ths-brand-text small{display:none}.ths-menu-toggle{display:block;justify-self:end}.ths-primary-nav{position:fixed;inset:72px 0 auto 0;background:#fff;border-top:1px solid var(--ths-border);padding:20px;box-shadow:var(--ths-shadow);transform:translateY(-130%);opacity:0;visibility:hidden;transition:.2s ease;max-height:calc(100vh - 72px);overflow:auto}.admin-bar .ths-primary-nav{top:118px}.ths-nav-open .ths-primary-nav{transform:none;opacity:1;visibility:visible}.ths-nav-list{display:grid;gap:0}.ths-nav-list li{border-bottom:1px solid var(--ths-border)}.ths-nav-list a{display:block;padding:15px 3px;font-size:1rem}.ths-header-actions{display:none}.ths-hero-grid{grid-template-columns:1fr}.ths-hero-copy{padding:58px 0 42px}.ths-hero-media{min-height:390px;margin-inline:-20px}.ths-card-grid-4,.ths-card-grid-3{grid-template-columns:1fr 1fr}.ths-assessment-grid{grid-template-columns:1fr 1fr;gap:28px}.ths-assessment-action{grid-column:1/-1;display:flex;align-items:center}.ths-special-grid,.ths-three-story-grid,.ths-resource-preview-grid,.ths-detail-grid,.ths-content-two,.ths-answer-grid{grid-template-columns:1fr}.ths-three-story-grid{gap:22px}.ths-story-card{min-height:auto}.ths-resource-mini-grid{grid-template-columns:1fr 1fr}.ths-questionnaire-inner,.ths-footer-cta-inner{align-items:flex-start;flex-direction:column}.ths-local-facts{grid-template-columns:1fr 1fr}.ths-scope-card{position:static}.ths-footer-grid{grid-template-columns:1fr 1fr}.ths-mobile-cta{position:fixed;display:grid;grid-template-columns:1fr 1.35fr;bottom:0;left:0;right:0;height:64px;z-index:999;background:#fff;box-shadow:0 -4px 20px rgba(0,0,0,.1)}.ths-mobile-cta a{display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800}.ths-mobile-call{color:var(--ths-forest-dark)}.ths-mobile-call .ths-icon{margin-right:7px}.ths-mobile-book{background:var(--ths-forest);color:#fff}.ths-detail-hero{background:#f6f1e8}.ths-detail-media{order:-1}.ths-detail-media img{max-height:420px}.ths-package-card{grid-template-columns:40% 60%}}
@media (max-width:640px){:root{--ths-shell:min(100% - 28px,1180px)}body{font-size:16px}.ths-section{padding:62px 0}.ths-section-tight{padding:48px 0}.ths-brand-mark{width:38px;height:42px}.ths-brand-text strong{font-size:1rem}.ths-brand-text span{font-size:.78rem}.ths-hero{background:#f6f1e8}.ths-hero-copy{padding-top:44px}.ths-hero h1{font-size:clamp(2.65rem,14vw,4rem)}.ths-hero-lede{font-size:1rem}.ths-button-row .ths-button{width:100%}.ths-hero-media{min-height:300px}.ths-trust-grid{grid-template-columns:1fr;padding:16px 0;gap:9px}.ths-trust-grid>div{padding:5px 0}.ths-trust-grid small{font-size:.75rem}.ths-card-grid-4,.ths-card-grid-3,.ths-package-grid{grid-template-columns:1fr}.ths-card-media{aspect-ratio:1.55/1}.ths-package-card{grid-template-columns:38% 62%;min-height:190px}.ths-package-image{min-height:190px}.ths-package-body{padding:18px 15px}.ths-package-body h3{font-size:1.05rem}.ths-assessment-grid{grid-template-columns:1fr}.ths-assessment-action{grid-column:1;display:grid}.ths-assessment-photo img{max-height:330px}.ths-special-card{grid-template-columns:1fr;padding:26px}.ths-resource-mini-grid{grid-template-columns:1fr}.ths-pricing-grid{grid-template-columns:1fr}.ths-pricing-grid>div:nth-child(odd){border-right:0}.ths-pricing-grid>div{padding:19px 18px}.ths-footer-grid{grid-template-columns:1fr;gap:28px}.ths-footer-bottom{flex-direction:column;gap:8px}.ths-footer-cta-actions{flex-direction:column;align-items:flex-start}.ths-local-facts{grid-template-columns:1fr 1fr}.ths-page-hero{padding:62px 0 52px}.ths-detail-hero{padding:38px 0}.ths-contact-panel{align-items:stretch;flex-direction:column}.ths-contact-panel .ths-button{width:100%}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* =========================================================
   v0.2 homepage redesign — image-led hierarchy + conversion
   ========================================================= */
:root{--ths-coral:#c9634d;--ths-coral-dark:#a94736}

/* Cleaner desktop navigation */
.ths-site-header{background:var(--ths-warm);border-bottom:0;padding:12px 0;backdrop-filter:none}
.ths-header-inner{min-height:70px;background:#fff;border:1px solid rgba(227,223,214,.9);border-radius:18px;padding:9px 14px;box-shadow:0 8px 30px rgba(28,54,43,.06);gap:20px}
.ths-brand-mark{width:38px;height:42px}
.ths-brand-text strong{font-size:1.05rem}
.ths-brand-text span{font-size:.81rem}
.ths-brand-text small{display:none}
.ths-nav-list{gap:19px}
.ths-nav-list li,.ths-nav-list a{white-space:nowrap}
.ths-nav-list a{font-size:.79rem;font-weight:730;line-height:1}
.ths-header-actions{gap:11px}
.ths-header-phone{font-size:.78rem}
.ths-header-cta{min-height:44px;padding:11px 17px;font-size:.82rem;border-radius:12px}

/* Home-specific rhythm */
.ths-home-section{padding:108px 0}
.ths-home-heading{margin-bottom:52px}
.ths-home-heading h2{font-size:clamp(2.65rem,4.4vw,4.25rem)}
.ths-home-heading>p:last-child{max-width:720px;margin-inline:auto}
.ths-card-cta{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:var(--ths-coral);font-weight:800;font-size:.92rem;text-decoration:none}
.ths-card-cta:hover{color:var(--ths-coral-dark)}
.ths-card-cta .ths-icon{width:17px}
.ths-button-cream{background:#f7edcf;color:var(--ths-forest-dark);border-color:#f7edcf}
.ths-button-cream:hover{background:#fff4d9;color:var(--ths-forest-dark)}
.ths-button-accent{background:#e6d27c;color:#173328;border-color:#e6d27c}
.ths-button-accent:hover{background:#f0dd87;color:#173328}

/* Image-led hero inspired by premium health/home service layouts */
.ths-home-hero{background:var(--ths-warm);padding:3px 0 16px}
.ths-home-hero .ths-shell{width:min(1440px,calc(100% - 36px))}
.ths-home-hero-inner{position:relative;min-height:650px;border-radius:28px;overflow:hidden;background-image:linear-gradient(90deg,rgba(8,46,34,.94) 0%,rgba(8,46,34,.82) 38%,rgba(8,46,34,.28) 72%,rgba(8,46,34,.10) 100%),var(--ths-home-hero-image);background-size:cover;background-position:center 43%;box-shadow:0 20px 52px rgba(18,49,38,.14)}
.ths-home-hero-copy{position:relative;z-index:2;max-width:670px;padding:104px 0 102px 72px;color:#fff}
.ths-home-hero-pill{display:inline-flex;margin:0 0 22px;padding:8px 14px;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:.76rem;font-weight:780;letter-spacing:.075em;text-transform:uppercase;backdrop-filter:blur(5px)}
.ths-home-hero h1{color:#fff;font-size:clamp(3.65rem,6vw,6.1rem);line-height:.98;max-width:700px;letter-spacing:-.04em}
.ths-home-hero-lede{max-width:615px;font-size:1.12rem;line-height:1.68;color:rgba(255,255,255,.9);margin:0 0 30px}
.ths-home-hero .ths-button{min-height:56px;border-radius:999px;padding-inline:25px}
.ths-home-hero .ths-button .ths-icon,.ths-hero-link .ths-icon{width:18px}
.ths-hero-link{display:inline-flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-weight:780;padding:11px 5px}
.ths-hero-link:hover{color:#f5df9c}
.ths-hero-facts{position:absolute;z-index:2;right:34px;bottom:34px;width:min(390px,34%);display:grid;gap:1px;border:1px solid rgba(255,255,255,.28);border-radius:18px;overflow:hidden;background:rgba(12,44,34,.43);backdrop-filter:blur(10px)}
.ths-hero-facts>div{padding:15px 18px;background:rgba(255,255,255,.055)}
.ths-hero-facts strong{display:block;color:#fff;font-size:.9rem;margin-bottom:2px}
.ths-hero-facts span{display:block;color:rgba(255,255,255,.73);font-size:.73rem;line-height:1.35}

/* Trust strip remains compact so hero has priority */
.ths-trust-strip{background:var(--ths-warm);border:0}
.ths-trust-grid{padding:18px 0 2px}
.ths-trust-grid .ths-icon{width:38px;height:38px;padding:8px}

/* Services: vertical, equal height, one visual icon source only */
.ths-home-service-grid{align-items:stretch}
.ths-home-service-card{display:flex;flex-direction:column;height:100%;border-radius:18px;box-shadow:0 8px 24px rgba(30,52,43,.05)}
.ths-home-service-card .ths-card-media{aspect-ratio:1.34/1}
.ths-home-service-card .ths-card-body{display:flex;flex:1;flex-direction:column;padding:25px 24px 26px}
.ths-home-service-card h3{font-size:1.45rem}
.ths-home-service-card p{font-size:.92rem;line-height:1.62;margin-bottom:22px}
.ths-home-service-card .ths-card-cta{margin-top:auto}

/* Assessment: simple two-column hierarchy, CTA under copy */
.ths-assessment-v2{background:var(--ths-cream)}
.ths-assessment-v2-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:64px;align-items:center;background:#fff;border:1px solid var(--ths-border);border-radius:26px;padding:34px;box-shadow:0 14px 40px rgba(28,54,43,.06)}
.ths-assessment-v2-photo{height:100%;min-height:500px}
.ths-assessment-v2-photo img{width:100%;height:100%;object-fit:cover;border-radius:20px}
.ths-assessment-v2-copy{padding:18px 22px 18px 0}
.ths-assessment-v2-copy h2{font-size:clamp(2.5rem,4.2vw,4rem);max-width:720px}
.ths-assessment-v2-copy .ths-price{font-size:3rem;margin:0 0 15px}
.ths-assessment-lede{font-size:1.08rem;line-height:1.68;max-width:740px}
.ths-check-list-spaced li{margin:13px 0}
.ths-assessment-v2-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:28px}
.ths-assessment-v2-actions .ths-button{min-height:54px}
.ths-assessment-v2-actions span{max-width:290px;color:var(--ths-muted);font-size:.78rem;line-height:1.45}

/* Packages: same clear vertical hierarchy as services */
.ths-packages-section-v2{background:#fff}
.ths-package-grid-v2{grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch}
.ths-package-card-v2{display:flex;flex-direction:column;min-height:0;border-radius:18px;box-shadow:0 8px 24px rgba(30,52,43,.045)}
.ths-package-card-v2 .ths-package-image{aspect-ratio:1.34/1;min-height:0}
.ths-package-card-v2 .ths-package-body{display:flex;flex:1;flex-direction:column;padding:25px 24px 27px}
.ths-package-card-v2 .ths-package-body h3{font-size:1.42rem;min-height:2.15em}
.ths-package-card-v2 .ths-package-price{font-size:1.03rem;color:var(--ths-brass);margin-bottom:12px}
.ths-package-card-v2 .ths-package-body p{font-size:.9rem;line-height:1.6;margin-bottom:20px}
.ths-package-card-v2 .ths-card-cta{margin-top:auto}
.ths-package-card-featured{border-color:rgba(23,77,58,.5);box-shadow:0 12px 35px rgba(23,77,58,.1)}
.ths-package-label{align-self:flex-start;display:inline-flex;margin-bottom:12px;padding:5px 9px;border-radius:999px;background:var(--ths-sage);color:var(--ths-forest-dark);font-size:.68rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}

/* Approach: major hierarchy break */
.ths-approach-section{background:var(--ths-forest-dark);color:#fff}
.ths-approach-heading{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:end;margin-bottom:58px}
.ths-approach-heading h2{color:#fff;font-size:clamp(2.6rem,4.2vw,4.1rem);margin-bottom:0}
.ths-approach-heading>p{font-size:1.05rem;color:#dce6df;margin:0;max-width:600px}
.ths-approach-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ths-approach-steps article{padding:30px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.055)}
.ths-approach-steps span{display:inline-flex;margin-bottom:24px;color:#e1c77b;font-size:.76rem;font-weight:850;letter-spacing:.08em}
.ths-approach-steps h3{color:#fff;font-size:1.55rem}
.ths-approach-steps p{color:#cfdad3;margin:0;font-size:.91rem}

/* Specialized visits */
.ths-specialized-v2{background:var(--ths-sage-light)}
.ths-specialized-v2 .ths-section-heading{max-width:790px;margin-bottom:42px}
.ths-specialized-v2 .ths-section-heading h2{font-size:clamp(2.5rem,4vw,3.75rem)}
.ths-special-grid-v2{gap:24px}
.ths-special-card-v2{display:flex;flex-direction:column;gap:0;padding:34px 36px;border-radius:20px;box-shadow:none}
.ths-special-topline{display:flex;align-items:center;justify-content:space-between;margin-bottom:27px}
.ths-special-topline>span{display:flex;width:50px;height:50px;align-items:center;justify-content:center;border-radius:14px;background:var(--ths-sage);color:var(--ths-forest)}
.ths-special-topline>strong{font-family:var(--ths-display);font-size:1.75rem;color:var(--ths-forest)}
.ths-special-card-v2 h3{font-size:1.75rem}
.ths-special-card-v2 p:not(.ths-kicker){color:#535d57;max-width:620px}
.ths-special-card-v2 .ths-card-cta{margin-top:auto;padding-top:12px}

/* Full-image bands for emotional/contextual breaks */
.ths-image-band{padding:28px 0;background:var(--ths-warm)}
.ths-image-band .ths-shell{width:min(1320px,calc(100% - 40px))}
.ths-image-band-inner{position:relative;min-height:510px;overflow:hidden;border-radius:28px;background-image:linear-gradient(90deg,rgba(8,42,32,.93) 0%,rgba(8,42,32,.82) 42%,rgba(8,42,32,.28) 73%,rgba(8,42,32,.08) 100%),var(--ths-band-image);background-size:cover;background-position:center;display:flex;align-items:center;box-shadow:0 18px 50px rgba(20,48,37,.12)}
.ths-family-band .ths-image-band-inner{background-position:center 48%}
.ths-quiz-band .ths-image-band-inner{background-image:linear-gradient(90deg,rgba(8,42,32,.94) 0%,rgba(8,42,32,.82) 48%,rgba(8,42,32,.38) 74%,rgba(8,42,32,.16) 100%),var(--ths-band-image)}
.ths-image-band-copy{max-width:680px;padding:70px;color:#fff}
.ths-image-band-copy h2{color:#fff;font-size:clamp(2.8rem,4.8vw,4.8rem);line-height:1.03}
.ths-image-band-copy>p:not(.ths-eyebrow){color:#e5ece7;font-size:1.05rem;line-height:1.7}
.ths-image-band-note{color:rgba(255,255,255,.72);font-size:.78rem}

/* Professionals: clearer split, no ambiguous 3-card block */
.ths-professional-section{background:#fff}
.ths-professional-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
.ths-professional-visual{position:relative;min-height:560px}
.ths-professional-visual>img{width:100%;height:560px;object-fit:cover;object-position:61% center;border-radius:24px;box-shadow:var(--ths-shadow)}
.ths-professional-badge{position:absolute;left:24px;right:24px;bottom:24px;padding:18px 20px;border-radius:16px;background:rgba(255,255,255,.93);box-shadow:0 10px 30px rgba(20,48,37,.12);display:grid;gap:3px}
.ths-professional-badge strong{color:var(--ths-forest-dark);font-size:.9rem}
.ths-professional-badge span{color:var(--ths-muted);font-size:.74rem}
.ths-professional-copy h2{font-size:clamp(2.65rem,4.3vw,4.2rem)}
.ths-professional-copy>p{font-size:1.03rem;color:#535d57}
.ths-professional-copy .ths-card-cta{margin-top:22px}

/* Testimonials only render when real, permissioned project quotes exist */
.ths-testimonials-section{background:var(--ths-cream)}
.ths-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ths-testimonial-card{position:relative;margin:0;padding:34px 30px 28px;background:#fff;border:1px solid var(--ths-border);border-radius:20px;box-shadow:0 8px 24px rgba(30,52,43,.045)}
.ths-quote-mark{display:block;color:var(--ths-brass);font-family:Georgia,serif;font-size:4.7rem;line-height:.72;margin-bottom:15px}
.ths-testimonial-card>p{font-family:var(--ths-display);font-size:1.24rem;line-height:1.48;color:var(--ths-forest-dark)}
.ths-testimonial-card footer{display:flex;justify-content:space-between;gap:12px;align-items:end;margin-top:24px;padding-top:18px;border-top:1px solid var(--ths-border);font-size:.76rem}
.ths-testimonial-card footer strong{color:#3a433e}
.ths-testimonial-card footer a{color:var(--ths-coral);text-decoration:none;font-weight:750}

/* Resource hub stays important but no longer visually overwhelms the page */
.ths-resource-preview-v2{padding-top:105px;padding-bottom:110px}
.ths-resource-preview-v2 h2{font-size:clamp(2.7rem,4.2vw,4rem);max-width:690px}
.ths-resource-preview-v2 .ths-resource-preview-grid{gap:72px}

/* Desktop fit */
@media (max-width:1240px){
  .ths-nav-list{gap:13px}.ths-nav-list a{font-size:.74rem}.ths-header-phone span{display:none}
  .ths-home-hero-copy{padding-left:54px;max-width:610px}.ths-hero-facts{width:330px}
  .ths-package-grid-v2{grid-template-columns:1fr 1fr}
}
@media (max-width:1050px){
  .ths-nav-list{gap:10px}.ths-nav-list a{font-size:.7rem}.ths-header-inner{gap:13px}.ths-brand-text strong{font-size:.97rem}.ths-brand-text span{font-size:.75rem}
  .ths-home-hero-inner{min-height:610px}.ths-home-hero-copy{padding:82px 0 88px 48px;max-width:580px}.ths-home-hero h1{font-size:clamp(3.25rem,6vw,5rem)}
  .ths-hero-facts{right:24px;bottom:24px;width:300px}
  .ths-assessment-v2-grid{gap:42px}.ths-professional-grid{gap:42px}
}

/* Mobile / tablet */
@media (max-width:920px){
  .ths-site-header{padding:0;background:#fff;border-bottom:1px solid var(--ths-border)}
  .ths-header-inner{min-height:72px;border:0;border-radius:0;box-shadow:none;padding:0;grid-template-columns:auto auto}
  .ths-primary-nav{top:72px}
  .ths-home-hero{padding:0 0 12px}.ths-home-hero .ths-shell{width:min(100% - 24px,1180px)}
  .ths-home-hero-inner{min-height:670px;background-image:linear-gradient(180deg,rgba(8,46,34,.88) 0%,rgba(8,46,34,.79) 53%,rgba(8,46,34,.36) 100%),var(--ths-home-hero-image);background-position:58% center;display:flex;flex-direction:column;justify-content:flex-end}
  .ths-home-hero-copy{padding:72px 30px 34px;max-width:none;width:100%}.ths-home-hero h1{max-width:640px}
  .ths-hero-facts{position:relative;right:auto;bottom:auto;width:auto;margin:0 30px 30px;grid-template-columns:1fr 1fr 1fr;background:rgba(8,39,30,.52)}
  .ths-home-section{padding:84px 0}
  .ths-card-grid-4{grid-template-columns:1fr 1fr}
  .ths-assessment-v2-grid,.ths-professional-grid{grid-template-columns:1fr}
  .ths-assessment-v2-photo{min-height:390px}.ths-assessment-v2-copy{padding:8px 10px 8px}
  .ths-approach-heading{grid-template-columns:1fr;gap:20px}.ths-approach-steps{grid-template-columns:1fr 1fr 1fr}
  .ths-image-band .ths-shell{width:min(100% - 28px,1180px)}.ths-image-band-inner{min-height:480px}.ths-image-band-copy{padding:54px}
  .ths-professional-visual,.ths-professional-visual>img{min-height:440px;height:440px}.ths-professional-visual>img{object-position:60% center}
  .ths-testimonial-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:640px){
  .ths-home-section{padding:72px 0}.ths-home-heading{margin-bottom:36px}.ths-home-heading h2{font-size:clamp(2.35rem,10vw,3.25rem)}
  .ths-home-hero .ths-shell{width:calc(100% - 20px)}.ths-home-hero-inner{min-height:710px;border-radius:20px;background-position:59% center}.ths-home-hero-copy{padding:50px 22px 24px}.ths-home-hero-pill{font-size:.67rem}.ths-home-hero h1{font-size:clamp(3rem,14vw,4.6rem)}.ths-home-hero-lede{font-size:.98rem}.ths-home-hero .ths-button-row{display:grid;width:100%}.ths-home-hero .ths-button{width:100%}.ths-hero-link{justify-content:center;padding:12px 0}.ths-hero-facts{margin:0 20px 20px;grid-template-columns:1fr}.ths-hero-facts>div{padding:12px 14px}
  .ths-trust-grid{padding:14px 0 4px}
  .ths-card-grid-4,.ths-package-grid-v2{grid-template-columns:1fr}.ths-home-service-card .ths-card-media,.ths-package-card-v2 .ths-package-image{aspect-ratio:1.52/1}.ths-home-service-card .ths-card-body,.ths-package-card-v2 .ths-package-body{padding:22px 20px 24px}.ths-package-card-v2 .ths-package-body h3{min-height:0}
  .ths-assessment-v2-grid{padding:18px;gap:28px;border-radius:20px}.ths-assessment-v2-photo{min-height:310px}.ths-assessment-v2-copy{padding:0}.ths-assessment-v2-copy h2{font-size:clamp(2.35rem,10vw,3.3rem)}.ths-assessment-v2-actions{display:grid;gap:10px}.ths-assessment-v2-actions .ths-button{width:100%}.ths-assessment-v2-actions span{max-width:none}
  .ths-approach-section{padding-top:76px;padding-bottom:76px}.ths-approach-steps{grid-template-columns:1fr}.ths-approach-steps article{padding:25px}
  .ths-special-grid-v2{grid-template-columns:1fr}.ths-special-card-v2{padding:28px 24px}.ths-special-topline>strong{font-size:1.55rem}
  .ths-image-band{padding:14px 0}.ths-image-band .ths-shell{width:calc(100% - 20px)}.ths-image-band-inner{min-height:520px;border-radius:20px;background-position:59% center}.ths-family-band .ths-image-band-inner{background-image:linear-gradient(180deg,rgba(8,42,32,.88) 0%,rgba(8,42,32,.83) 60%,rgba(8,42,32,.66) 100%),var(--ths-band-image)}.ths-quiz-band .ths-image-band-inner{background-image:linear-gradient(180deg,rgba(8,42,32,.92) 0%,rgba(8,42,32,.84) 62%,rgba(8,42,32,.65) 100%),var(--ths-band-image)}.ths-image-band-copy{padding:36px 24px}.ths-image-band-copy h2{font-size:clamp(2.55rem,12vw,3.8rem)}.ths-image-band-copy .ths-button-row{display:grid}.ths-image-band-copy .ths-button{width:100%}.ths-image-band-note{text-align:center}
  .ths-professional-visual,.ths-professional-visual>img{min-height:350px;height:350px}.ths-professional-badge{left:14px;right:14px;bottom:14px}.ths-professional-copy h2{font-size:clamp(2.45rem,11vw,3.4rem)}
  .ths-testimonial-grid{grid-template-columns:1fr}.ths-testimonial-card{padding:28px 24px}
  .ths-resource-preview-v2{padding-top:76px;padding-bottom:82px}.ths-resource-preview-v2 .ths-resource-preview-grid{gap:38px}.ths-resource-preview-v2 h2{font-size:clamp(2.45rem,11vw,3.4rem)}
}

/* =========================================================
   V0.3 — lighter blue system + integrated hero navigation
   ========================================================= */
:root{
  --ths-forest:#3f678d;
  --ths-forest-dark:#284866;
  --ths-forest-deep:#1e3952;
  --ths-cream:#f1f5f8;
  --ths-warm:#ffffff;
  --ths-charcoal:#202b35;
  --ths-muted:#667581;
  --ths-sage:#dfeaf2;
  --ths-sage-light:#f3f7fa;
  --ths-brass:#d5675c;
  --ths-coral:#d5675c;
  --ths-coral-dark:#b94d45;
  --ths-border:#dde5ea;
  --ths-shadow:0 18px 50px rgba(35,67,95,.10);
  --ths-shadow-sm:0 7px 22px rgba(35,67,95,.075);
}
body{background:#fff;color:var(--ths-charcoal)}
a{color:var(--ths-forest-dark)}
a:hover{color:var(--ths-coral-dark)}
h1,h2,h3,h4{color:#243f58}
.ths-eyebrow,.ths-kicker{color:var(--ths-coral)}
.ths-card-cta{color:var(--ths-coral)}
.ths-card-cta:hover{color:var(--ths-coral-dark)}
.ths-button-accent{background:var(--ths-coral);color:#fff}
.ths-button-accent:hover{background:var(--ths-coral-dark);color:#fff}
.ths-button-primary{background:var(--ths-forest-dark);color:#fff}
.ths-button-primary:hover{background:var(--ths-forest-deep);color:#fff}
.ths-button-outline{border-color:var(--ths-forest);color:var(--ths-forest-dark)}
.ths-button-outline:hover{background:var(--ths-sage-light)}

/* Home header floats inside the hero on desktop. Other pages retain normal header behavior. */
.home .ths-site-header{position:absolute;top:22px;left:0;right:0;background:transparent;border:0;backdrop-filter:none;z-index:1000}
.admin-bar.home .ths-site-header{top:54px}
.home .ths-header-inner{width:min(1420px,calc(100% - 52px));min-height:72px;padding:0 18px 0 16px;background:rgba(255,255,255,.98);border:1px solid rgba(221,229,234,.95);border-radius:22px;box-shadow:0 12px 34px rgba(22,48,70,.12);grid-template-columns:auto 1fr auto;gap:22px}
.home .ths-brand{color:var(--ths-forest-dark)}
.home .ths-brand-mark{width:40px;height:44px}
.home .ths-brand-text small{display:none}
.home .ths-nav-list{gap:22px}
.home .ths-nav-list a{font-size:.82rem;color:#26333e;white-space:nowrap}
.home .ths-nav-list a:hover{color:var(--ths-coral)}
.home .ths-header-cta{background:var(--ths-forest-dark);border-radius:999px;padding-inline:20px}
.home .ths-header-phone{color:var(--ths-forest-dark)}

/* Hero: Healora-inspired composition, but with THS content and palette. */
.ths-home-hero{padding:0 0 26px;background:#f4f7fa}
.ths-home-hero .ths-shell{width:min(1500px,calc(100% - 28px))}
.ths-home-hero-inner{position:relative;min-height:790px;border-radius:0 0 34px 34px;overflow:hidden;background-image:linear-gradient(90deg,rgba(31,63,91,.92) 0%,rgba(40,79,113,.78) 39%,rgba(55,92,124,.30) 67%,rgba(55,92,124,.05) 100%),var(--ths-home-hero-image);background-size:cover;background-position:center 45%;box-shadow:0 22px 58px rgba(28,58,84,.12)}
.ths-home-hero-copy{position:relative;z-index:2;max-width:760px;padding:190px 0 185px 72px;color:#fff}
.ths-home-hero-pill{display:inline-flex;margin:0 0 24px;padding:8px 14px;border:1px solid rgba(255,255,255,.58);border-radius:999px;background:rgba(255,255,255,.10);color:#fff;font-size:.74rem;font-weight:780;letter-spacing:.075em;text-transform:uppercase;backdrop-filter:blur(5px)}
.ths-home-hero h1{color:#fff;font-size:clamp(4.1rem,6.4vw,6.8rem);line-height:.96;max-width:760px;letter-spacing:-.045em}
.ths-home-hero-lede{max-width:660px;font-size:1.08rem;line-height:1.72;color:rgba(255,255,255,.91);margin:0 0 32px}
.ths-home-hero .ths-button{min-height:58px;border-radius:999px;padding-inline:26px}
.ths-button-cream{background:#fff;color:var(--ths-forest-deep)}
.ths-button-cream:hover{background:#f7fafc;color:var(--ths-forest-deep)}
.ths-hero-link{display:inline-flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-weight:760;padding:12px 8px}
.ths-hero-link:hover{color:#fff;text-decoration:underline}
.ths-hero-local-row{position:absolute;z-index:3;left:72px;right:72px;bottom:34px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:900px}
.ths-hero-local-row>div{padding:15px 18px;border:1px solid rgba(255,255,255,.28);border-radius:16px;background:rgba(31,60,86,.36);backdrop-filter:blur(9px)}
.ths-hero-local-row strong{display:block;color:#fff;font-size:.9rem;margin-bottom:2px}
.ths-hero-local-row span{display:block;color:rgba(255,255,255,.74);font-size:.72rem;line-height:1.35}
.ths-trust-strip{display:none}

/* More air and less visual density. */
.ths-home-section{padding:118px 0}
.ths-services-v3{background:#fff}
.ths-home-heading{margin-bottom:50px}
.ths-home-heading h2{font-size:clamp(2.8rem,4.8vw,4.5rem)}
.ths-home-heading p:last-child{max-width:740px;margin-inline:auto}

/* Service cards: remove baked-in icon band by cropping the lower edge of concept imagery. */
.ths-home-service-grid{gap:22px}
.ths-home-service-card{border-radius:18px;border-color:#e1e7eb;box-shadow:0 7px 24px rgba(35,67,95,.06)}
.ths-home-service-card .ths-card-media{aspect-ratio:1.48/1;overflow:hidden;background:#eef3f6}
.ths-home-service-card .ths-card-media img{width:100%;height:118%;object-fit:cover;object-position:center top;transform:none!important}
.ths-home-service-card .ths-card-body{padding:26px 24px 28px}
.ths-home-service-card h3{font-size:1.42rem}
.ths-home-service-card p{color:#596874;font-size:.92rem;line-height:1.62}
.ths-home-service-card .ths-card-cta{margin-top:auto;color:var(--ths-coral)}

/* Assessment: larger feature, lighter background, stronger secondary information. */
.ths-assessment-v3{background:#f2f6f9}
.ths-assessment-v3-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:70px;align-items:center}
.ths-assessment-v3-photo{position:relative;min-height:620px}
.ths-assessment-v3-photo img{width:100%;height:620px;object-fit:cover;border-radius:26px;box-shadow:var(--ths-shadow)}
.ths-photo-note{position:absolute;left:24px;bottom:24px;display:grid;gap:2px;min-width:190px;padding:16px 18px;border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 10px 28px rgba(28,57,81,.13)}
.ths-photo-note strong{color:var(--ths-forest-deep)}
.ths-photo-note span{font-size:.76rem;color:var(--ths-muted)}
.ths-assessment-v3-copy h2{font-size:clamp(3rem,4.7vw,4.65rem);max-width:720px}
.ths-assessment-v3-copy .ths-price{font-size:3.25rem;color:var(--ths-forest-dark);margin:2px 0 16px}
.ths-assessment-lede{font-size:1.06rem;line-height:1.7;max-width:720px;color:#52616d}
.ths-assessment-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin:31px 0 28px}
.ths-assessment-feature-grid>div{padding:20px 18px;border:1px solid #dce5eb;border-radius:15px;background:#fff}
.ths-assessment-feature-grid strong{display:block;color:var(--ths-forest-deep);font-size:.88rem;margin-bottom:5px}
.ths-assessment-feature-grid span{display:block;color:#6a7883;font-size:.76rem;line-height:1.45}

/* Packages stay vertical but are visually quieter. */
.ths-packages-section-v3{background:#fff}
.ths-package-grid-v2{gap:22px}
.ths-package-card-v2{border:1px solid #e0e7eb;box-shadow:0 7px 24px rgba(35,67,95,.055)}
.ths-package-card-v2 .ths-package-image{aspect-ratio:1.45/1}
.ths-package-card-v2 .ths-package-body{padding:26px 24px 29px}
.ths-package-card-v2 .ths-package-body h3{color:var(--ths-forest-deep);font-size:1.36rem}
.ths-package-card-v2 .ths-package-price{color:var(--ths-coral);font-weight:850}
.ths-package-card-featured{border-color:#9bb4c8;box-shadow:0 10px 30px rgba(46,84,116,.09)}
.ths-package-label{background:#e8f0f6;color:var(--ths-forest-dark)}

/* Approach becomes an airy split section, not another dark wall. */
.ths-approach-v3{background:#f4f7f9}
.ths-approach-v3-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:74px;align-items:center}
.ths-approach-v3-visual{position:relative}
.ths-approach-v3-visual img{width:100%;height:590px;object-fit:cover;border-radius:26px}
.ths-approach-overlay{position:absolute;left:22px;right:22px;bottom:22px;display:grid;gap:3px;padding:18px 20px;border-radius:15px;background:rgba(36,69,97,.91);color:#fff}
.ths-approach-overlay strong{font-size:.9rem}
.ths-approach-overlay span{font-size:.75rem;color:rgba(255,255,255,.78)}
.ths-approach-v3-copy h2{font-size:clamp(3rem,4.7vw,4.6rem)}
.ths-approach-v3-copy>p{color:#576671;font-size:1.02rem;line-height:1.7;max-width:720px}
.ths-approach-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:32px}
.ths-approach-mini-grid>div{padding:22px 18px;border-radius:15px;background:#fff;border:1px solid #dde5ea;min-height:150px}
.ths-approach-mini-grid span{display:block;color:var(--ths-coral);font-size:.72rem;font-weight:850;margin-bottom:18px}
.ths-approach-mini-grid strong{display:block;color:var(--ths-forest-deep);font-size:.95rem;margin-bottom:6px}
.ths-approach-mini-grid small{display:block;color:#687783;line-height:1.45}

/* Specialized visits: pale blue-gray, no heavy green. */
.ths-specialized-v3{background:#edf3f7}
.ths-specialized-v3 .ths-section-heading{max-width:860px;margin-bottom:46px}
.ths-specialized-v3 .ths-section-heading h2{font-size:clamp(2.9rem,4.5vw,4.25rem)}
.ths-special-card-v2{border:1px solid #dbe5eb;background:#fff;box-shadow:none}
.ths-special-topline>span{background:#e8f0f6;color:var(--ths-forest-dark)}
.ths-special-topline>strong{color:var(--ths-forest-dark)}

/* Family: a clean editorial split rather than a dark image band. */
.ths-family-v3{background:#fff}
.ths-family-v3-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:68px;align-items:center}
.ths-family-v3-copy{padding-left:24px}
.ths-family-v3-copy h2{font-size:clamp(3rem,4.8vw,4.65rem)}
.ths-family-v3-copy p{font-size:1.03rem;color:#576671;line-height:1.72;max-width:640px}
.ths-family-v3-image{height:560px;overflow:hidden;border-radius:26px;background:#eef3f6}
.ths-family-v3-image img{width:145%;max-width:none;height:100%;object-fit:cover;object-position:100% center;transform:translateX(-31%)}

/* Quiz: a large light-blue conversion feature with image, not a second dark hero. */
.ths-quiz-v3{background:#f5f7f9;padding-top:44px;padding-bottom:112px}
.ths-quiz-v3-card{display:grid;grid-template-columns:1fr 1fr;min-height:520px;border-radius:30px;overflow:hidden;background:linear-gradient(135deg,#dfeaf2,#edf4f8);box-shadow:0 16px 48px rgba(35,67,95,.09)}
.ths-quiz-v3-copy{padding:72px 64px;align-self:center}
.ths-quiz-v3-copy h2{font-size:clamp(3rem,4.7vw,4.65rem)}
.ths-quiz-v3-copy>p{font-size:1.02rem;color:#566673;line-height:1.7;max-width:620px}
.ths-quiz-v3-image{min-height:520px}
.ths-quiz-v3-image img{width:100%;height:100%;object-fit:cover}
.ths-quiz-note{color:#6b7883;font-size:.78rem}

/* Professionals: editorial white section with clean cropped concept image. */
.ths-professional-v3{background:#fff}
.ths-professional-v3-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:74px;align-items:center}
.ths-professional-v3-visual{height:610px;overflow:hidden;border-radius:26px;background:#eef3f6}
.ths-professional-v3-visual img{width:142%;max-width:none;height:100%;object-fit:cover;object-position:100% center;transform:translateX(-30%)}
.ths-professional-v3-copy h2{font-size:clamp(3rem,4.7vw,4.6rem)}
.ths-professional-v3-copy>p{font-size:1.02rem;color:#576671;line-height:1.72}
.ths-professional-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:30px 0 22px}
.ths-professional-feature-grid>div{padding:20px 17px;border-radius:15px;background:#f4f7f9;border:1px solid #e0e7eb}
.ths-professional-feature-grid strong{display:block;color:var(--ths-forest-deep);font-size:.86rem;margin-bottom:5px}
.ths-professional-feature-grid span{display:block;color:#687783;font-size:.75rem;line-height:1.45}

/* Testimonials: visible in staging for layout, real-only in production. */
.ths-testimonials-v3{background:#edf3f7}
.ths-staging-note{font-size:.76rem!important;color:#7d8992!important}
.ths-testimonial-card{border-color:#dbe5eb;box-shadow:none}
.ths-quote-mark{color:var(--ths-coral)}
.ths-testimonial-card>p{color:var(--ths-forest-deep)}
.ths-testimonial-placeholder{background:rgba(255,255,255,.72)}
.ths-testimonial-placeholder footer span{color:#7d8992}

/* Resource hub: useful, lighter, still substantial. */
.ths-resource-preview-v3{background:#fff;padding-top:112px;padding-bottom:120px}
.ths-resource-preview-v3 .ths-resource-preview-grid{gap:76px}
.ths-resource-preview-v3 h2{font-size:clamp(2.9rem,4.5vw,4.25rem);max-width:760px}
.ths-resource-preview-v3 p{color:#5d6b76}
.ths-resource-mini-grid>div{border-color:#dce5eb;background:#f7f9fb}
.ths-resource-mini-grid .ths-icon{color:var(--ths-forest)}

/* Footer and generic dark surfaces follow the calmer blue identity. */
.ths-site-footer{background:var(--ths-forest-deep)}

@media (max-width:1240px){
  .home .ths-header-inner{width:min(1180px,calc(100% - 32px));gap:14px}.home .ths-nav-list{gap:13px}.home .ths-nav-list a{font-size:.74rem}.home .ths-header-phone span{display:none}
  .ths-home-hero-copy{padding-left:54px}.ths-hero-local-row{left:54px;right:54px}
  .ths-assessment-v3-grid,.ths-approach-v3-grid,.ths-professional-v3-grid{gap:46px}
  .ths-package-grid-v2{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:1050px){
  .home .ths-nav-list{gap:9px}.home .ths-nav-list a{font-size:.69rem}.home .ths-brand-text strong{font-size:.95rem}.home .ths-brand-text span{font-size:.72rem}
  .ths-home-hero-inner{min-height:730px}.ths-home-hero-copy{padding:175px 0 180px 48px;max-width:650px}.ths-home-hero h1{font-size:clamp(3.7rem,7vw,5.8rem)}
  .ths-assessment-feature-grid,.ths-approach-mini-grid,.ths-professional-feature-grid{grid-template-columns:1fr}
  .ths-family-v3-grid{gap:44px}
}
@media (max-width:920px){
  .home .ths-site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--ths-border)}
  .admin-bar.home .ths-site-header{top:32px}
  .home .ths-header-inner{width:var(--ths-shell);min-height:72px;border:0;border-radius:0;box-shadow:none;padding:0;grid-template-columns:auto auto;background:#fff}
  .home .ths-primary-nav{top:72px}
  .ths-home-hero{padding:0 0 12px}.ths-home-hero .ths-shell{width:min(100% - 24px,1180px)}
  .ths-home-hero-inner{min-height:690px;border-radius:0 0 24px 24px;background-image:linear-gradient(180deg,rgba(31,63,91,.86) 0%,rgba(31,63,91,.77) 55%,rgba(31,63,91,.34) 100%),var(--ths-home-hero-image);background-position:58% center;display:flex;flex-direction:column;justify-content:flex-end}
  .ths-home-hero-copy{padding:74px 30px 30px;max-width:none;width:100%}.ths-home-hero h1{max-width:650px}
  .ths-hero-local-row{position:relative;left:auto;right:auto;bottom:auto;margin:0 30px 30px;grid-template-columns:repeat(3,1fr)}
  .ths-home-section{padding:88px 0}
  .ths-card-grid-4{grid-template-columns:1fr 1fr}
  .ths-assessment-v3-grid,.ths-approach-v3-grid,.ths-family-v3-grid,.ths-quiz-v3-card,.ths-professional-v3-grid{grid-template-columns:1fr}
  .ths-assessment-v3-photo,.ths-assessment-v3-photo img{min-height:430px;height:430px}
  .ths-assessment-feature-grid,.ths-approach-mini-grid,.ths-professional-feature-grid{grid-template-columns:repeat(3,1fr)}
  .ths-approach-v3-visual img{height:470px}
  .ths-family-v3-copy{padding-left:0}.ths-family-v3-image{height:470px}
  .ths-quiz-v3-copy{padding:56px 46px}.ths-quiz-v3-image{min-height:430px}
  .ths-professional-v3-visual{height:480px}
}
@media (max-width:640px){
  .ths-home-section{padding:74px 0}
  .ths-home-heading{margin-bottom:38px}.ths-home-heading h2{font-size:clamp(2.45rem,11vw,3.4rem)}
  .ths-home-hero .ths-shell{width:calc(100% - 20px)}.ths-home-hero-inner{min-height:720px;border-radius:0 0 20px 20px;background-position:60% center}.ths-home-hero-copy{padding:50px 22px 26px}.ths-home-hero h1{font-size:clamp(3.05rem,14vw,4.65rem)}.ths-home-hero-lede{font-size:.98rem}.ths-home-hero .ths-button-row{display:grid}.ths-home-hero .ths-button{width:100%}.ths-hero-link{justify-content:center}.ths-hero-local-row{margin:0 20px 20px;grid-template-columns:1fr}.ths-hero-local-row>div{padding:12px 14px}
  .ths-card-grid-4,.ths-package-grid-v2{grid-template-columns:1fr}.ths-home-service-card .ths-card-media,.ths-package-card-v2 .ths-package-image{aspect-ratio:1.55/1}.ths-home-service-card .ths-card-body,.ths-package-card-v2 .ths-package-body{padding:22px 20px 25px}.ths-package-card-v2 .ths-package-body h3{min-height:0}
  .ths-assessment-v3-grid{gap:30px}.ths-assessment-v3-photo,.ths-assessment-v3-photo img{height:340px;min-height:340px}.ths-assessment-v3-copy h2{font-size:clamp(2.55rem,11vw,3.5rem)}.ths-assessment-feature-grid{grid-template-columns:1fr}.ths-assessment-v2-actions{display:grid}.ths-assessment-v2-actions .ths-button{width:100%}
  .ths-approach-v3-grid{gap:34px}.ths-approach-v3-visual img{height:360px}.ths-approach-v3-copy h2{font-size:clamp(2.5rem,11vw,3.45rem)}.ths-approach-mini-grid{grid-template-columns:1fr}
  .ths-special-grid-v2{grid-template-columns:1fr}
  .ths-family-v3-grid{gap:32px}.ths-family-v3-copy h2{font-size:clamp(2.55rem,11vw,3.55rem)}.ths-family-v3-image{height:360px}.ths-family-v3-image img{width:165%;transform:translateX(-39%)}
  .ths-quiz-v3{padding-top:20px;padding-bottom:78px}.ths-quiz-v3-card{border-radius:20px}.ths-quiz-v3-copy{padding:42px 24px}.ths-quiz-v3-copy h2{font-size:clamp(2.55rem,11vw,3.55rem)}.ths-quiz-v3-copy .ths-button-row{display:grid}.ths-quiz-v3-copy .ths-button{width:100%}.ths-quiz-note{text-align:center}.ths-quiz-v3-image{min-height:300px}
  .ths-professional-v3-grid{gap:34px}.ths-professional-v3-visual{height:360px}.ths-professional-v3-visual img{width:165%;transform:translateX(-38%)}.ths-professional-v3-copy h2{font-size:clamp(2.55rem,11vw,3.55rem)}.ths-professional-feature-grid{grid-template-columns:1fr}
  .ths-resource-preview-v3{padding-top:78px;padding-bottom:84px}.ths-resource-preview-v3 .ths-resource-preview-grid{gap:40px}.ths-resource-preview-v3 h2{font-size:clamp(2.5rem,11vw,3.45rem)}
}

/* =========================================================
   V0.3.1 — full-bleed hero + aligned packages + clearer image-led splits
   ========================================================= */

/* Hero now owns the full viewport width. The navigation remains a floating
   white control inside the photographic hero rather than sitting on a frame. */
.home .ths-home-hero{padding:0;background:transparent}
.home .ths-home-hero .ths-shell{width:100%;max-width:none;margin:0}
.home .ths-home-hero-inner{min-height:820px;border-radius:0;box-shadow:none;background-position:center 44%}
.home .ths-home-hero-copy{padding-top:190px;padding-bottom:190px}
.home .ths-header-inner{width:min(1460px,calc(100% - 56px))}

/* Package images use a slightly tighter crop to hide temporary baked-in
   concept-image decoration. Featured label lives over the image so all
   package titles begin on the same baseline. */
.ths-package-card-v2 .ths-package-image{position:relative;overflow:hidden}
.ths-package-card-v2 .ths-package-image img{width:100%;height:116%;object-fit:cover;object-position:center top;transform:none!important}
.ths-package-label-overlay{position:absolute;top:16px;left:16px;z-index:2;margin:0;padding:7px 11px;background:rgba(255,255,255,.94);color:var(--ths-forest-dark);border:1px solid rgba(40,72,102,.12);box-shadow:0 6px 18px rgba(30,57,81,.10);backdrop-filter:blur(6px)}

/* Shared editorial split used by family and professionals. Keeping both
   sections structurally similar gives the homepage a calmer visual rhythm. */
.ths-editorial-split{display:grid;grid-template-columns:.95fr 1.05fr;gap:74px;align-items:center}
.ths-editorial-visual{height:600px;overflow:hidden;border-radius:26px;background:#eef3f6}
.ths-editorial-visual img{width:100%;height:100%;object-fit:cover;object-position:center;transform:none;max-width:none}
.ths-editorial-copy h2{font-size:clamp(3rem,4.7vw,4.6rem)}
.ths-editorial-copy>p{font-size:1.02rem;color:#576671;line-height:1.72}
.ths-editorial-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:30px 0 22px}
.ths-editorial-feature-grid>div{padding:20px 17px;border-radius:15px;background:#f4f7f9;border:1px solid #e0e7eb}
.ths-editorial-feature-grid strong{display:block;color:var(--ths-forest-deep);font-size:.86rem;margin-bottom:5px}
.ths-editorial-feature-grid span{display:block;color:#687783;font-size:.75rem;line-height:1.45}
.ths-family-v31{background:#fff}

/* Professional image: stop enlarging a small staging asset. */
.ths-professional-v3-visual img{width:100%;max-width:100%;height:100%;object-fit:cover;object-position:center;transform:none}

/* Service finder mirrors the Whole-Home Assessment section: image left,
   information right, and the CTA under the decision-support content. */
.ths-quiz-v31{background:#f2f6f9}
.ths-quiz-v31-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:70px;align-items:center}
.ths-quiz-v31-photo{position:relative;min-height:600px;overflow:hidden;border-radius:26px;background:#e9eff3}
.ths-quiz-v31-photo>img{width:100%;height:600px;object-fit:cover;object-position:center top;transform:scale(1.04);transform-origin:center top}
.ths-quiz-v31-copy h2{font-size:clamp(3rem,4.7vw,4.65rem);max-width:720px}
.ths-quiz-v31-copy .ths-assessment-lede{color:#52616d}

/* Footer contrast — deliberately high for older visitors and mobile use. */
.ths-site-footer{background:#1e3952;color:#dbe6ee}
.ths-site-footer .ths-brand{color:#fff}
.ths-site-footer .ths-brand-text strong,.ths-site-footer .ths-brand-text span{color:#fff}
.ths-site-footer .ths-brand-text small{color:#f0a49c}
.ths-site-footer .ths-brand-mark{color:#dbe8f1}
.ths-footer-grid h3{color:#fff}
.ths-footer-grid a{color:#dbe6ee}
.ths-footer-grid a:hover{color:#fff}
.ths-footer-brand p,.ths-contact-list li{color:#bfcfda}
.ths-footer-bottom{border-top-color:rgba(255,255,255,.25);color:#aebfcb}
.ths-footer-bottom a{color:#dbe6ee}
.ths-footer-bottom a:hover{color:#fff}

@media (max-width:1240px){
  .ths-editorial-split,.ths-quiz-v31-grid{gap:46px}
}
@media (max-width:1050px){
  .ths-editorial-feature-grid{grid-template-columns:1fr}
}
@media (max-width:920px){
  .home .ths-home-hero .ths-shell{width:100%}
  .home .ths-home-hero-inner{min-height:700px;border-radius:0}
  .home .ths-home-hero-copy{padding-top:74px;padding-bottom:30px}
  .ths-editorial-split,.ths-quiz-v31-grid{grid-template-columns:1fr}
  .ths-editorial-visual{height:470px}
  .ths-editorial-feature-grid{grid-template-columns:repeat(3,1fr)}
  .ths-quiz-v31-photo,.ths-quiz-v31-photo>img{height:430px;min-height:430px}
}
@media (max-width:640px){
  .home .ths-home-hero .ths-shell{width:100%}
  .home .ths-home-hero-inner{min-height:720px;border-radius:0}
  .ths-package-label-overlay{top:12px;left:12px;padding:6px 9px}
  .ths-editorial-split{gap:32px}
  .ths-editorial-visual{height:350px}
  .ths-editorial-feature-grid{grid-template-columns:1fr}
  .ths-editorial-copy h2{font-size:clamp(2.55rem,11vw,3.55rem)}
  .ths-quiz-v31-grid{gap:28px}
  .ths-quiz-v31-photo,.ths-quiz-v31-photo>img{height:320px;min-height:320px}
  .ths-quiz-v31-copy h2{font-size:clamp(2.55rem,11vw,3.55rem)}
  .ths-quiz-feature-grid{grid-template-columns:1fr}
}
.ths-professional-v3-visual img{object-position:55% center}

/* =========================================================
   V0.4 — locked homepage rhythm + trust/certification + native forms
   ========================================================= */

/* Credential / trust strip. Visible HTML supports users and reinforces the
   same local/service facts used throughout the site without keyword stuffing. */
.home .ths-trust-strip{display:block;background:#fff;border-bottom:1px solid #e3e9ee}
.home .ths-trust-grid{padding:22px 0;gap:26px}
.ths-trust-item{display:flex;align-items:center;gap:13px;min-width:0}
.ths-trust-item .ths-icon{width:38px;height:38px;padding:8px;border-radius:50%;background:#edf3f7;color:var(--ths-forest-dark)}
.ths-trust-item span{display:grid;min-width:0}
.ths-trust-item strong{color:var(--ths-forest-deep);font-size:.84rem;line-height:1.25}
.ths-trust-item small{color:#71808b;font-size:.69rem;line-height:1.35;margin-top:2px}
.ths-trust-item-cert img{width:44px;height:44px;object-fit:contain;flex:0 0 auto}

/* Locked alternating editorial flow. */
.ths-assessment-v4-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}
.ths-family-v31-grid{grid-template-columns:1.05fr .95fr}
.ths-professional-v4-grid{grid-template-columns:1.05fr .95fr}
.ths-family-v31-visual img,.ths-professional-v3-visual img{image-rendering:auto}

/* Keep staging images crisp: never enlarge beyond the displayed area. */
.ths-assessment-v3-photo img,.ths-editorial-visual img,.ths-professional-v3-visual img,.ths-quiz-v31-photo>img,.ths-approach-v3-visual img{filter:contrast(1.015) saturate(.98);backface-visibility:hidden}
.ths-quiz-v31-photo>img{transform:none;object-position:center}

/* Final high-drama conversion moment before the footer. */
.ths-footer-cta-image{position:relative;isolation:isolate;padding:0;background:#1e3952;overflow:hidden}
.ths-footer-cta-image::before{content:"";position:absolute;inset:0;z-index:-2;background-image:var(--ths-footer-cta-image);background-size:cover;background-position:center 55%}
.ths-footer-cta-image::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(24,54,80,.96) 0%,rgba(31,63,91,.90) 43%,rgba(31,63,91,.46) 72%,rgba(31,63,91,.22) 100%)}
.ths-footer-cta-image .ths-footer-cta-inner{min-height:440px;padding:72px 0;align-items:center}
.ths-footer-cta-image .ths-footer-cta-inner>div:first-child{max-width:760px}
.ths-footer-cta-image h2{font-size:clamp(2.8rem,4.6vw,4.55rem);line-height:1.02;max-width:760px}
.ths-footer-cta-image p:not(.ths-eyebrow){max-width:670px;color:rgba(255,255,255,.85);font-size:1.02rem}
.ths-footer-cta-image .ths-footer-cta-actions{display:grid;justify-items:start;white-space:normal;gap:14px}
.ths-footer-cta-image .ths-footer-call{display:inline-flex;align-items:center;gap:7px;color:#fff;font-weight:750}
.ths-footer-cta-image .ths-footer-call .ths-icon{width:19px}

/* Footer social and legibility. */
.ths-socials{display:flex;gap:10px;margin-top:22px}
.ths-socials a,.ths-socials span{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.28);border-radius:12px;color:#eaf2f7;text-decoration:none;transition:background .15s ease,border-color .15s ease,transform .15s ease}
.ths-socials a:hover{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.55);color:#fff;transform:translateY(-1px)}
.ths-socials span{opacity:.52}
.ths-socials .ths-icon{width:20px;height:20px}
.ths-footer-cert{font-weight:800;color:#fff!important;margin-top:14px!important}
.ths-footer-legal{display:flex;gap:18px;flex-wrap:wrap}

/* Native forms / lead intake presentation. */
.ths-section-soft{background:#f2f6f9}
.ths-contact-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:46px;align-items:start}
.ths-contact-main{display:grid;gap:28px}
.ths-contact-form-card,.ths-contact-aside-card{background:#fff;border:1px solid #dfe7ed;border-radius:22px;padding:34px;box-shadow:0 8px 28px rgba(35,67,95,.055)}
.ths-contact-aside{position:sticky;top:110px;display:grid;gap:20px}
.ths-contact-aside-card h2{font-size:2rem}.ths-contact-aside-card h3{font-size:1.35rem}
.ths-contact-aside-card p{color:#61717e}
.ths-finder-page .ths-native-form{background:#fff;border:1px solid #dce5eb;border-radius:26px;padding:42px;box-shadow:0 10px 34px rgba(35,67,95,.06)}
.ths-finder-page .ths-finder-step legend{font-family:var(--ths-display);font-size:clamp(2rem,3.5vw,3rem);color:var(--ths-forest-deep);line-height:1.08;margin-bottom:26px}

@media (max-width:1100px){
  .home .ths-trust-grid{grid-template-columns:repeat(2,1fr);row-gap:16px}
  .ths-contact-layout{grid-template-columns:1fr}.ths-contact-aside{position:static;grid-template-columns:1fr 1fr}
}
@media (max-width:920px){
  .ths-assessment-v4-grid,.ths-family-v31-grid,.ths-professional-v4-grid{grid-template-columns:1fr}
  .ths-assessment-v4-grid .ths-assessment-v3-photo,.ths-family-v31-grid .ths-family-v31-visual,.ths-professional-v4-grid .ths-professional-v3-visual{order:-1}
  .ths-footer-cta-image .ths-footer-cta-inner{min-height:400px;align-items:flex-start}
  .ths-footer-cta-image::after{background:linear-gradient(180deg,rgba(24,54,80,.94),rgba(31,63,91,.78))}
  .ths-contact-aside{grid-template-columns:1fr}
}
@media (max-width:640px){
  .home .ths-trust-grid{grid-template-columns:1fr;padding:17px 0;gap:12px}
  .ths-trust-item{padding:4px 0}
  .ths-footer-cta-image .ths-footer-cta-inner{min-height:430px;padding:56px 0}
  .ths-footer-cta-image h2{font-size:clamp(2.55rem,11vw,3.55rem)}
  .ths-footer-cta-image .ths-footer-cta-actions,.ths-footer-cta-image .ths-button{width:100%}
  .ths-footer-cta-image .ths-footer-call{justify-content:center;width:100%}
  .ths-footer-legal{gap:10px 16px}
  .ths-contact-form-card,.ths-contact-aside-card{padding:24px 20px;border-radius:18px}
  .ths-finder-page .ths-native-form{padding:26px 20px;border-radius:20px}
}

/* v0.4.1 — clearer form completion states + service finder handoff */
.ths-submission-success{background:#eef7f2;border:1px solid #cfe6d7;border-radius:26px;padding:42px;box-shadow:0 10px 34px rgba(35,67,95,.055)}
.ths-submission-success h2{font-size:clamp(2rem,4vw,3.4rem);margin:.15em 0 .3em;color:var(--ths-forest-deep)}
.ths-submission-lede{font-size:1.15rem;color:#385368;max-width:760px}
.ths-submission-next{margin:28px 0;padding:20px 22px;background:#fff;border:1px solid #d9e8df;border-radius:16px;max-width:720px}
.ths-submission-next strong{display:block;color:#17324b;margin-bottom:5px}
.ths-submission-next p{margin:0;color:#61717e}
.ths-submission-success .ths-button-row{margin-top:24px}
.ths-finder-page .ths-finder-result .ths-finder-action{margin-top:14px}
.ths-finder-page .ths-finder-note{color:#687a89}
@media(max-width:700px){.ths-submission-success{padding:28px 22px;border-radius:20px}.ths-submission-success .ths-button-row{display:grid;gap:14px}.ths-submission-success .ths-button,.ths-submission-success .ths-card-cta{width:100%;justify-content:center}}

/* =========================================================
   V0.4.2 — unified interior heroes + pricing/form integration
   ========================================================= */
@media (min-width:921px){
  .ths-overlay-header .ths-site-header{position:absolute;top:22px;left:0;right:0;background:transparent;border:0;backdrop-filter:none;z-index:1000;padding:0}
  .admin-bar.ths-overlay-header .ths-site-header{top:54px}
  .ths-overlay-header .ths-header-inner{width:min(1420px,calc(100% - 52px));min-height:72px;padding:0 18px 0 16px;background:rgba(255,255,255,.98);border:1px solid rgba(221,229,234,.95);border-radius:22px;box-shadow:0 12px 34px rgba(22,48,70,.12);grid-template-columns:auto 1fr auto;gap:22px}
  .ths-overlay-header .ths-brand{color:var(--ths-forest-dark)}
  .ths-overlay-header .ths-brand-mark{width:40px;height:44px}
  .ths-overlay-header .ths-brand-text small{display:none}
  .ths-overlay-header .ths-nav-list{gap:22px}
  .ths-overlay-header .ths-nav-list a{font-size:.82rem;color:#26333e;white-space:nowrap}
  .ths-overlay-header .ths-nav-list a:hover{color:var(--ths-coral)}
  .ths-overlay-header .ths-header-cta{background:var(--ths-forest-dark);border-radius:999px;padding-inline:20px}
  .ths-overlay-header .ths-header-phone{color:var(--ths-forest-dark)}
}
.ths-interior-hero{position:relative;min-height:570px;display:flex;align-items:flex-end;overflow:hidden;background-image:linear-gradient(90deg,rgba(28,58,84,.93) 0%,rgba(38,77,110,.76) 43%,rgba(45,80,110,.24) 72%,rgba(45,80,110,.05) 100%),var(--ths-interior-hero-image);background-size:cover;background-position:center 46%;border-radius:0 0 30px 30px}
.ths-interior-hero-inner{position:relative;z-index:2;width:100%}
.ths-interior-hero-copy{max-width:820px;padding:175px 0 76px;color:#fff}
.ths-interior-pill{display:inline-flex;margin:0 0 20px;padding:8px 13px;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:rgba(255,255,255,.09);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.075em;text-transform:uppercase;backdrop-filter:blur(5px)}
.ths-interior-hero h1{max-width:800px;color:#fff;font-size:clamp(3.25rem,5.4vw,5.6rem);line-height:.98;letter-spacing:-.042em;margin:0 0 18px}
.ths-interior-lede{max-width:720px;color:rgba(255,255,255,.91);font-size:1.08rem;line-height:1.7;margin:0 0 26px}
.ths-interior-price{font-size:2rem;font-weight:850;color:#fff;margin:-4px 0 15px}
.ths-interior-hero .ths-button{min-height:54px;border-radius:999px;padding-inline:24px}
.ths-interior-hero .ths-button .ths-icon,.ths-interior-hero .ths-hero-link .ths-icon{width:18px}

.ths-editorial-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);gap:64px;align-items:start}
.ths-editorial-grid h2{font-size:clamp(2.5rem,4vw,4rem);max-width:760px}
.ths-feature-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:34px}
.ths-feature-mini-grid>div{display:grid;gap:5px;padding:19px;border:1px solid #dce6ec;border-radius:16px;background:#f7f9fb}
.ths-feature-mini-grid strong{color:var(--ths-forest-dark);font-size:.9rem}
.ths-feature-mini-grid span{color:#687886;font-size:.79rem;line-height:1.5}
.ths-editorial-callout{padding:34px;border-radius:22px;background:#edf3f7;border:1px solid #dce6ec}
.ths-editorial-callout h3{font-family:var(--ths-display);font-size:2rem;line-height:1.08;color:var(--ths-forest-deep);margin:0 0 16px}
.ths-editorial-callout p{color:#637481}

.ths-resource-hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.ths-resource-hub-grid article{padding:30px;border:1px solid #dce6ec;border-radius:20px;background:#fff}
.ths-resource-hub-grid h2{font-size:1.7rem;margin-bottom:12px}
.ths-resource-hub-grid p:last-child{color:#647582}

.ths-package-card-v2 .ths-package-body h2{font-family:var(--ths-display);font-size:1.36rem;line-height:1.08;margin:0 0 12px}
.ths-package-card-v2 .ths-package-body h2 a{color:var(--ths-forest-deep);text-decoration:none}
.ths-package-card-v2 .ths-package-body h2 a:hover{color:var(--ths-coral)}

/* Keep sample testimonial design visible, while making its placeholder status unmistakable. */
.ths-testimonial-placeholder{background:#fff7f5;border-style:dashed;border-color:#efc1ba}
.ths-testimonial-placeholder footer strong{color:var(--ths-coral-dark)}
.ths-staging-note{max-width:760px;margin:12px auto 0;color:#8a625d;font-size:.83rem}

@media (max-width:1240px) and (min-width:921px){
  .ths-overlay-header .ths-header-inner{width:min(1180px,calc(100% - 32px));gap:14px}.ths-overlay-header .ths-nav-list{gap:13px}.ths-overlay-header .ths-nav-list a{font-size:.74rem}.ths-overlay-header .ths-header-phone span{display:none}
}
@media (max-width:920px){
  .ths-overlay-header .ths-site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--ths-border);padding:0}
  .admin-bar.ths-overlay-header .ths-site-header{top:32px}
  .ths-interior-hero{min-height:500px;border-radius:0 0 24px 24px;background-image:linear-gradient(180deg,rgba(28,58,84,.85) 0%,rgba(28,58,84,.72) 62%,rgba(28,58,84,.38) 100%),var(--ths-interior-hero-image);background-position:center}
  .ths-interior-hero-copy{padding:72px 0 56px}
  .ths-interior-hero h1{font-size:clamp(2.8rem,9vw,4.6rem)}
  .ths-editorial-grid{grid-template-columns:1fr;gap:30px}
  .ths-feature-mini-grid{grid-template-columns:repeat(3,1fr)}
  .ths-resource-hub-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  .ths-interior-hero{min-height:460px}
  .ths-interior-hero-copy{padding:58px 0 46px}
  .ths-interior-hero h1{font-size:clamp(2.45rem,12vw,3.7rem)}
  .ths-interior-lede{font-size:.98rem}
  .ths-interior-hero .ths-button-row{align-items:stretch}
  .ths-interior-hero .ths-button,.ths-interior-hero .ths-hero-link{width:100%;justify-content:center}
  .ths-feature-mini-grid{grid-template-columns:1fr}
  .ths-editorial-callout{padding:25px 22px}
}


/* =========================================================
   V0.4.3 — interior-page polish + FAQ authority layer
   ========================================================= */
.ths-interior-hero{border-radius:0;min-height:540px}
.ths-interior-hero-inner{width:var(--ths-shell);margin-inline:auto}
.ths-interior-hero-copy{padding:170px 0 72px;max-width:800px}
.ths-interior-hero h1{font-size:clamp(3.1rem,5vw,5.15rem);max-width:760px}

/* Service archive cards should read like cards, not giant linked headings. */
.post-type-archive-ths_service .ths-card-grid-3{align-items:stretch}
.post-type-archive-ths_service .ths-service-card{display:flex;flex-direction:column;height:100%;border-color:#dce6ec;box-shadow:0 7px 24px rgba(35,67,95,.055)}
.post-type-archive-ths_service .ths-card-body{display:flex;flex:1;flex-direction:column;padding:25px 24px 27px}
.post-type-archive-ths_service .ths-card-body h2{font-size:1.55rem;line-height:1.08;margin:0 0 14px;letter-spacing:-.025em}
.post-type-archive-ths_service .ths-card-body h2 a{color:var(--ths-forest-deep);text-decoration:none}
.post-type-archive-ths_service .ths-card-body h2 a:hover{color:var(--ths-coral)}
.post-type-archive-ths_service .ths-card-body p{color:#5d6b76;font-size:.94rem;line-height:1.62}
.post-type-archive-ths_service .ths-text-link{margin-top:auto;color:var(--ths-coral)}

/* FAQ: visible, server-rendered question/answer content for users and answer engines. */
.ths-faq-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:72px;align-items:start}
.ths-faq-intro{position:sticky;top:120px}
.ths-faq-intro h2{font-size:clamp(2.5rem,4.1vw,4.15rem);max-width:560px}
.ths-faq-intro>p:not(.ths-eyebrow){color:#60717f;max-width:520px}
.ths-faq-cta-card{margin-top:30px;padding:24px 25px;border:1px solid #dce6ec;border-radius:18px;background:#f4f7f9}
.ths-faq-cta-card strong{display:block;color:var(--ths-forest-deep);font-size:1rem;margin-bottom:7px}
.ths-faq-cta-card p{font-size:.88rem;color:#657683;line-height:1.55;margin-bottom:12px}
.ths-faq-list{display:grid;gap:12px}
.ths-faq-item{border:1px solid #dce6ec;border-radius:17px;background:#fff;overflow:hidden;box-shadow:0 5px 18px rgba(35,67,95,.035)}
.ths-faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:22px;cursor:pointer;padding:22px 24px;color:var(--ths-forest-deep);font-family:var(--ths-display);font-size:1.28rem;font-weight:600;line-height:1.18}
.ths-faq-item summary::-webkit-details-marker{display:none}
.ths-faq-item summary span{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border-radius:50%;background:#edf3f7;color:var(--ths-coral);font-family:var(--ths-body);font-size:1.2rem;font-weight:700;transition:transform .18s ease}
.ths-faq-item[open] summary span{transform:rotate(45deg)}
.ths-faq-answer{padding:0 24px 23px;color:#596b78;max-width:850px}
.ths-faq-answer p{margin:0 0 10px}
.ths-faq-answer p:last-child{margin-bottom:0}
.ths-empty-state{padding:32px;border:1px solid #dce6ec;border-radius:18px;background:#fff}

@media(max-width:920px){
  .ths-interior-hero{border-radius:0;min-height:470px}
  .ths-interior-hero-inner{width:var(--ths-shell)}
  .ths-interior-hero-copy{padding:68px 0 54px}
  .ths-faq-layout{grid-template-columns:1fr;gap:36px}
  .ths-faq-intro{position:static}
}
@media(max-width:640px){
  .ths-interior-hero{min-height:430px;border-radius:0}
  .ths-interior-hero-copy{padding:52px 0 42px}
  .ths-faq-item summary{padding:19px 18px;font-size:1.12rem}
  .ths-faq-answer{padding:0 18px 20px}
}

/* =========================================================
   V0.4.4 — assessment authority page + package credit policy
   ========================================================= */
.ths-section-heading-left{max-width:760px;margin-bottom:0}
.ths-assessment-audience{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:72px;align-items:start}
.ths-audience-list{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.ths-audience-item{display:flex;gap:12px;align-items:flex-start;padding:18px;border:1px solid #dce6ec;border-radius:16px;background:#fff;color:#4f6270;line-height:1.5}
.ths-audience-item .ths-icon{width:19px;height:19px;flex:0 0 19px;margin-top:2px;color:var(--ths-coral)}

.ths-plan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:38px}
.ths-plan-card{padding:27px 24px;border:1px solid #dce6ec;border-radius:19px;background:#fff;box-shadow:0 7px 24px rgba(35,67,95,.04)}
.ths-plan-number{display:block;color:var(--ths-coral);font-size:.76rem;font-weight:850;letter-spacing:.08em;margin-bottom:30px}
.ths-plan-card h3{font-size:1.42rem;color:var(--ths-forest-deep);margin-bottom:10px}
.ths-plan-card p{margin:0;color:#61727f;font-size:.92rem;line-height:1.55}

.ths-family-assessment-section{background:#fff}
.ths-family-assessment-section .ths-editorial-split{grid-template-columns:1.02fr .98fr}
.ths-family-assessment-section .ths-editorial-copy{max-width:650px}
.ths-family-assessment-section .ths-editorial-copy h2{font-size:clamp(2.7rem,4.6vw,4.7rem);line-height:1.02}
.ths-family-assessment-section .ths-editorial-media img{width:100%;aspect-ratio:1.15/1;object-fit:cover;border-radius:24px;box-shadow:0 12px 38px rgba(35,67,95,.09)}

.ths-comparison-callout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:72px;align-items:center}
.ths-comparison-callout h2{font-size:clamp(2.5rem,4vw,4rem);max-width:650px}
.ths-comparison-callout>div:last-child{padding:30px;border:1px solid #dce6ec;border-radius:20px;background:#fff}
.ths-comparison-callout>div:last-child p{color:#5f7180}

.ths-info-panel{padding:30px;border:1px solid #dce6ec;border-radius:20px;background:#f7f9fb}
.ths-info-panel h2{font-size:2rem}
.ths-info-panel p:last-child{margin-bottom:0;color:#5d6f7d}

.ths-credit-section{background:linear-gradient(180deg,#fff 0,#f8fafb 100%)}
.ths-credit-wrap{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:66px;align-items:start}
.ths-credit-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ths-credit-grid article{padding:28px;border:1px solid #dce6ec;border-radius:20px;background:#fff}
.ths-credit-grid article>strong{display:block;color:var(--ths-coral);font-size:1.05rem;margin-bottom:24px}
.ths-credit-grid h3{font-size:1.55rem;margin-bottom:10px}
.ths-credit-grid p{margin:0;color:#60727f;font-size:.92rem}
.ths-credit-grid .ths-credit-featured{border-color:#9fb8cb;background:#edf4f8}
.ths-credit-wrap>.ths-small-note{grid-column:2;margin:0}

.ths-process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:36px}
.ths-process-card{padding:24px 21px;border:1px solid #dce6ec;border-radius:18px;background:#fff;min-height:225px}
.ths-process-card>span{display:block;color:var(--ths-coral);font-size:.76rem;font-weight:850;margin-bottom:34px}
.ths-process-card h3{font-size:1.25rem;margin-bottom:10px}
.ths-process-card p{margin:0;color:#637583;font-size:.86rem;line-height:1.55}

.ths-service-faq-section .ths-faq-intro{position:sticky;top:120px}
.ths-service-area-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:50px;align-items:center}
.ths-service-area-cta h2{font-size:clamp(2.4rem,4vw,3.8rem);max-width:760px}
.ths-service-area-cta p:last-child{color:#60717f}
.ths-area-pills{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;max-width:430px}
.ths-area-pills span{padding:9px 14px;border:1px solid #cfdae2;border-radius:999px;background:#fff;color:#284761;font-size:.82rem;font-weight:750}

.ths-final-service-cta{background:#173b59;color:#fff}
.ths-final-service-cta h2,.ths-final-service-cta .ths-eyebrow{color:#fff}
.ths-final-service-cta .ths-eyebrow{opacity:.72}
.ths-final-service-cta p{color:#dce7ee}
.ths-final-service-cta-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:50px;align-items:center}
.ths-final-service-cta .ths-button-primary{background:#fff;color:#173b59}
.ths-final-service-cta .ths-button-primary:hover{background:#eef4f7;color:#173b59}
.ths-final-service-cta .ths-text-link{color:#fff}

.ths-package-credit-callout{margin:34px 0;padding:28px;border:1px solid #dce6ec;border-radius:20px;background:#edf4f8}
.ths-package-credit-callout h2{font-size:2rem;margin-bottom:12px}
.ths-package-credit-callout p:last-child{margin-bottom:0;color:#5d6f7d}

@media(max-width:1050px){
  .ths-plan-grid{grid-template-columns:1fr 1fr}
  .ths-process-grid{grid-template-columns:repeat(3,1fr)}
  .ths-credit-wrap{grid-template-columns:1fr}
  .ths-credit-wrap>.ths-small-note{grid-column:auto}
  .ths-service-area-cta{grid-template-columns:1fr}
  .ths-area-pills{justify-content:flex-start;max-width:none}
  .ths-final-service-cta-inner{grid-template-columns:1fr}
}
@media(max-width:920px){
  .ths-assessment-audience,.ths-comparison-callout{grid-template-columns:1fr;gap:34px}
  .ths-audience-list{grid-template-columns:1fr}
  .ths-service-faq-section .ths-faq-intro{position:static}
}
@media(max-width:700px){
  .ths-plan-grid,.ths-credit-grid,.ths-process-grid{grid-template-columns:1fr}
  .ths-process-card{min-height:auto}
  .ths-family-assessment-section .ths-editorial-copy h2{font-size:clamp(2.35rem,11vw,3.7rem)}
}

/* v0.4.5 Assessment authority page refinements */
.ths-assessment-benefit-layer{background:#234d70}
.ths-assessment-benefit{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:72px;align-items:start}
.ths-assessment-benefit h2{font-size:clamp(2.3rem,3.3vw,3.5rem);max-width:620px;margin-bottom:0}
.ths-assessment-benefit>div>p:not(.ths-eyebrow){font-size:1.1rem;max-width:760px;margin-top:0}
.ths-benefit-points{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}
.ths-benefit-points span{display:grid;gap:5px;padding:18px 18px 17px;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:rgba(255,255,255,.06)}
.ths-benefit-points strong{color:#fff;font-size:.92rem}
.ths-benefit-points small{color:rgba(255,255,255,.78);line-height:1.45}
.ths-assessment-overview{display:grid;gap:44px}
.ths-assessment-overview-copy{max-width:930px}
.ths-assessment-overview-copy h2{margin-top:1.35em}
.ths-assessment-scope-table{display:grid;grid-template-columns:1.2fr .8fr;border:1px solid var(--ths-border);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 12px 34px rgba(24,54,80,.055)}
.ths-assessment-scope-column{padding:34px 36px}
.ths-assessment-scope-column+ .ths-assessment-scope-column{border-left:1px solid var(--ths-border);background:#f4f7f9}
.ths-assessment-scope-column h2{font-size:clamp(1.9rem,2.4vw,2.55rem);margin:.15em 0 .7em}
.ths-assessment-scope-column .ths-eyebrow{margin-bottom:6px}
.ths-assessment-scope-column .ths-check-list{margin:0}
.ths-boundary-list{margin:0;padding-left:1.15em;color:#566572}
.ths-boundary-list li{margin:.72em 0}
.ths-scope-bottom-note{margin:24px 0 0;padding-top:20px;border-top:1px solid var(--ths-border);font-size:.92rem;color:#637482}
.ths-credit-content{display:grid;gap:18px}
.ths-credit-note{margin:0;padding:0 2px}
.ths-credit-wrap>.ths-small-note{display:none}
@media (max-width:920px){.ths-assessment-benefit{grid-template-columns:1fr;gap:28px}.ths-benefit-points{grid-template-columns:1fr}.ths-assessment-scope-table{grid-template-columns:1fr}.ths-assessment-scope-column+ .ths-assessment-scope-column{border-left:0;border-top:1px solid var(--ths-border)}}
@media (max-width:640px){.ths-assessment-scope-column{padding:26px 22px}.ths-assessment-benefit-layer{padding:42px 0}.ths-benefit-points{margin-top:22px}}

/* V0.4.6 — production package authority pages */
.ths-package-answer-section{background:#f3f7fa}
.ths-package-answer-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:72px;align-items:start}
.ths-package-answer-copy h2{font-size:clamp(2.55rem,4vw,4.15rem);max-width:700px}
.ths-package-answer-copy .ths-lead-copy{max-width:760px;color:#536675;line-height:1.7}
.ths-package-duration{margin-top:22px;color:#647582;font-size:.9rem}
.ths-package-duration strong{color:var(--ths-forest-deep)}
.ths-package-benefit-grid{display:grid;grid-template-columns:1fr;gap:14px}
.ths-package-benefit-card{display:grid;grid-template-columns:42px 1fr;column-gap:14px;padding:22px 24px;border:1px solid #dce6ec;border-radius:18px;background:#fff;box-shadow:0 7px 24px rgba(35,67,95,.035)}
.ths-package-benefit-card>span{grid-row:1/3;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#edf4f8;color:var(--ths-coral)}
.ths-package-benefit-card .ths-icon{width:20px;height:20px}
.ths-package-benefit-card strong{align-self:end;color:var(--ths-forest-deep);font-size:1rem}
.ths-package-benefit-card p{margin:4px 0 0;color:#657683;font-size:.88rem;line-height:1.5}
.ths-section-heading-left{max-width:900px;margin-bottom:34px}
.ths-section-heading-left h2{font-size:clamp(2.55rem,4vw,4.1rem);max-width:850px}
.ths-section-heading-left>p:not(.ths-eyebrow){max-width:780px;color:#647582}
.ths-package-scope-section{background:#fff}
.ths-package-scope-table{display:grid;grid-template-columns:1.12fr .88fr;border:1px solid #dce6ec;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 12px 36px rgba(35,67,95,.05)}
.ths-package-scope-column{padding:36px 38px}
.ths-package-scope-column-muted{background:#f4f7f9;border-left:1px solid #dce6ec}
.ths-package-scope-column h3{font-size:clamp(1.85rem,2.4vw,2.55rem);margin:.15em 0 .75em}
.ths-package-scope-column-muted h3+ul{margin-bottom:0}
.ths-package-check-list{margin:0}
.ths-package-check-list li{margin:0 0 16px;line-height:1.55;color:#4f626f}
.ths-package-excluded-list{padding-left:1.25rem;color:#647582}
.ths-package-excluded-list li{margin:9px 0;line-height:1.5}
.ths-package-price-note{max-width:980px;margin:18px 0 0;color:#74838e;font-size:.84rem}
.ths-package-fit-section{background:#f7f9fb}
.ths-package-fit-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:72px;align-items:start}
.ths-package-fit-copy h2{font-size:clamp(2.55rem,4vw,4.1rem)}
.ths-package-fit-copy>p:not(.ths-eyebrow){color:#596c79}
.ths-package-process-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.ths-package-process-card{min-height:180px;padding:24px;border:1px solid #dce6ec;border-radius:18px;background:#fff}
.ths-package-process-card>span{display:block;color:var(--ths-coral);font-size:.78rem;font-weight:800;letter-spacing:.08em;margin-bottom:16px}
.ths-package-process-card strong{display:block;color:var(--ths-forest-deep);font-size:1rem;margin-bottom:8px}
.ths-package-process-card p{margin:0;color:#657683;font-size:.88rem;line-height:1.55}
.ths-package-credit-section{background:#eef4f8}
.ths-package-credit-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:64px;align-items:center}
.ths-package-credit-grid h2{font-size:clamp(2.55rem,4vw,4.15rem);max-width:760px}
.ths-package-credit-grid>div:first-child>p:not(.ths-eyebrow){max-width:760px;color:#5c6f7c}
.ths-package-credit-card{padding:34px;border:1px solid #b9cddd;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(35,67,95,.055)}
.ths-package-credit-card>span{display:inline-block;margin-bottom:20px;padding:7px 11px;border-radius:999px;background:#fbe9e6;color:var(--ths-coral);font-size:.74rem;font-weight:900;letter-spacing:.07em}
.ths-package-credit-card strong{display:block;font-family:var(--ths-display);font-size:clamp(1.85rem,2.4vw,2.6rem);line-height:1.06;color:var(--ths-forest-deep)}
.ths-package-credit-card p{margin-bottom:0;color:#657683}
.ths-package-value-section{background:#fff}
.ths-package-value-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:70px;align-items:center}
.ths-package-value-grid h2{font-size:clamp(2.6rem,4.1vw,4.2rem);max-width:820px}
.ths-package-value-grid>div:first-child>p:not(.ths-eyebrow){max-width:820px;color:#5e707d}
.ths-package-value-card{padding:36px;border-radius:22px;background:#234d70;color:#fff}
.ths-package-value-card span{display:block;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:800;color:#cedce6}
.ths-package-value-card strong{display:block;margin:10px 0 6px;font-family:var(--ths-display);font-size:4rem;line-height:1;color:#fff}
.ths-package-value-card p{margin:0;color:#dae5ec;font-size:.86rem;line-height:1.55}
.ths-package-addons-section{background:#f7f9fb}
.ths-package-addon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.ths-package-addon-grid>div{display:flex;gap:12px;align-items:flex-start;padding:20px 22px;border:1px solid #dce6ec;border-radius:16px;background:#fff;color:#536675;line-height:1.5}
.ths-package-addon-grid .ths-icon{width:19px;flex:0 0 19px;color:var(--ths-coral);margin-top:2px}
.ths-package-related-section{background:#fff}
.ths-package-related-section>div>h2{font-size:clamp(2.45rem,3.7vw,3.8rem);max-width:760px}
.ths-package-related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:30px}
.ths-package-related-grid>a{display:grid;gap:9px;padding:26px 28px;border:1px solid #dce6ec;border-radius:18px;background:#fff;text-decoration:none;box-shadow:0 7px 22px rgba(35,67,95,.035)}
.ths-package-related-grid>a:hover{border-color:#aac3d5;transform:translateY(-1px)}
.ths-package-related-grid strong{font-family:var(--ths-display);font-size:1.7rem;line-height:1.1;color:var(--ths-forest-deep)}
.ths-package-related-grid span{color:#657683}
.ths-package-related-grid em{display:flex;align-items:center;gap:8px;margin-top:5px;color:var(--ths-coral);font-style:normal;font-weight:800;font-size:.86rem}
.ths-package-related-grid em .ths-icon{width:18px}

@media (max-width:920px){
  .ths-package-answer-grid,.ths-package-fit-grid,.ths-package-credit-grid,.ths-package-value-grid{grid-template-columns:1fr;gap:36px}
  .ths-package-scope-table{grid-template-columns:1fr}
  .ths-package-scope-column-muted{border-left:0;border-top:1px solid #dce6ec}
  .ths-package-addon-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:640px){
  .ths-package-answer-section,.ths-package-scope-section,.ths-package-fit-section,.ths-package-credit-section,.ths-package-value-section,.ths-package-addons-section,.ths-package-related-section{padding-top:56px;padding-bottom:56px}
  .ths-package-scope-column{padding:26px 22px}
  .ths-package-process-grid,.ths-package-addon-grid,.ths-package-related-grid{grid-template-columns:1fr}
  .ths-package-process-card{min-height:auto}
  .ths-package-credit-card,.ths-package-value-card{padding:26px 22px}
  .ths-package-value-card strong{font-size:3.2rem}
}

/* =========================================================
   V0.4.7 — consistent interior authority bands + clearer bundle math
   ========================================================= */
.ths-authority-band{background:#234d70;color:#fff}
.ths-authority-band .ths-eyebrow{color:var(--ths-coral)}
.ths-authority-band h2,.ths-authority-band h3,.ths-authority-band strong{color:#fff}
.ths-authority-band-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:72px;align-items:start}
.ths-authority-band-heading h2{font-size:clamp(2.35rem,3.55vw,3.75rem);max-width:700px;margin-bottom:0}
.ths-authority-copy{font-size:1.08rem;line-height:1.7;color:#edf4f8;max-width:820px}
.ths-authority-points{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.ths-authority-points span{display:grid;gap:6px;padding:19px 18px;border:1px solid rgba(255,255,255,.22);border-radius:15px;background:rgba(255,255,255,.055)}
.ths-authority-points strong{font-size:.92rem;line-height:1.4}
.ths-authority-points small{color:rgba(255,255,255,.78);font-size:.82rem;line-height:1.48}

.ths-package-answer-section{background:#234d70}
.ths-package-answer-section .ths-package-answer-copy h2{color:#fff}
.ths-package-answer-section .ths-package-answer-copy .ths-lead-copy{color:#edf4f8}
.ths-package-answer-section .ths-package-duration{color:#d9e6ee}
.ths-package-answer-section .ths-package-duration strong{color:#fff}
.ths-package-answer-section .ths-package-benefit-card{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.06);box-shadow:none}
.ths-package-answer-section .ths-package-benefit-card>span{background:rgba(255,255,255,.1);color:#ff7868}
.ths-package-answer-section .ths-package-benefit-card strong{color:#fff}
.ths-package-answer-section .ths-package-benefit-card p{color:rgba(255,255,255,.78)}

.ths-resource-authority .ths-resource-hub-grid article{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.06)}
.ths-resource-authority .ths-resource-hub-grid h2{color:#fff}
.ths-resource-authority .ths-resource-hub-grid p:not(.ths-eyebrow){color:rgba(255,255,255,.8)}

.ths-package-value-heading{margin-bottom:34px}
.ths-package-price-comparison{display:grid;grid-template-columns:minmax(0,1fr) 58px minmax(320px,.72fr);gap:26px;align-items:stretch}
.ths-package-price-stack{border:1px solid #dce6ec;border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 10px 30px rgba(35,67,95,.045)}
.ths-package-price-stack>div{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 22px;border-bottom:1px solid #e3ebf0;color:#536675}
.ths-package-price-stack>div:last-child{border-bottom:0}
.ths-package-price-stack strong{color:#21445f;white-space:nowrap}
.ths-package-price-stack .ths-package-price-total{background:#f1f6f9;font-weight:800}
.ths-package-price-stack .ths-package-price-total span,.ths-package-price-stack .ths-package-price-total strong{color:#173b59}
.ths-package-price-arrow{display:grid;place-items:center;color:#d96558;font-size:2.3rem;font-weight:700}
.ths-package-whole-price-card{display:flex;flex-direction:column;justify-content:center;padding:34px;border-radius:22px;background:#234d70;color:#fff}
.ths-package-whole-price-card>span{font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;font-weight:850;color:#cfdde7}
.ths-package-whole-price-card>strong{display:block;margin:12px 0 18px;font-family:var(--ths-display);font-size:clamp(2.7rem,4.5vw,4.3rem);line-height:1;color:#fff}
.ths-package-whole-price-card p{margin:0;color:#dbe7ee;line-height:1.6}
.ths-package-whole-price-card b{color:#fff}
.ths-package-comparison-note{margin:24px 0 8px;padding:20px 22px;border-left:4px solid var(--ths-coral);background:#f5f8fa;color:#526673}

@media(max-width:980px){
  .ths-authority-band-grid{grid-template-columns:1fr;gap:30px}
  .ths-package-price-comparison{grid-template-columns:1fr}
  .ths-package-price-arrow{transform:rotate(90deg);min-height:38px}
}
@media(max-width:700px){
  .ths-authority-points{grid-template-columns:1fr}
  .ths-package-price-stack>div{align-items:flex-start;flex-direction:column;gap:4px}
  .ths-package-whole-price-card{padding:27px 22px}
}

/* =========================================================
   V0.4.8 — quieter authority bands + production service pages
   ========================================================= */
.ths-authority-band .ths-eyebrow,
.ths-assessment-benefit-layer .ths-eyebrow{
  color:#fff;
  opacity:.84;
}
.ths-package-benefit-card{
  display:grid;
  grid-template-columns:1fr;
  gap:6px;
  padding:20px 22px;
}
.ths-package-benefit-card>span{display:none}
.ths-package-benefit-card strong{align-self:auto}

.ths-service-answer-section{background:#234d70}
.ths-service-answer-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:72px;
  align-items:start;
}
.ths-service-answer-copy h2{
  color:#fff;
  font-size:clamp(2.45rem,3.8vw,4rem);
  max-width:720px;
}
.ths-service-answer-copy .ths-lead-copy{
  color:#edf4f8;
  line-height:1.72;
  max-width:780px;
}
.ths-service-duration{
  margin-top:20px;
  color:#d9e6ee;
  font-size:.9rem;
}
.ths-service-duration strong{color:#fff}
.ths-service-benefit-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.ths-service-benefit-card{
  display:grid;
  gap:6px;
  padding:20px 22px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:15px;
  background:rgba(255,255,255,.055);
}
.ths-service-benefit-card strong{
  color:#fff;
  font-size:.95rem;
  line-height:1.4;
}
.ths-service-benefit-card p{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:.86rem;
  line-height:1.5;
}
@media(max-width:920px){
  .ths-service-answer-grid{grid-template-columns:1fr;gap:30px}
}
