/* Northeast Continuity v12.53 homepage bundle.
   Concatenated in the prior link order to preserve cascade behavior. */

/* ===== assets/site.css ===== */
:root{
  --paper:#f6f1e8;
  --paper2:#eee7dc;
  --white:#fffdf8;
  --ink:#173042;
  --ink2:#243944;
  --muted:#5b676e;
  --bronze:#8c6a37;
  --bronze-dark:#684b24;
  --line:#d7cdbd;
  --line-dark:#b9aa92;
  --moss:#40554a;
  --content:1280px;
  --narrow:860px;
  --serif:"Iowan Old Style","Baskerville","Palatino Linotype","Book Antiqua",Georgia,serif;
  --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  --ease:cubic-bezier(.2,.75,.25,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink2);font:16px/1.7 var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-underline-offset:.18em;text-decoration-thickness:1px}
a:hover{color:var(--bronze-dark)}
button,input,select,textarea{font:inherit}
:focus-visible{outline:3px solid #c79b4d;outline-offset:4px}
.skip-link{position:fixed;z-index:1000;left:1rem;top:1rem;background:var(--ink);color:#fff;padding:.7rem 1rem;transform:translateY(-180%)}
.skip-link:focus{transform:none}
.container{width:min(calc(100% - 3rem),var(--content));margin-inline:auto}
.narrow{width:min(calc(100% - 3rem),var(--narrow));margin-inline:auto}
.section{padding:clamp(5.4rem,8.5vw,9rem) 0}
.section-rule{border-top:1px solid var(--line)}
.bg-paper{background:var(--white)}
.bg-ivory-deep{background:var(--paper2)}
.bg-navy{background:var(--ink);color:#e9e4db}
.bg-navy h1,.bg-navy h2,.bg-navy h3{color:#fff}
.bg-navy p,.bg-navy .lede{color:#d8d3ca}
.bg-navy .eyebrow{color:#d4b77d}
.mt-1{margin-top:1rem}.mt-15{margin-top:1.5rem}
.eyebrow{margin:0 0 1.1rem;color:var(--bronze-dark);font-size:.68rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}
h1,h2,h3,h4{margin:0;color:var(--ink);font-family:var(--serif);font-weight:400;line-height:1.02;letter-spacing:-.035em}
h1{font-size:clamp(3.8rem,7.5vw,7.6rem)}
h2{font-size:clamp(2.55rem,5vw,4.7rem)}
h3{font-size:clamp(1.45rem,2.35vw,2.1rem)}
p{margin:0}p+p{margin-top:1rem}
.lede{font-size:clamp(1.08rem,1.45vw,1.28rem);line-height:1.65;color:#41545e;max-width:820px}
.hero-lede{font-size:clamp(1.18rem,1.7vw,1.46rem);line-height:1.62;color:#3a4e58;max-width:760px;margin-top:1.8rem}
.muted{color:var(--muted)}
.text-link{display:inline-flex;gap:.5rem;align-items:center;margin-top:1.1rem;color:var(--ink);font-weight:700;text-decoration:none;border-bottom:1px solid var(--bronze)}

/* Header / brand */
.site-header{position:sticky;z-index:100;top:0;background:rgba(246,241,232,.94);border-bottom:1px solid rgba(185,170,146,.62);backdrop-filter:blur(14px)}
.nav-wrap{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.brand{display:flex;align-items:center;gap:1rem;text-decoration:none;color:var(--ink);min-width:max-content}
.brand:hover{color:var(--ink)}
.brand-mark{width:26px;height:40px;position:relative;display:block;border:0}
.brand-mark:before,.brand-mark:after{content:"";position:absolute;left:12px;width:1px;background:var(--bronze)}
.brand-mark:before{top:0;height:16px;transform:rotate(28deg);transform-origin:bottom}
.brand-mark:after{bottom:0;height:16px;transform:rotate(-28deg);transform-origin:top}
.brand-mark span{display:none}
.brand-text{display:grid;line-height:1}
.brand-text strong{font:400 1.02rem/1 var(--serif);letter-spacing:.12em;text-transform:uppercase}
.brand-text span{margin-top:.32rem;font-size:.56rem;letter-spacing:.235em;text-transform:uppercase;color:var(--muted)}
.nav-links{display:flex;align-items:center;gap:1.35rem}
.nav-links>a:not(.btn){min-height:44px;display:flex;align-items:center;text-decoration:none;font-size:.79rem;font-weight:650;letter-spacing:.04em;border-bottom:1px solid transparent}
.nav-links>a[aria-current="page"]:not(.btn){border-bottom-color:var(--bronze)}
.menu-toggle{display:none;min-width:48px;min-height:44px;border:1px solid var(--line-dark);background:transparent;color:var(--ink)}
.btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:.88rem 1.22rem;border:1px solid var(--ink);text-decoration:none;font-size:.82rem;font-weight:760;line-height:1.25;letter-spacing:.025em;transition:background .2s var(--ease),color .2s var(--ease),transform .2s var(--ease)}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--ink);color:#fff}.btn-primary:hover{background:#25465a;color:#fff}
.btn-secondary{background:transparent;color:var(--ink)}.btn-secondary:hover{background:var(--white);color:var(--ink)}
.btn-light{background:#fff;color:var(--ink);border-color:#fff}.btn-light:hover{background:transparent;color:#fff}
.btn-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2.15rem}.btn-full{width:100%}

/* Bespoke homepage */
.hero-v6{position:relative;overflow:hidden;padding:clamp(5.5rem,9vw,9rem) 0 clamp(5rem,8vw,8rem);border-bottom:1px solid var(--line)}
.hero-v6:before{content:"";position:absolute;inset:-120px -140px auto auto;width:min(53vw,760px);height:min(53vw,760px);opacity:.28;background:
 radial-gradient(circle at 50% 50%,transparent 0 18%,rgba(140,106,55,.11) 18.2% 18.45%,transparent 18.7% 28%,rgba(140,106,55,.10) 28.2% 28.45%,transparent 28.7% 39%,rgba(140,106,55,.09) 39.2% 39.45%,transparent 39.7% 50%,rgba(140,106,55,.08) 50.2% 50.45%,transparent 50.7% 63%,rgba(140,106,55,.07) 63.2% 63.45%,transparent 63.7%);transform:rotate(-8deg);pointer-events:none}
.hero-v6-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.34fr) minmax(270px,.52fr);gap:clamp(3rem,8vw,8rem);align-items:end}
.hero-kicker{display:flex;align-items:center;gap:.8rem;color:var(--bronze-dark);font-size:.68rem;letter-spacing:.2em;font-weight:800;text-transform:uppercase;margin-bottom:1.5rem}
.hero-kicker:before{content:"";width:48px;height:1px;background:var(--bronze)}
.hero-v6 h1{max-width:980px;font-size:clamp(4rem,7.3vw,7.35rem)}
.hero-v6 h1 em{font-style:italic;font-weight:400;color:#213f52}
.hero-side{border-left:1px solid var(--line-dark);padding-left:1.65rem;padding-bottom:.2rem}
.hero-side-label{font-size:.64rem;letter-spacing:.19em;text-transform:uppercase;color:var(--bronze-dark);font-weight:800}
.hero-side h2{font-size:clamp(1.55rem,2.1vw,2.05rem);line-height:1.14;margin:.9rem 0 1.35rem}
.hero-side-list{list-style:none;padding:0;margin:0;border-top:1px solid var(--line)}
.hero-side-list li{display:grid;grid-template-columns:34px 1fr;gap:.7rem;padding:.72rem 0;border-bottom:1px solid var(--line);font-size:.82rem;color:var(--muted)}
.hero-side-list span{font-family:var(--serif);color:var(--bronze-dark)}
.hero-foot{position:relative;margin-top:3.8rem;padding-top:1.1rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:2rem;color:var(--muted);font-size:.78rem;letter-spacing:.02em}
.hero-foot strong{color:var(--ink);font-weight:650}

.market-strip{border-bottom:1px solid var(--line);background:var(--white)}
.market-strip-inner{display:grid;grid-template-columns:1.15fr repeat(5,1fr)}
.market-strip-inner>div{padding:1rem 1.1rem;border-left:1px solid var(--line);min-height:74px;display:flex;flex-direction:column;justify-content:center}
.market-strip-inner>div:first-child{border-left:0;padding-left:0}
.market-strip small{font-size:.61rem;letter-spacing:.16em;text-transform:uppercase;color:var(--bronze-dark);font-weight:800}
.market-strip strong{font:400 1.04rem/1.2 var(--serif);color:var(--ink);margin-top:.16rem}

.editorial-split{display:grid;grid-template-columns:minmax(0,.77fr) minmax(0,1.23fr);gap:clamp(3.4rem,8vw,8rem);align-items:start}
.editorial-split .display-line{font:400 clamp(2rem,3.7vw,3.75rem)/1.12 var(--serif);color:var(--ink);max-width:720px}
.body-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:2.2rem}
.body-columns p{color:#4a5a62}
.point-list{margin-top:2.2rem;border-top:1px solid var(--line-dark)}
.point-list>div{display:grid;grid-template-columns:42px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line)}
.point-list b{font:400 1rem var(--serif);color:var(--bronze-dark)}
.point-list strong{font-family:var(--serif);font-weight:400;font-size:1.28rem;color:var(--ink)}
.point-list p{font-size:.88rem;color:var(--muted);margin-top:.3rem}

.dark-manifesto{background:var(--ink);color:#ede9e2;padding:clamp(5.7rem,9vw,9.6rem) 0}
.dark-manifesto .eyebrow{color:#d7bb85}
.dark-manifesto h2{color:#fff;max-width:1000px}
.manifesto-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(3rem,8vw,8rem);margin-top:3.5rem}
.manifesto-intro{font:400 clamp(1.5rem,2.4vw,2.35rem)/1.25 var(--serif);color:#fff}
.manifesto-rows{border-top:1px solid rgba(255,255,255,.24)}
.manifesto-row{display:grid;grid-template-columns:58px 1fr 1.1fr;gap:1.2rem;padding:1.15rem 0;border-bottom:1px solid rgba(255,255,255,.18);align-items:start}
.manifesto-row>span{font-family:var(--serif);color:#d7bb85}
.manifesto-row strong{font:400 1.42rem/1.2 var(--serif);color:#fff}
.manifesto-row p{font-size:.87rem;color:#c9c6bf;line-height:1.55}

.resilience-band{background:#ece4d7;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.resilience-band-head{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(3rem,8vw,7rem);align-items:end}
.resilience-deps{margin-top:3rem;display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}
.resilience-deps>div{padding:1.25rem 1rem;border-left:1px solid var(--line);min-height:150px}
.resilience-deps>div:first-child{border-left:0;padding-left:0}
.resilience-deps span{display:block;font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:var(--bronze-dark);font-weight:800}
.resilience-deps strong{display:block;margin-top:2.25rem;font:400 1.45rem/1.12 var(--serif);color:var(--ink)}
.resilience-deps p{font-size:.78rem;line-height:1.5;color:var(--muted);margin-top:.55rem}
.resilience-quote{margin-top:2rem;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}
.resilience-quote p{font:italic 400 clamp(1.25rem,2vw,1.8rem)/1.35 var(--serif);color:var(--ink);max-width:850px}

.deliverable-ledger{margin-top:3rem;border-top:1px solid var(--line-dark)}
.ledger-row{display:grid;grid-template-columns:70px minmax(220px,.7fr) 1.3fr;gap:clamp(1.5rem,4vw,4rem);padding:1.6rem 0;border-bottom:1px solid var(--line);align-items:start}
.ledger-row>span{font:400 1.1rem var(--serif);color:var(--bronze-dark)}
.ledger-row h3{font-size:clamp(1.5rem,2.4vw,2.15rem)}
.ledger-row p{font-size:.92rem;color:var(--muted);max-width:690px}
.ledger-note{margin-top:1.35rem;font-size:.82rem;color:var(--muted)}

.audience-editorial{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(3rem,8vw,8rem)}
.audience-list{border-top:1px solid var(--line-dark)}
.audience-list div{padding:1rem 0;border-bottom:1px solid var(--line);font:400 1.35rem/1.25 var(--serif);color:var(--ink)}

.capability-index{margin-top:2.8rem;border-top:1px solid var(--line-dark)}
.capability-index article{display:grid;grid-template-columns:58px minmax(240px,.9fr) 1.1fr auto;gap:1.4rem;padding:1.25rem 0;border-bottom:1px solid var(--line);align-items:center}
.capability-index article>span{font-family:var(--serif);color:var(--bronze-dark)}
.capability-index h3{font-size:1.55rem}
.capability-index p{font-size:.88rem;color:var(--muted)}
.capability-index a{text-decoration:none;font-size:.78rem;font-weight:750;border-bottom:1px solid var(--bronze);white-space:nowrap}

.process-ledger{margin-top:2.8rem;border-top:1px solid var(--line-dark)}
.process-ledger article{display:grid;grid-template-columns:58px minmax(250px,.8fr) 1.2fr;gap:1.5rem;padding:1.3rem 0;border-bottom:1px solid var(--line);align-items:start}
.process-ledger article>span{font-family:var(--serif);color:var(--bronze-dark)}
.process-ledger h3{font-size:1.55rem}.process-ledger p{font-size:.9rem;color:var(--muted)}

.leadership-feature{display:grid;grid-template-columns:1fr .9fr;gap:clamp(3rem,8vw,8rem);align-items:end}
.leadership-feature h2{max-width:760px}
.leadership-signatures{border-top:1px solid rgba(255,255,255,.3)}
.leadership-signatures>div{display:grid;grid-template-columns:1fr auto;gap:1rem;padding:1.15rem 0;border-bottom:1px solid rgba(255,255,255,.18)}
.leadership-signatures strong{font:400 1.45rem var(--serif);color:#fff}.leadership-signatures span{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#d4b77d}

.insights-editorial{margin-top:2.8rem;border-top:1px solid var(--line-dark)}
.insights-editorial article{display:grid;grid-template-columns:160px minmax(0,1.2fr) .8fr;gap:2rem;padding:1.45rem 0;border-bottom:1px solid var(--line);align-items:start}
.insights-editorial article>span{font-size:.66rem;letter-spacing:.13em;text-transform:uppercase;color:var(--bronze-dark);font-weight:800}
.insights-editorial h3{font-size:clamp(1.45rem,2.35vw,2rem)}
.insights-editorial h3 a{text-decoration:none}.insights-editorial p{font-size:.88rem;color:var(--muted)}

.cta-band{background:#e7dfd2;border-top:1px solid var(--line-dark);padding:clamp(4.8rem,7vw,7rem) 0}
.cta-grid{display:grid;grid-template-columns:1fr .8fr;gap:clamp(3rem,8vw,7rem);align-items:end}
.cta-grid h2{max-width:760px}

/* Existing interior-page structures, restyled */
.main-after-hero{}.page-hero{padding:clamp(4.6rem,8vw,7rem) 0 clamp(4rem,7vw,6rem);border-bottom:1px solid var(--line);position:relative;overflow:hidden}
.page-hero:after{content:"";position:absolute;right:-180px;bottom:-260px;width:620px;height:620px;border:1px solid rgba(140,106,55,.13);border-radius:50%;box-shadow:0 0 0 60px rgba(140,106,55,.045),0 0 0 120px rgba(140,106,55,.03)}
.page-hero .container{position:relative;z-index:1}.page-hero h1{max-width:1050px;font-size:clamp(3.35rem,6.2vw,6.3rem)}
.breadcrumb{font-size:.72rem;color:var(--muted);margin-bottom:1.8rem}.breadcrumb a{text-decoration:none}
.split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(3rem,8vw,7rem);align-items:start}.split-6040{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr)}
.signature-quote{border-top:1px solid var(--bronze);border-bottom:1px solid var(--line-dark);padding:1.5rem 0}.signature-quote>span{font-size:.64rem;letter-spacing:.15em;text-transform:uppercase;color:var(--bronze-dark);font-weight:800}.signature-quote blockquote{font:400 clamp(1.65rem,2.7vw,2.5rem)/1.18 var(--serif);color:var(--ink);margin:.9rem 0 1.2rem}.signature-quote ul{list-style:none;padding:0;margin:0}.signature-quote li{padding:.62rem 0;border-top:1px solid var(--line);font-size:.87rem;color:var(--muted)}
.principles-v4,.pillar-grid,.referral-principles,.resilience-grid,.scenario-grid,.client-grid,.focus-grid,.output-grid{display:grid;gap:0;background:transparent;border:0;margin-top:2.8rem}
.principles-v4,.pillar-grid,.referral-principles{grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line-dark)}
.principles-v4 article,.pillar-grid article,.referral-principles article{background:transparent;padding:1.35rem 1.2rem 1.35rem 0;border-bottom:1px solid var(--line);border-right:1px solid var(--line);min-height:245px}.principles-v4 article:last-child,.pillar-grid article:last-child,.referral-principles article:last-child{border-right:0;padding-right:0}.principles-v4 article>span,.pillar-grid article>span{display:block;color:var(--bronze-dark);font-family:var(--serif);margin-bottom:2rem}.principles-v4 h3,.pillar-grid h3,.referral-principles h3{font-size:1.55rem}.principles-v4 p,.pillar-grid p,.referral-principles p{font-size:.88rem;color:var(--muted);margin-top:.85rem}
.resilience-grid,.scenario-grid{grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line-dark)}.resilience-grid article,.scenario-grid article{padding:1.35rem 1.2rem 1.35rem 0;border-bottom:1px solid var(--line);border-right:1px solid var(--line);min-height:220px;background:transparent}.resilience-grid article:nth-child(3n),.scenario-grid article:nth-child(3n){border-right:0}.resilience-grid article>span,.scenario-grid article>span{font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;color:var(--bronze-dark);font-weight:800}.resilience-grid h3,.scenario-grid h3{margin-top:1.3rem;font-size:1.55rem}.resilience-grid p,.scenario-grid p{font-size:.88rem;color:var(--muted);margin-top:.8rem}
.output-grid{grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line-dark)}.output-card{display:grid;grid-template-columns:54px 1fr;gap:1rem;background:transparent;padding:1.45rem 1.3rem 1.45rem 0;border-bottom:1px solid var(--line);border-right:1px solid var(--line);min-height:230px}.output-card:nth-child(2n){border-right:0}.output-num{font-family:var(--serif);color:var(--bronze-dark)}.artifact-tag{font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;color:var(--bronze-dark);font-weight:800}.output-card h3{font-size:1.7rem;margin-top:.35rem}.output-card p:last-child{font-size:.88rem;color:var(--muted);margin-top:.75rem}
.client-grid{grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line-dark)}.client-grid>div{padding:1.05rem 1rem 1.05rem 0;border-bottom:1px solid var(--line);border-right:1px solid var(--line);background:transparent;font:400 1.15rem/1.35 var(--serif);color:var(--ink)}.client-grid>div:nth-child(3n){border-right:0}
.focus-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 4rem}.focus-card{padding:1.2rem 0 1.4rem;border-top:1px solid var(--bronze);border-bottom:1px solid var(--line-dark)}.focus-card h3{font-size:1.65rem}.focus-card p{font-size:.9rem;color:var(--muted);margin-top:.8rem}.focus-card a{display:inline-block;margin-top:1rem;text-decoration:none;font-size:.8rem;font-weight:750;border-bottom:1px solid var(--bronze)}
.steps,.process-section .steps{margin-top:2.6rem;border-top:1px solid var(--line-dark)}.steps article{display:grid;grid-template-columns:58px minmax(230px,.75fr) 1.25fr;gap:1.5rem;padding:1.25rem 0;border-bottom:1px solid var(--line);align-items:start}.steps article>span{font-family:var(--serif);color:var(--bronze-dark)}.steps h3{font-size:1.55rem}.steps p{font-size:.9rem;color:var(--muted);margin-top:.35rem}
.section-intro,.assessment-head{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:clamp(3rem,8vw,7rem);align-items:end}.section-foot{margin-top:1.2rem;padding-top:1.1rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:2rem}.section-foot p{font-size:.88rem;color:var(--muted);max-width:760px}
.leadership-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(3rem,7vw,6rem);margin-top:3.4rem}.leader-card{padding-top:1.4rem;border-top:1px solid var(--bronze)}.leader-head{display:flex;gap:1rem;align-items:center;margin-bottom:1.3rem}.leader-monogram{display:none}.leader-role{font-size:.67rem;letter-spacing:.15em;text-transform:uppercase;color:var(--bronze-dark);font-weight:800;margin-top:.35rem}.leader-card>p{font-size:.93rem;color:#4d5c63}.leader-tags{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.2rem}.leader-tags span{font-size:.69rem;color:var(--muted);border-bottom:1px solid var(--line-dark);padding-bottom:.15rem}
.credibility-grid-v4,.leadership-teaser{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(3rem,8vw,7rem);align-items:end}.credential-matrix{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.26)}.credential-matrix div{padding:1.2rem 1.1rem 1.2rem 0;border-bottom:1px solid rgba(255,255,255,.17)}.credential-matrix div:nth-child(odd){border-right:1px solid rgba(255,255,255,.17)}.credential-matrix div:nth-child(even){padding-left:1.1rem}.credential-matrix strong{display:block;font:400 1.35rem var(--serif);color:#fff}.credential-matrix span{font-size:.76rem;color:#c9c4bb}.leadership-names{border-top:1px solid rgba(255,255,255,.25)}.leadership-names div{display:grid;grid-template-columns:1fr auto;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.16)}.leadership-names strong{font:400 1.35rem var(--serif);color:#fff}.leadership-names span{font-size:.68rem;letter-spacing:.13em;text-transform:uppercase;color:#d7bb85}
.quote-block-small{margin-top:1.5rem;border-top:1px solid var(--bronze);border-bottom:1px solid var(--line-dark);padding:1rem 0;font:italic 400 1.25rem/1.45 var(--serif);color:var(--ink)}
.contact-points{margin-top:1.8rem;border-top:1px solid var(--line-dark)}.contact-point{padding:1rem 0;border-bottom:1px solid var(--line)}.contact-point strong{display:block;font:400 1.2rem var(--serif);color:var(--ink)}.contact-point span{display:block;margin-top:.25rem;font-size:.85rem;color:var(--muted)}
.insight-feature{display:grid;grid-template-columns:1.2fr .55fr;gap:clamp(3rem,8vw,7rem);align-items:end}.insight-feature aside{border-top:1px solid var(--bronze);border-bottom:1px solid var(--line-dark);padding:1.2rem 0}.insight-feature aside span{font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;color:var(--bronze-dark);font-weight:800}.insight-feature aside strong{display:block;font:400 1.55rem var(--serif);color:var(--ink);margin-top:.6rem}.insight-feature aside p{font-size:.8rem;color:var(--muted);margin-top:.3rem}.insight-list{border-top:1px solid var(--line-dark)}.insight-list article{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;padding:1.3rem 0;border-bottom:1px solid var(--line)}.insight-list span{font-size:.65rem;text-transform:uppercase;letter-spacing:.13em;color:var(--bronze-dark);font-weight:800}.insight-list h2{font-size:clamp(1.7rem,2.8vw,2.5rem);margin-top:.45rem}.insight-list h2 a{text-decoration:none}.insight-list p{font-size:.88rem;color:var(--muted)}
/* Forms */
.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(3rem,8vw,7rem)}.contact-form{background:var(--white);border-top:1px solid var(--bronze);padding:1.8rem 2rem 2rem}.field{margin-bottom:1.1rem}.field label{display:block;font-size:.75rem;font-weight:800;letter-spacing:.04em;color:var(--ink);margin-bottom:.42rem}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line-dark);background:#fffdf9;padding:.75rem .8rem;color:var(--ink);border-radius:0}.field textarea{min-height:160px;resize:vertical}.hint,.form-note{font-size:.76rem;color:var(--muted)}.form-status{margin-top:1rem;font-size:.84rem}.center-copy{text-align:center}.center-copy .lede{margin-inline:auto}

/* Footer */
.site-footer{background:#0e2433;color:#d4d0c8;padding:4rem 0 1.5rem}
.footer-main{display:grid;grid-template-columns:1.5fr .6fr .7fr;gap:4rem}.footer-brand{font:400 1.45rem var(--serif);color:#fff;letter-spacing:.03em}.footer-brand-wrap p{margin-top:.65rem;max-width:430px;font-size:.82rem;color:#aeb5b7}.footer-nav-group{display:grid;align-content:start;gap:.5rem}.footer-nav-group strong{font-size:.61rem;letter-spacing:.16em;text-transform:uppercase;color:#d1b57f;margin-bottom:.35rem}.footer-nav-group a{text-decoration:none;font-size:.8rem}.footer-bottom{display:flex;justify-content:space-between;gap:2rem;margin-top:3rem;padding-top:1.1rem;border-top:1px solid rgba(255,255,255,.16);font-size:.68rem;color:#97a2a5}

/* Mobile */
@media (max-width:1000px){
  .nav-links{position:absolute;left:1.5rem;right:1.5rem;top:78px;background:var(--white);border:1px solid var(--line-dark);padding:1rem;display:none;align-items:stretch;flex-direction:column;gap:.2rem}.nav-links[data-open="true"]{display:flex}.nav-links>a:not(.btn){padding:.65rem .2rem}.menu-toggle{display:block}.header-cta{margin-top:.4rem}
  .hero-v6-grid,.editorial-split,.manifesto-grid,.resilience-band-head,.audience-editorial,.leadership-feature,.cta-grid,.split,.split-6040,.section-intro,.assessment-head,.contact-grid,.credibility-grid-v4,.leadership-teaser,.insight-feature{grid-template-columns:1fr}
  .hero-side{border-left:0;border-top:1px solid var(--line-dark);padding:1.5rem 0 0}.market-strip-inner{grid-template-columns:repeat(3,1fr)}.market-strip-inner>div:first-child{grid-column:1/-1;border-bottom:1px solid var(--line);padding-left:1.1rem}.market-strip-inner>div:nth-child(2){border-left:0}
  .body-columns{grid-template-columns:1fr}.resilience-deps{grid-template-columns:repeat(3,1fr)}.resilience-deps>div:nth-child(4){border-left:0}.capability-index article{grid-template-columns:46px 1fr}.capability-index p,.capability-index a{grid-column:2}.process-ledger article,.steps article{grid-template-columns:46px 1fr}.process-ledger article p,.steps article p{grid-column:2}.ledger-row{grid-template-columns:50px 1fr}.ledger-row p{grid-column:2}.insights-editorial article{grid-template-columns:130px 1fr}.insights-editorial p{grid-column:2}.principles-v4,.pillar-grid,.referral-principles{grid-template-columns:repeat(2,1fr)}.principles-v4 article:nth-child(2n),.pillar-grid article:nth-child(2n),.referral-principles article:nth-child(2n){border-right:0}.resilience-grid,.scenario-grid,.client-grid{grid-template-columns:repeat(2,1fr)}.resilience-grid article:nth-child(3n),.scenario-grid article:nth-child(3n),.client-grid>div:nth-child(3n){border-right:1px solid var(--line)}.resilience-grid article:nth-child(2n),.scenario-grid article:nth-child(2n),.client-grid>div:nth-child(2n){border-right:0}.output-grid,.leadership-grid{grid-template-columns:1fr}.output-card{border-right:0}.footer-main{grid-template-columns:1fr 1fr}.footer-brand-wrap{grid-column:1/-1}.insight-list article{grid-template-columns:1fr;gap:1rem}
}
@media (max-width:680px){
  .container,.narrow{width:min(calc(100% - 2rem),var(--content))}.section{padding:4.6rem 0}.nav-wrap{min-height:70px}.nav-links{top:70px;left:1rem;right:1rem}.brand-text strong{font-size:.9rem}.brand-text span{font-size:.51rem}.hero-v6{padding:4.8rem 0 4.6rem}.hero-v6 h1{font-size:clamp(3.3rem,15vw,5rem)}.hero-foot{flex-direction:column;gap:.5rem}.market-strip-inner{grid-template-columns:repeat(2,1fr)}.market-strip-inner>div:nth-child(4),.market-strip-inner>div:nth-child(6){border-left:0}.market-strip-inner>div:nth-child(2){border-left:0}.market-strip-inner>div:first-child{grid-column:1/-1}.body-columns,.resilience-deps,.principles-v4,.pillar-grid,.referral-principles,.resilience-grid,.scenario-grid,.client-grid,.focus-grid,.credential-matrix{grid-template-columns:1fr}.resilience-deps>div{border-left:0;border-bottom:1px solid var(--line)}.resilience-deps>div:last-child{border-bottom:0}.resilience-grid article,.scenario-grid article,.client-grid>div,.principles-v4 article,.pillar-grid article,.referral-principles article{border-right:0!important}.manifesto-row{grid-template-columns:42px 1fr}.manifesto-row p{grid-column:2}.capability-index article{grid-template-columns:40px 1fr}.capability-index a{justify-self:start}.resilience-quote{grid-template-columns:1fr}.insights-editorial article{grid-template-columns:1fr;gap:.55rem}.insights-editorial p{grid-column:1}.footer-main{grid-template-columns:1fr;gap:2rem}.footer-brand-wrap{grid-column:auto}.footer-bottom{flex-direction:column;gap:.5rem}.contact-form{padding:1.4rem 1.1rem}.credential-matrix div:nth-child(odd){border-right:0}.credential-matrix div:nth-child(even){padding-left:0}.page-hero h1{font-size:clamp(3.15rem,13vw,4.6rem)}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none}}
@media print{.site-header,.btn-row,.menu-toggle,.cta-band,.site-footer{display:none!important}body{background:#fff;color:#111}.section,.page-hero,.hero-v6{padding:1.4rem 0}.bg-navy{background:#fff!important;color:#111!important}.bg-navy h1,.bg-navy h2,.bg-navy h3,.bg-navy p{color:#111!important}}

/* v7 photography-led editorial refinement */
.hero-v7{position:relative;padding:clamp(4.8rem,7.2vw,7.5rem) 0 2.2rem;border-bottom:1px solid var(--line);overflow:hidden}
.hero-v7-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.78fr);gap:clamp(3rem,6vw,6rem);align-items:center}
.hero-v7-copy{padding:1.5rem 0}
.hero-v7 h1{max-width:900px;font-size:clamp(3.5rem,6.15vw,6.35rem)}
.hero-v7 h1 em{font-style:italic;color:#213f52}
.hero-v7-proof{display:flex;flex-wrap:wrap;gap:.65rem 1.4rem;margin-top:2rem;padding-top:1rem;border-top:1px solid var(--line);font-size:.72rem;color:var(--muted)}
.hero-v7-proof span{position:relative;padding-left:.8rem}
.hero-v7-proof span:before{content:"";position:absolute;left:0;top:.62em;width:3px;height:3px;border-radius:50%;background:var(--bronze)}
.hero-property-photo{margin:0;position:relative;align-self:stretch;min-height:540px;background:#d8d0c5;overflow:hidden}
.hero-property-photo img{display:block;width:100%;height:100%;min-height:540px;object-fit:cover;object-position:center 48%;filter:saturate(.78) contrast(.97)}
.hero-property-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(9,27,39,.56),transparent 48%);pointer-events:none}
.hero-property-photo figcaption{position:absolute;z-index:2;left:1.35rem;right:1.35rem;bottom:1.15rem;color:#fff;border-top:1px solid rgba(255,255,255,.6);padding-top:.8rem;display:grid;gap:.22rem}
.hero-property-photo figcaption strong{font:400 1.14rem var(--serif)}
.hero-property-photo figcaption span{font-size:.7rem;letter-spacing:.07em;color:#eee9df}

.recognition-section{background:var(--white)}
.recognition-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.62fr);gap:clamp(3rem,7vw,7rem);align-items:start}
.recognition-grid h2{font-size:clamp(2.6rem,4.3vw,4.25rem);max-width:760px}
.recognition-list{margin-top:2.2rem;border-top:1px solid var(--line-dark)}
.recognition-list>div{display:grid;grid-template-columns:150px 1fr;gap:1.2rem;padding:1rem 0;border-bottom:1px solid var(--line);align-items:start}
.recognition-list strong{font:400 1.12rem var(--serif);color:var(--ink)}
.recognition-list span{font-size:.88rem;color:var(--muted);line-height:1.55}
.editorial-property-photo{margin:0;position:sticky;top:112px}
.editorial-property-photo img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center;filter:saturate(.72) contrast(.98)}
.editorial-property-photo figcaption{padding:.8rem 0 0;margin-top:.75rem;border-top:1px solid var(--line-dark);font-size:.77rem;line-height:1.55;color:var(--muted)}

.resilience-photo-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,.72fr);gap:clamp(3rem,7vw,7rem);align-items:center}
.resilience-photo-grid h2{font-size:clamp(2.7rem,4.4vw,4.45rem)}
.resilience-note{margin-top:1.25rem;font:italic 400 1.15rem/1.55 var(--serif);color:#47565c;max-width:720px}
.resilience-property-photo{margin:0}
.resilience-property-photo img{display:block;width:100%;aspect-ratio:16/11;object-fit:cover;object-position:center;filter:saturate(.78) contrast(.98)}
.resilience-property-photo figcaption{padding:.75rem 0 0;font-size:.75rem;color:var(--muted);line-height:1.5}

.page-photo-hero{padding-top:clamp(3.5rem,6vw,6rem)}
.page-photo-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,.7fr);gap:clamp(3rem,7vw,7rem);align-items:center}
.page-photo-grid h1{font-size:clamp(3rem,5.4vw,5.7rem)}
.page-photo{margin:0;position:relative;overflow:hidden;background:#ddd5c9}
.page-photo img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;filter:saturate(.78) contrast(.98)}
.page-photo figcaption{font-size:.72rem;color:var(--muted);padding:.7rem 0 0;line-height:1.5}

.photo-credit-note{font-size:.7rem;color:var(--muted);margin-top:.5rem}

@media (max-width:1000px){
  .hero-v7-grid,.recognition-grid,.resilience-photo-grid,.page-photo-grid{grid-template-columns:1fr}
  .hero-property-photo{min-height:430px}
  .hero-property-photo img{min-height:430px}
  .editorial-property-photo{position:static;max-width:680px}
  .resilience-property-photo{max-width:760px}
}
@media (max-width:680px){
  .hero-v7{padding:4.2rem 0 1.4rem}
  .hero-v7 h1{font-size:clamp(3rem,13vw,4.65rem)}
  .hero-property-photo{min-height:360px}
  .hero-property-photo img{min-height:360px}
  .hero-v7-proof{display:grid;gap:.5rem}
  .recognition-list>div{grid-template-columns:1fr;gap:.25rem}
  .editorial-property-photo img{aspect-ratio:4/3}
  .page-photo-grid h1{font-size:clamp(3rem,12vw,4.5rem)}
}

/* v7.1 responsive photography correction — preserve full frames */
.hero-v7-grid{align-items:center}
.hero-property-photo{align-self:center;min-height:0;overflow:hidden;background:#d8d0c5}
.hero-property-photo img{width:100%;height:auto;min-height:0;aspect-ratio:auto;object-fit:contain;object-position:center;filter:saturate(.78) contrast(.97)}
.editorial-property-photo img,.resilience-property-photo img,.page-photo img{width:100%;height:auto;aspect-ratio:auto;object-fit:contain;object-position:center;filter:saturate(.76) contrast(.98)}
@media (max-width:1000px){
  .hero-property-photo,.hero-property-photo img{min-height:0}
  .editorial-property-photo,.resilience-property-photo,.page-photo{max-width:none}
}
@media (max-width:680px){
  .hero-property-photo,.hero-property-photo img{min-height:0}
  .hero-property-photo figcaption{left:1rem;right:1rem;bottom:.85rem}
  .hero-property-photo figcaption strong{font-size:1rem}
  .hero-property-photo figcaption span{font-size:.64rem;letter-spacing:.04em}
}

/* v8 concise conversion-first homepage */
.home-v8 .section{padding:0}
.v8-hero{padding:clamp(3.6rem,6vw,6.3rem) 0 2.4rem;border-bottom:1px solid var(--line)}
.v8-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.76fr);gap:clamp(2.8rem,6vw,6rem);align-items:center}
.v8-hero h1{font-size:clamp(3.35rem,5.9vw,6.15rem);max-width:900px}
.v8-hero h1 em{font-style:italic;color:#24485d}
.v8-hero-lede{margin-top:1.45rem;max-width:760px;font-size:clamp(1.12rem,1.5vw,1.34rem);line-height:1.6;color:#394e59}
.v8-hero-sub{margin-top:.9rem;max-width:700px;color:var(--muted);font-size:.96rem}
.v8-service-area{margin-top:1.35rem;font-size:.72rem;letter-spacing:.055em;color:var(--muted)}
.v8-hero-photo{margin:0;background:#ddd5ca;border-bottom:3px solid var(--bronze)}
.v8-hero-photo img{display:block;width:100%;height:auto;filter:saturate(.78) contrast(.98)}
.v8-hero-photo figcaption{padding:.78rem .1rem .15rem;font-size:.75rem;line-height:1.45;color:var(--muted)}
.v8-paths{background:var(--ink);color:#fff}
.v8-paths-grid{display:grid;grid-template-columns:1.2fr repeat(4,1fr);align-items:stretch}
.v8-paths-grid>*{padding:1rem 1.1rem;border-left:1px solid rgba(255,255,255,.17);display:flex;align-items:center;min-height:62px}
.v8-paths-grid>*:first-child{border-left:0;padding-left:0;color:#d6b97f;font-size:.66rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.v8-paths a{text-decoration:none;font:400 1rem/1.2 var(--serif);color:#fff}
.v8-paths a:hover{background:rgba(255,255,255,.04);color:#fff}
.v8-section{padding:clamp(4.5rem,7vw,7rem) 0}
.v8-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);gap:clamp(2rem,6vw,6rem);align-items:end;margin-bottom:2.6rem}
.v8-section-head h2{font-size:clamp(2.5rem,4.3vw,4.35rem);max-width:820px}
.v8-section-head>p{color:var(--muted);font-size:.97rem;line-height:1.65;max-width:620px}
.v8-recognition{background:var(--white);border-bottom:1px solid var(--line)}
.v8-scan-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line-dark)}
.v8-scan-grid article{padding:1.45rem 1.5rem 1.45rem 0;border-bottom:1px solid var(--line);border-right:1px solid var(--line)}
.v8-scan-grid article:nth-child(even){border-right:0;padding-left:1.5rem}
.v8-scan-grid h3{font-size:1.55rem}
.v8-scan-grid p{margin-top:.55rem;color:var(--muted);font-size:.89rem;line-height:1.55;max-width:560px}
.v8-hook{margin-top:1.4rem;font:italic 400 clamp(1.15rem,1.8vw,1.48rem)/1.45 var(--serif);color:var(--ink)}
.v8-services{background:var(--paper)}
.v8-service-list{border-top:1px solid var(--line-dark)}
.v8-service-list>a{display:grid;grid-template-columns:55px minmax(0,1fr) auto;gap:1.4rem;align-items:center;padding:1.3rem 0;border-bottom:1px solid var(--line);text-decoration:none}
.v8-service-list>a:hover h3{color:var(--bronze-dark)}
.v8-service-list>a>span{font-family:var(--serif);color:var(--bronze-dark)}
.v8-service-list h3{font-size:clamp(1.5rem,2.2vw,2rem)}
.v8-service-list p{margin-top:.35rem;color:var(--muted);font-size:.88rem;line-height:1.5;max-width:840px}
.v8-service-list b{font-size:.75rem;white-space:nowrap}
.v8-resilience{padding:clamp(4.8rem,7vw,7.4rem) 0;background:#e8e0d3;border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}
.v8-resilience-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:clamp(3rem,7vw,7rem);align-items:center}
.v8-resilience h2{font-size:clamp(2.65rem,4.5vw,4.7rem);max-width:780px}
.v8-resilience-copy>p:not(.eyebrow):not(.v8-resilience-note){margin-top:1.1rem;color:#4b5960;max-width:720px}
.v8-resilience-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1.6rem}
.v8-resilience-tags span{padding:.46rem .72rem;border:1px solid var(--line-dark);background:rgba(255,255,255,.32);font-size:.72rem;font-weight:700;letter-spacing:.03em}
.v8-resilience-note{margin-top:1.4rem;font:italic 400 1.15rem/1.5 var(--serif);color:var(--ink)}
.v8-resilience-photo{margin:0}
.v8-resilience-photo img{display:block;width:100%;height:auto;filter:saturate(.76) contrast(.98)}
.v8-resilience-photo figcaption{padding-top:.7rem;color:var(--muted);font-size:.73rem;line-height:1.5}
.v8-deliverables{background:var(--white);border-bottom:1px solid var(--line)}
.v8-deliverable-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line-dark)}
.v8-deliverable-grid article{padding:1.35rem 1.25rem 1.4rem 0;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.v8-deliverable-grid article+article{padding-left:1.25rem}
.v8-deliverable-grid article:last-child{border-right:0}
.v8-deliverable-grid span{font-family:var(--serif);color:var(--bronze-dark);font-size:.92rem}
.v8-deliverable-grid h3{font-size:1.45rem;margin-top:1.55rem}
.v8-deliverable-grid p{font-size:.83rem;color:var(--muted);line-height:1.5;margin-top:.65rem}
.v8-process{display:flex;align-items:center;gap:.75rem 1rem;flex-wrap:wrap;margin-top:1.55rem;color:var(--muted);font-size:.75rem;letter-spacing:.03em}
.v8-process i{font-style:normal;color:var(--bronze)}
.v8-leadership{padding:clamp(4.6rem,7vw,7rem) 0;background:var(--ink);color:#e8e3da}
.v8-leadership h2{color:#fff;font-size:clamp(2.55rem,4.3vw,4.3rem);max-width:780px}
.v8-leadership p{margin-top:1rem;color:#cbc7bf;max-width:760px}
.v8-leadership .eyebrow{color:#d7bb85}
.v8-leadership .text-link{color:#fff}
.v8-leadership-grid{display:grid;grid-template-columns:1fr .72fr;gap:clamp(3rem,8vw,8rem);align-items:end}
.v8-names{border-top:1px solid rgba(255,255,255,.28)}
.v8-names>div{display:flex;justify-content:space-between;gap:1rem;padding:1.05rem 0;border-bottom:1px solid rgba(255,255,255,.18)}
.v8-names strong{font:400 1.5rem var(--serif);color:#fff}
.v8-names span{font-size:.67rem;letter-spacing:.12em;text-transform:uppercase;color:#d7bb85;align-self:center}
.v8-names p{font-size:.72rem;color:#9ea8aa}
.v8-insights{background:var(--paper)}
.v8-insight-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line-dark)}
.v8-insight-grid>a{padding:1.35rem 1.3rem 1.4rem 0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-decoration:none;min-height:230px;display:flex;flex-direction:column}
.v8-insight-grid>a+a{padding-left:1.3rem}
.v8-insight-grid>a:last-child{border-right:0}
.v8-insight-grid small{font-size:.64rem;letter-spacing:.13em;text-transform:uppercase;color:var(--bronze-dark);font-weight:800}
.v8-insight-grid h3{font-size:1.5rem;margin-top:1.2rem;line-height:1.16}
.v8-insight-grid span{margin-top:auto;padding-top:1.4rem;font-size:.75rem;font-weight:700}
.v8-cta{padding:clamp(4.8rem,7vw,7rem) 0;background:#e5ddd0;border-top:1px solid var(--line-dark)}
.v8-cta-grid{display:grid;grid-template-columns:1fr .75fr;gap:clamp(3rem,8vw,7rem);align-items:end}
.v8-cta h2{font-size:clamp(2.55rem,4.3vw,4.3rem);max-width:780px}
.v8-cta p{color:#4c5960}
.v8-cta .btn{margin-top:1.5rem}

@media (max-width:1000px){
  .v8-hero-grid,.v8-resilience-grid,.v8-leadership-grid,.v8-cta-grid,.v8-section-head{grid-template-columns:1fr}
  .v8-hero-photo{max-width:820px}
  .v8-paths-grid{grid-template-columns:repeat(2,1fr)}
  .v8-paths-grid>*{border-bottom:1px solid rgba(255,255,255,.14)}
  .v8-paths-grid>*:first-child{grid-column:1/-1;padding-left:1rem}
  .v8-paths-grid>*:nth-child(even){border-left:0}
  .v8-deliverable-grid{grid-template-columns:repeat(2,1fr)}
  .v8-deliverable-grid article:nth-child(2){border-right:0}
  .v8-deliverable-grid article:nth-child(3){padding-left:0}
  .v8-insight-grid{grid-template-columns:1fr}
  .v8-insight-grid>a,.v8-insight-grid>a+a{padding:1.2rem 0;border-right:0;min-height:0}
}
@media (max-width:680px){
  .v8-hero{padding:3.2rem 0 1.7rem}
  .v8-hero h1{font-size:clamp(2.75rem,12.2vw,4rem);line-height:1.01}
  .v8-hero-lede{font-size:1.05rem;line-height:1.55;margin-top:1.15rem}
  .v8-hero-sub{font-size:.88rem}
  .v8-hero .btn-row{display:grid;grid-template-columns:1fr;margin-top:1.5rem}
  .v8-hero .btn{width:100%}
  .v8-hero-photo{margin-top:.6rem}
  .v8-hero-photo figcaption{font-size:.7rem}
  .v8-paths-grid{grid-template-columns:1fr}
  .v8-paths-grid>*{border-left:0!important;padding:.85rem 0;min-height:52px}
  .v8-paths-grid>*:first-child{grid-column:auto;padding-left:0}
  .v8-section{padding:3.8rem 0}
  .v8-section-head{gap:1rem;margin-bottom:1.8rem}
  .v8-section-head h2,.v8-resilience h2,.v8-leadership h2,.v8-cta h2{font-size:clamp(2.25rem,10vw,3.25rem)}
  .v8-section-head>p{font-size:.9rem}
  .v8-scan-grid{grid-template-columns:1fr}
  .v8-scan-grid article,.v8-scan-grid article:nth-child(even){padding:1rem 0;border-right:0}
  .v8-scan-grid h3{font-size:1.35rem}
  .v8-service-list>a{grid-template-columns:38px 1fr;gap:.85rem;padding:1.05rem 0}
  .v8-service-list b{grid-column:2;justify-self:start}
  .v8-service-list h3{font-size:1.38rem}
  .v8-resilience{padding:3.9rem 0}
  .v8-resilience-photo{margin-top:.3rem}
  .v8-deliverable-grid{grid-template-columns:1fr}
  .v8-deliverable-grid article,.v8-deliverable-grid article+article,.v8-deliverable-grid article:nth-child(3){padding:1rem 0;border-right:0}
  .v8-deliverable-grid h3{margin-top:.6rem;font-size:1.35rem}
  .v8-process{display:grid;grid-template-columns:1fr auto;gap:.35rem .6rem}
  .v8-process i{display:none}
  .v8-names{margin-top:1rem}
  .v8-names strong{font-size:1.32rem}
  .v8-cta .btn{width:100%}
}

/* v8.1 About-page leadership + specialist network */
.leadership-grid-photo{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2.8rem,6vw,5rem)}
.leader-card-photo{display:grid;grid-template-columns:118px minmax(0,1fr);gap:1.35rem;align-items:start}
.leader-portrait{margin:0;width:118px}
.leader-portrait img{display:block;width:118px;height:138px;object-fit:cover;object-position:center 40%;border:1px solid var(--line-dark)}
.leader-card-photo:nth-child(2) .leader-portrait img{object-position:center 34%}
.leader-copy .leader-head{margin-bottom:.85rem}
.specialist-network{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(3rem,8vw,7rem);align-items:start}
.specialist-network h2{max-width:680px}
.specialist-list{margin-top:2rem;border-top:1px solid var(--line-dark);display:grid;grid-template-columns:1fr 1fr}
.specialist-list>div{padding:1rem 1.2rem 1rem 0;border-bottom:1px solid var(--line);min-height:110px}
.specialist-list>div:nth-child(odd){border-right:1px solid var(--line)}
.specialist-list>div:nth-child(even){padding-left:1.2rem}
.specialist-list strong{display:block;font:400 1.18rem/1.2 var(--serif);color:var(--ink)}
.specialist-list span{display:block;margin-top:.35rem;font-size:.82rem;line-height:1.5;color:var(--muted)}
.specialist-note{margin-top:1rem;font-size:.78rem;line-height:1.5;color:var(--muted)}
@media (max-width:1000px){
  .leadership-grid-photo,.specialist-network{grid-template-columns:1fr}
  .leader-card-photo{grid-template-columns:112px minmax(0,1fr)}
  .leader-portrait{width:112px}
  .leader-portrait img{width:112px;height:132px}
}
@media (max-width:680px){
  .leader-card-photo{grid-template-columns:86px minmax(0,1fr);gap:.95rem 1rem}
  .leader-card-photo .leader-copy{display:contents}
  .leader-portrait{width:86px}
  .leader-portrait img{width:86px;height:102px}
  .leader-card-photo .leader-head{grid-column:2;margin:0;align-self:center}
  .leader-card-photo .leader-copy>p{grid-column:1/-1}
  .leader-card-photo .leader-tags{grid-column:1/-1}
  .specialist-list{grid-template-columns:1fr}
  .specialist-list>div,.specialist-list>div:nth-child(even){padding:1rem 0;border-right:0}
}

/* v12.10 hero deep-link targets */
#power,#water,#fire-emergency,#physical-security,#cybersecurity,#family-readiness{scroll-margin-top:110px}


/* v12.29 pre-intake + form protection */
.scheduled-intake-link{margin-top:2rem;padding-top:1.4rem;border-top:1px solid var(--line-dark)}
.scheduled-intake-link .eyebrow{margin-bottom:.35rem}.scheduled-intake-link p:not(.eyebrow){font-size:.88rem;color:var(--muted);max-width:560px;margin-bottom:.55rem}
.turnstile-shell{margin:.2rem 0 1rem;min-height:0;max-width:100%;overflow:hidden}.turnstile-shell:empty{display:none}
.intake-layout{display:grid;grid-template-columns:minmax(270px,.62fr) minmax(0,1.38fr);gap:clamp(2.5rem,6vw,6rem);align-items:start}
.intake-aside{position:sticky;top:110px}.intake-aside h2{font-size:clamp(2rem,3.2vw,3.15rem);max-width:520px}.intake-aside>p:not(.eyebrow){color:var(--muted);margin-top:1rem}
.intake-form-shell{padding:clamp(1.3rem,3vw,2.2rem)}.intake-form-shell>h3{font-size:clamp(1.65rem,2.5vw,2.25rem);margin-bottom:1.25rem}
.intake-section{border:0;border-top:1px solid var(--line-dark);margin:0;padding:1.8rem 0 1.3rem;min-width:0}.intake-section legend{float:left;width:100%;font:400 clamp(1.45rem,2.2vw,1.9rem)/1.15 var(--serif);color:var(--ink);margin:0 0 1.25rem}.intake-section legend+*{clear:both}
.fieldset-intro{clear:both;color:var(--muted);font-size:.86rem;margin:-.45rem 0 1.2rem}.field-grid{display:grid;gap:0 1rem}.field-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.intake-section .field textarea{min-height:110px}.intake-section .hint{margin:-.2rem 0 .45rem}
.check-group{clear:both;margin:1.2rem 0 1.65rem}.check-group h4{font:700 .76rem/1.3 var(--sans);letter-spacing:.06em;text-transform:uppercase;color:var(--bronze-dark);margin-bottom:.6rem}.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem .9rem}.check-grid label{display:flex;align-items:flex-start;gap:.55rem;padding:.66rem .72rem;border:1px solid var(--line);background:#fffdf9;font-size:.82rem;line-height:1.35;color:var(--ink);cursor:pointer}.check-grid input{flex:0 0 auto;margin-top:.13rem;accent-color:var(--ink)}
.intake-ack{margin:1.25rem 0;padding:1rem;border-left:3px solid var(--bronze);background:#f3ede2}.intake-ack label{display:flex;align-items:flex-start;gap:.7rem;font-size:.82rem;line-height:1.5;color:var(--ink);cursor:pointer}.intake-ack input{margin-top:.18rem;accent-color:var(--ink)}
@media(max-width:1000px){.intake-layout{grid-template-columns:1fr}.intake-aside{position:static}.field-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.field-grid.two,.field-grid.three,.check-grid{grid-template-columns:1fr}.intake-form-shell{padding:1.15rem}.intake-section{padding:1.45rem 0 1rem}.check-grid label{min-height:44px}.turnstile-shell{max-width:100%}}


/* v12.30 contact conversion page */
#inquiry{scroll-margin-top:92px}
.contact-hero-compact{padding:clamp(2.1rem,4vw,3.5rem) 0 clamp(1.8rem,3.5vw,3rem);border-bottom:1px solid var(--line);position:relative;overflow:hidden}
.contact-hero-compact .container{position:relative;z-index:1}
.contact-hero-compact .breadcrumb{margin-bottom:1.4rem}
.contact-hero-compact h1{font-size:clamp(2.45rem,4.4vw,4.15rem);max-width:860px;margin-bottom:.65rem;line-height:1.03}
.contact-hero-compact .lede{max-width:780px;font-size:clamp(1.05rem,1.7vw,1.28rem);line-height:1.55}
.contact-hero-note{margin-top:1rem;font-size:.76rem;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}
.contact-hero-note span{color:var(--bronze);padding:0 .42rem}
.contact-conversion-section{padding-top:clamp(2.2rem,4vw,3.8rem)}
.contact-conversion-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(290px,.75fr);gap:clamp(2.4rem,6vw,5.5rem);align-items:start}
.contact-primary-form{border-top:2px solid var(--bronze);padding:clamp(1.45rem,3vw,2.35rem)}
.contact-primary-form>h2{font-size:clamp(2rem,3.2vw,3rem);margin-bottom:.45rem}
.contact-primary-form .form-intro-note{max-width:720px;font-size:.9rem;line-height:1.55;color:var(--muted)}
.contact-field-grid{gap:0 1rem}
.contact-primary-form textarea{min-height:125px}
.contact-next-steps{padding-top:.25rem}
.contact-next-steps h2{font-size:clamp(2rem,3.5vw,3.3rem);max-width:420px}
.contact-next-steps .privacy-callout{margin-top:1.5rem}
@media(max-width:900px){
  .contact-conversion-grid{grid-template-columns:1fr}
  .contact-next-steps{order:2}
  .contact-primary-form{order:1}
}
@media(max-width:680px){
  #inquiry{scroll-margin-top:76px}
  .contact-hero-compact{padding:1.55rem 0 1.45rem}
  .contact-hero-compact .breadcrumb{margin-bottom:1rem}
  .contact-hero-compact h1{font-size:clamp(2rem,9.4vw,2.7rem);line-height:1.04;max-width:20ch}
  .contact-hero-compact .lede{font-size:1rem;line-height:1.48}
  .contact-hero-note{font-size:.67rem;line-height:1.65}
  .contact-conversion-section{padding-top:1.25rem}
  .contact-primary-form{padding:1.15rem}
  .contact-field-grid{grid-template-columns:1fr}
}


/* ===== assets/home-v12-20260825n-static-hotspots.css ===== */
/* v11 — rebuilt from the approved homepage mockup as real responsive markup */
:root{--v11-paper:#fbf8f2;--v11-navy:#0b2940;--v11-gold:#b87d20;--v11-gold2:#c99135;--v11-line:#e4d9c8;--v11-text:#132f43;--v11-muted:#52636d}
.v11-home{background:var(--v11-paper);color:var(--v11-text)}
.v11-home .container{width:min(calc(100% - 3rem),1280px)}
.v11-header{background:rgba(251,248,242,.98);border-bottom:1px solid #eee5d8;backdrop-filter:blur(8px)}
.v11-nav{min-height:82px;display:flex;align-items:center;gap:2rem}
.v11-brand{display:flex;align-items:center;gap:.72rem;text-decoration:none;color:var(--v11-navy);flex:0 0 auto}
.v11-brand:hover{color:var(--v11-navy)}
.v11-brand-logo{display:block;height:46px;width:auto;max-width:none;flex:0 0 auto}
.v11-brand-name{display:flex;flex-direction:column;justify-content:center;gap:.18rem;line-height:1;white-space:nowrap}
.v11-brand-name-primary{font:800 .79rem/1 var(--sans);letter-spacing:.13em;text-transform:uppercase;color:#071b30}
.v11-brand-name-secondary{font:650 .66rem/1 var(--sans);letter-spacing:.13em;text-transform:uppercase;color:#464f2a}
.v11-shield{width:38px;height:48px;flex:0 0 auto}
.v11-links{margin-left:auto;gap:2rem}
.v11-links>a:not(.btn){font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;font-weight:750}
.v11-header-cta{margin-left:.4rem;min-height:48px;padding:.9rem 1.35rem;text-transform:uppercase;font-size:.64rem;letter-spacing:.055em}
.v11-menu{margin-left:auto;border:0;font-size:1.45rem;padding:.35rem .5rem;min-width:44px}

/* Hero */
.v11-hero{position:relative;min-height:640px;overflow:hidden;background:var(--v11-paper);border-bottom:1px solid #eee3d4}
.v11-hero-media{position:absolute;inset:0 0 0 27%;overflow:hidden;background:#6d806a}
.v11-hero-media picture,.v11-hero-media img{display:block;width:100%;height:100%}
.v11-hero-media img{object-fit:cover;object-position:center center}
.v11-hero-fade{position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,var(--v11-paper) 0%,var(--v11-paper) 19%,rgba(251,248,242,.99) 25%,rgba(251,248,242,.92) 31%,rgba(251,248,242,.72) 36%,rgba(251,248,242,.35) 43%,rgba(251,248,242,.08) 50%,transparent 57%)}
.v11-hero-inner{position:relative;z-index:3;min-height:640px;display:flex;align-items:center}
.v11-hero-copy{width:35%;min-width:390px;padding:3rem 0 3.4rem}
.v11-hero-copy h1{font-size:clamp(2.75rem,4.3vw,4.55rem);line-height:1.06;letter-spacing:-.035em;color:var(--v11-navy)}
.v11-gold-rule{display:block;width:42px;height:1px;background:var(--v11-gold2);margin:1.3rem 0 1.1rem}.v11-gold-rule.short{width:30px;margin:1.25rem 0 1rem}
.v11-hero-scope{font:400 clamp(1.18rem,1.55vw,1.55rem)/1.36 var(--serif);color:#a66f18}
.v11-hero-intro{margin-top:1.35rem;max-width:355px;font-size:.85rem;line-height:1.72;color:#1d394b}
.v11-hero-proof{max-width:330px;font-size:.75rem;line-height:1.65;color:#314c5c}
.v11-hero-actions{display:flex;gap:.75rem;align-items:center;margin-top:1.75rem}.v11-hero-actions .btn{min-height:48px;text-transform:uppercase;font-size:.62rem;letter-spacing:.04em;padding:.85rem 1.1rem}.v11-hero-actions .btn-secondary{background:rgba(251,248,242,.84)}

/* Crisp callouts over the conceptual estate art. These intentionally cover the low-res labels in the source art. */
.v11-callout{position:absolute;z-index:4;background:#092941;color:#fff;border:1px solid #c68e31;border-radius:4px;display:grid;grid-template-columns:35px 1fr;align-items:center;gap:.45rem;padding:.48rem .62rem .48rem .44rem;box-shadow:0 2px 7px rgba(0,0,0,.14)}
.v11-callout .ico{display:grid;place-items:center;width:34px;height:34px;border:1.4px solid #c99135;border-radius:50%;color:#e0a33d;font:400 1.05rem/1 var(--serif)}
.v11-callout b{display:block;font-size:.59rem;line-height:1.12;letter-spacing:.015em;text-transform:uppercase;white-space:nowrap}.v11-callout small{display:block;margin-top:.14rem;font-size:.51rem;line-height:1.15;color:#f5efe7;white-space:nowrap}
.v11-callout-desktop.power{left:2.5%;top:6.3%;width:27%}.v11-callout-desktop.water{left:36.5%;top:3.2%;width:35%}.v11-callout-desktop.access{right:2.6%;top:16.5%;width:28%}.v11-callout-desktop.heat{left:0;top:68.5%;width:30%}.v11-callout-desktop.comms{left:24.5%;top:81%;width:31%}.v11-callout-desktop.family{right:2.5%;top:73.5%;width:30%}
.v11-callout-mobile{display:none}

/* Shared section rhythm */
.v11-section{padding:4.4rem 0;background:var(--v11-paper)}
.v11-section-title{display:grid;grid-template-columns:58px auto 58px;gap:1rem;align-items:center;justify-content:center;margin-bottom:2.2rem}.v11-section-title>span{height:1px;background:var(--v11-gold2)}.v11-section-title h2{font:400 .95rem/1 var(--serif);letter-spacing:.13em;text-transform:uppercase;color:var(--v11-navy);white-space:nowrap}

/* Explore by need */
.v11-needs{padding-top:2.7rem;padding-bottom:4.2rem}
.v11-needs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.v11-need{position:relative;min-height:280px;padding:2rem 1.4rem 1.5rem;border:1px solid var(--v11-line);text-decoration:none;text-align:center;display:flex;flex-direction:column;align-items:center;background:rgba(255,255,255,.32);transition:transform .18s ease,border-color .18s ease,background .18s ease}.v11-need:hover{transform:translateY(-2px);border-color:#ceb689;background:#fffaf3;color:inherit}
.v11-need svg{width:62px;height:62px;fill:none;stroke:#b67d23;stroke-width:1.65;margin-bottom:1.2rem}.v11-need h3{font-size:1.05rem;line-height:1.22;text-transform:uppercase;letter-spacing:.015em}.v11-need p{margin-top:1.15rem;font-size:.74rem;line-height:1.6;max-width:200px;color:#324b5a}.v11-need>span{margin-top:auto;padding-top:1rem;color:#b67d23;font-size:1.35rem}

/* Connected system */
.v11-connected{background:#f7f1e8;border-top:1px solid #efe3d5;border-bottom:1px solid #efe3d5;padding:5rem 0}
.v11-connected-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:5rem;align-items:center}.v11-connected-copy h2{font-size:clamp(2rem,3vw,3rem);line-height:1.08;max-width:15ch}.v11-connected-copy p{max-width:380px;font-size:.8rem;line-height:1.72;color:#3a515f}.v11-connected-copy p+p{margin-top:.75rem}
.v11-orbit{max-width:720px;justify-self:end;width:100%}.v11-orbit svg{width:100%;height:auto;overflow:visible}.v11-orbit .orbit-ring{stroke:#c99b54;stroke-width:1.25;stroke-dasharray:2 3}.v11-orbit .house{stroke:#17384c;stroke-width:2}.v11-orbit .node{fill:#fbf8f2;stroke:#b87d20;stroke-width:1.6}.v11-orbit .node path,.v11-orbit .node circle:not(:first-child){fill:none;stroke:#17384c;stroke-width:2}

/* Why */
.v11-why{padding-top:3.7rem;padding-bottom:3.9rem}.v11-why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}.v11-why article{text-align:center;padding:.3rem .5rem}.v11-why article svg{width:48px;height:48px;fill:none;stroke:#b87d20;stroke-width:1.7;margin-bottom:.9rem}.v11-why article h3{font-size:.86rem;line-height:1.25;text-transform:uppercase;letter-spacing:.015em;min-height:2.2em}.v11-why article p{margin-top:.7rem;font-size:.68rem;line-height:1.55;color:#445965}

/* Leadership */
.v11-partners{padding-top:3.2rem;background:#fcfaf5}.v11-partner-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;max-width:1040px;margin:0 auto}.v11-partner{display:grid;grid-template-columns:128px 1fr;gap:1.4rem;align-items:start}.v11-partner img{width:128px;height:128px;border-radius:50%;object-fit:cover;object-position:center}.v11-partner h3{font-size:1rem;text-transform:uppercase;letter-spacing:.025em}.v11-partner .role{margin-top:.18rem;font:400 .86rem var(--serif);color:#ae771f}.v11-partner p:not(.role){margin-top:.65rem;font-size:.72rem;line-height:1.57;color:#334c5c}.v11-partner-note{max-width:760px;margin:2.4rem auto 0;text-align:center;font-size:.7rem;line-height:1.55;color:#66757c}

.v11-final-cta{padding:4.2rem 0;background:#0b2940;color:#fff;text-align:center}.v11-final-cta .container{display:grid;justify-items:center}.v11-final-shield{width:42px;height:54px;margin-bottom:1.1rem}.v11-final-cta h2{font-size:clamp(2rem,3.2vw,3.1rem);line-height:1.08;color:#fff}.v11-final-cta p{max-width:560px;margin-top:.9rem;font-size:.76rem;line-height:1.6;color:#e7dfd5}.v11-final-cta a{margin-top:1.4rem;color:#fff;text-transform:uppercase;text-decoration:none;font-size:.66rem;letter-spacing:.05em;border-bottom:1px solid #c99135;padding-bottom:.25rem}
.v11-footer{background:#0b2940;color:#9fb0b7;border-top:1px solid rgba(255,255,255,.12);padding:1.1rem 0}.v11-footer .container{display:flex;justify-content:center;gap:1.2rem;flex-wrap:wrap;font-size:.62rem}.v11-footer a{text-decoration:none;color:#cbd2d2}

@media (max-width:1100px) and (min-width:761px){
  .v11-links{gap:1.15rem}.v11-header-cta{padding-inline:1rem}.v11-hero-media{left:24%}.v11-hero-copy{width:38%;min-width:360px}.v11-callout b{font-size:.52rem}.v11-callout small{font-size:.45rem}.v11-callout{grid-template-columns:30px 1fr;padding:.38rem .45rem}.v11-callout .ico{width:29px;height:29px;font-size:.9rem}
  .v11-needs-grid{grid-template-columns:repeat(2,1fr)}.v11-need{min-height:250px}.v11-why-grid{grid-template-columns:repeat(3,1fr)}.v11-connected-grid{gap:2.5rem}
}

@media (max-width:760px){
  .v11-home .container{width:calc(100% - 2rem)}.v11-nav{min-height:64px}.v11-brand{gap:.58rem}.v11-brand-logo{height:38px;max-width:none}.v11-brand-name{gap:.14rem}.v11-brand-name-primary{font-size:.70rem;letter-spacing:.11em}.v11-brand-name-secondary{font-size:.58rem;letter-spacing:.11em}.v11-links{top:64px}
  .v11-hero{min-height:0;display:flex;flex-direction:column}.v11-hero-media{position:relative;inset:auto;width:100%;aspect-ratio:376/312;order:0}.v11-hero-media img{object-fit:cover;object-position:center}.v11-hero-fade{display:none}.v11-hero-inner{order:1;min-height:0;width:calc(100% - 2rem);padding:0}.v11-hero-copy{width:100%;min-width:0;padding:1.35rem 0 1.8rem}.v11-hero-copy h1{font-size:clamp(1.8rem,8.2vw,2.25rem);line-height:1.08}.v11-gold-rule{margin:.8rem 0 .75rem;width:32px}.v11-gold-rule.short{margin:.9rem 0 .75rem}.v11-hero-scope{font-size:1.05rem;line-height:1.35}.v11-hero-intro{font-size:.8rem;line-height:1.6;margin-top:.85rem;max-width:none}.v11-hero-proof{font-size:.7rem;line-height:1.55}.v11-hero-actions{display:grid;grid-template-columns:1fr;gap:.5rem;margin-top:1.15rem}.v11-hero-actions .btn{width:100%;font-size:.63rem}.v11-hero-actions .btn-secondary{border:0;background:transparent;min-height:38px;padding:.45rem}
  .v11-callout-desktop{display:none}.v11-callout-mobile{display:grid;grid-template-columns:27px 1fr;gap:.35rem;padding:.38rem .42rem .38rem .34rem;min-height:46px}.v11-callout-mobile .ico{width:26px;height:26px;font-size:.82rem}.v11-callout-mobile b{font-size:.48rem}.v11-callout-mobile small{font-size:.40rem}.v11-callout-mobile.power{left:2%;top:31%;width:47%}.v11-callout-mobile.water{left:37%;top:8%;width:61%}.v11-callout-mobile.access{right:1%;top:40%;width:57%}.v11-callout-mobile.family{left:29%;top:68%;width:69%}
  .v11-section{padding:3rem 0}.v11-section-title{grid-template-columns:36px auto 36px;gap:.7rem;margin-bottom:1.35rem}.v11-section-title h2{font-size:.78rem;letter-spacing:.11em}
  .v11-needs{padding-top:1.8rem;padding-bottom:2.5rem}.v11-needs-grid{display:block;border-top:1px solid var(--v11-line)}.v11-need{min-height:0;padding:.9rem .2rem;border:0;border-bottom:1px solid var(--v11-line);background:transparent;display:grid;grid-template-columns:48px 1fr 18px;grid-template-rows:auto auto;gap:.15rem .8rem;text-align:left;align-items:center;transform:none!important}.v11-need svg{grid-row:1/3;width:42px;height:42px;margin:0}.v11-need h3{grid-column:2;font:700 .72rem/1.25 var(--sans);letter-spacing:.01em}.v11-need p{grid-column:2;margin:0;font-size:.66rem;line-height:1.45;max-width:none}.v11-need>span{grid-column:3;grid-row:1/3;padding:0;margin:0;font-size:1.2rem}
  .v11-connected{padding:3.2rem 0}.v11-connected-grid{grid-template-columns:1fr;gap:1.8rem}.v11-connected-copy h2{font-size:2rem;max-width:14ch}.v11-connected-copy p{font-size:.78rem;line-height:1.65}.v11-orbit{justify-self:center;max-width:520px}
  .v11-why{padding:2.8rem 0}.v11-why-grid{grid-template-columns:1fr 1fr;gap:1.4rem .8rem}.v11-why article svg{width:42px;height:42px}.v11-why article h3{font-size:.68rem;min-height:0}.v11-why article p{font-size:.62rem;line-height:1.45}.v11-why article:last-child{grid-column:1/-1;max-width:190px;justify-self:center}
  .v11-partners{padding:2.8rem 0}.v11-partner-grid{grid-template-columns:1fr;gap:2.2rem}.v11-partner{grid-template-columns:88px 1fr;gap:1rem}.v11-partner img{width:88px;height:88px}.v11-partner h3{font-size:.9rem}.v11-partner .role{font-size:.76rem}.v11-partner p:not(.role){font-size:.67rem;line-height:1.5}.v11-partner-note{font-size:.65rem;margin-top:1.8rem;text-align:left}
  .v11-final-cta{padding:3.5rem 0}.v11-final-cta h2{font-size:2.2rem}.v11-final-cta p{font-size:.72rem;max-width:300px}
}

@media (max-width:360px){
  .v11-home .container{width:calc(100% - 1.5rem)}.v11-brand-name-primary{font-size:.66rem}.v11-brand-name-secondary{font-size:.54rem}.v11-hero-inner{width:calc(100% - 1.5rem)}.v11-callout-mobile{grid-template-columns:23px 1fr;padding:.3rem .32rem}.v11-callout-mobile .ico{width:22px;height:22px;font-size:.7rem}.v11-callout-mobile b{font-size:.42rem}.v11-callout-mobile small{font-size:.35rem}.v11-callout-mobile.power{width:49%}.v11-callout-mobile.water{left:34%;width:64%}.v11-callout-mobile.access{width:59%}.v11-callout-mobile.family{left:26%;width:72%}.v11-why-grid{grid-template-columns:1fr}.v11-why article:last-child{grid-column:auto;max-width:none}
}

/* v11.1 fidelity correction: keep the desktop estate art at its native aspect ratio so the
   HTML callouts precisely cover the lower-resolution labels in the conceptual source art. */
@media (min-width:761px){
  .v11-hero{min-height:690px}
  .v11-hero-inner{min-height:690px}
  .v11-hero-media{left:auto;right:0;top:0;bottom:0;height:100%;width:auto;aspect-ratio:1600/1286;overflow:hidden}
  .v11-hero-media picture,.v11-hero-media img{width:100%;height:100%}
  .v11-hero-media img{object-fit:fill;object-position:center}
  .v11-hero-fade{background:linear-gradient(90deg,var(--v11-paper) 0%,var(--v11-paper) 23%,rgba(251,248,242,.995) 29%,rgba(251,248,242,.95) 34%,rgba(251,248,242,.78) 39%,rgba(251,248,242,.47) 44%,rgba(251,248,242,.18) 49%,rgba(251,248,242,0) 55%)}
  .v11-hero-copy{width:39%;min-width:430px}
  .v11-callout{grid-template-columns:44px 1fr;gap:.5rem;min-height:62px;padding:.52rem .65rem .52rem .48rem}
  .v11-callout .ico{width:43px;height:43px;font-size:1.12rem}
  .v11-callout b{font-size:.62rem}.v11-callout small{font-size:.52rem}
  .v11-callout-desktop.power{left:2.2%;top:6%;width:28.8%}
  .v11-callout-desktop.water{left:37.2%;top:5%;width:34.5%}
  .v11-callout-desktop.access{right:2.3%;top:18.4%;width:29.5%}
  .v11-callout-desktop.heat{left:0;top:68.8%;width:30.8%}
  .v11-callout-desktop.comms{left:24.3%;top:81.4%;width:31.5%}
  .v11-callout-desktop.family{right:2.3%;top:73.2%;width:30.8%}
}

/* Cover the original raster callout plaques completely; all visible label text is live HTML. */
@media (min-width:761px){
  .v11-callout{min-height:72px}
  .v11-callout-desktop.comms,.v11-callout-desktop.family{min-height:88px}
}
@media (max-width:760px){
  .v11-callout-mobile{min-height:64px;padding:.45rem .48rem .45rem .38rem}
  .v11-callout-mobile .ico{width:28px;height:28px}
  .v11-callout-mobile.power{top:29%}
  .v11-callout-mobile.water{top:6%}
  .v11-callout-mobile.access{top:38%}
  .v11-callout-mobile.family{top:65%}
}
@media (min-width:361px) and (max-width:760px){
  .v11-callout-mobile.water,.v11-callout-mobile.family{min-height:74px}
}


/* v11.2 — approved drop-in annotated estate artwork.
   Labels are baked into dedicated desktop/mobile hero assets; no HTML callout overlays. */
.v11-hero-media picture,.v11-hero-media img{display:block;width:100%;height:100%}
.v11-hero-media img{object-fit:cover}
@media (min-width:761px){
  .v11-hero{min-height:690px}
  .v11-hero-inner{min-height:690px}
  .v11-hero-media{left:auto;right:0;top:0;bottom:0;height:100%;width:auto;aspect-ratio:3/2;overflow:hidden}
  .v11-hero-media img{object-fit:cover;object-position:center}
  .v11-hero-fade{background:linear-gradient(90deg,var(--v11-paper) 0%,var(--v11-paper) 22%,rgba(251,248,242,.99) 27%,rgba(251,248,242,.88) 31%,rgba(251,248,242,.62) 34.5%,rgba(251,248,242,.30) 37.5%,rgba(251,248,242,.08) 39.5%,rgba(251,248,242,0) 41.5%)}
}
@media (max-width:760px){
  .v11-hero-media{position:relative;inset:auto;width:100%;height:auto;aspect-ratio:3/2;order:0;background:#0b2940}
  .v11-hero-media img{object-fit:cover;object-position:center}
  .v11-hero-fade{display:none}
}

/* v11.2 fade refinement: tighter desktop cream-to-image transition; desktop artwork unchanged. */


/* v12.1 introductory conversation qualifier */
.v11-conversation-note{margin:.65rem 0 0;font-size:.68rem;line-height:1.45;letter-spacing:.02em;color:#5b676e}
.v11-conversation-note-light{color:#b8c5ca;text-align:center}
.v11-final-cta .v11-conversation-note{max-width:none;margin:.7rem auto 0;font-family:var(--sans);font-size:.66rem;letter-spacing:.025em}
@media(max-width:760px){.v11-conversation-note{font-size:.66rem}.v11-hero-copy .v11-conversation-note{text-align:center}.v11-final-cta .v11-conversation-note{padding:0 1rem}}


/* v12.1 pre-launch hero breakpoint correction.
   The annotated six-callout desktop estate only runs where the viewport is wide enough
   to keep it separate from the copy. 761–1299px reuses the phone/tablet stacked pattern. */
@media (min-width:761px) and (max-width:1299px){
  .v11-hero{min-height:0;display:flex;flex-direction:column}
  .v11-hero-media{position:relative;inset:auto;right:auto;top:auto;bottom:auto;transform:none;width:100%;height:min(66.6667vw,690px);aspect-ratio:auto;order:0;background:#0b2940;overflow:hidden}
  .v11-hero-media picture,.v11-hero-media img{width:100%;height:100%}
  .v11-hero-media img{object-fit:cover;object-position:center}
  .v11-hero-fade{display:none}
  .v11-hero-inner{order:1;min-height:0;padding:0}
  .v11-hero-copy{width:100%;min-width:0;padding:2rem 0 2.55rem}
  .v11-hero-copy h1{font-size:clamp(2.55rem,5vw,3.65rem);line-height:1.06}
  .v11-hero-scope{font-size:clamp(1.08rem,2.1vw,1.35rem)}
  .v11-hero-intro{max-width:620px;margin-top:1rem}
  .v11-hero-proof{max-width:540px}
}

/* Desktop estate: short ivory transition, then unwashed artwork. */
@media (min-width:1300px){
  .v11-hero-fade{display:block;background:linear-gradient(90deg,
    var(--v11-paper) 0%,
    var(--v11-paper) 26.5%,
    rgba(251,248,242,.96) 28%,
    rgba(251,248,242,.62) 29.7%,
    rgba(251,248,242,.30) 31.2%,
    rgba(251,248,242,.12) 32.8%,
    rgba(251,248,242,.03) 34.3%,
    rgba(251,248,242,0) 36.5%)}
}

/* Homepage deliverables */
.v11-deliverables{background:#f7f1e8;border-top:1px solid #efe3d5;border-bottom:1px solid #efe3d5}
.v11-deliverables-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.v11-deliverable{padding:1.45rem 1.2rem 1.35rem;border-top:1px solid var(--v11-gold2);background:rgba(255,255,255,.28)}
.v11-deliverable .num{display:block;margin-bottom:.9rem;font:400 .68rem/1 var(--serif);letter-spacing:.12em;color:#b67d23}
.v11-deliverable h3{font-size:.82rem;line-height:1.28;text-transform:uppercase;letter-spacing:.015em;color:var(--v11-navy)}
.v11-deliverable p{margin-top:.72rem;font-size:.68rem;line-height:1.58;color:#445965}

/* Homepage Continuity Briefing preview */
.v11-briefing{background:var(--v11-paper)}
.v11-briefing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.v11-briefing-card{display:flex;flex-direction:column;min-height:220px;padding:1.35rem 1.2rem;border:1px solid var(--v11-line);border-top-color:var(--v11-gold2);background:rgba(255,255,255,.3)}
.v11-briefing-card .meta{font-size:.58rem;line-height:1.35;letter-spacing:.08em;text-transform:uppercase;color:#a66f18}
.v11-briefing-card h3{margin-top:.65rem;font:400 1rem/1.28 var(--serif);color:var(--v11-navy)}
.v11-briefing-card p{margin-top:.7rem;font-size:.68rem;line-height:1.58;color:#445965}
.v11-briefing-card>a{margin-top:auto;padding-top:1rem;font-size:.64rem;text-decoration:none;color:#a66f18}
.v11-briefing-more{margin-top:1.5rem;text-align:center}
.v11-briefing-more a{font-size:.64rem;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;border-bottom:1px solid #c99135;padding-bottom:.22rem;color:var(--v11-navy)}

@media (min-width:761px) and (max-width:1100px){
  .v11-deliverables-grid,.v11-briefing-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .v11-deliverables-grid,.v11-briefing-grid{grid-template-columns:1fr}
  .v11-deliverable,.v11-briefing-card{min-height:0}
}

/* v12.2 visual-system upgrade — diagrams and editorial visuals without fake client photography. */

/* Explore by Need: make the first interaction visual before the copy. */
.v11-need{padding:1.15rem 1.15rem 1.35rem;text-align:left;align-items:stretch}
.v11-need-visual{height:118px;margin:-.1rem -.15rem 1.2rem;border-bottom:1px solid var(--v11-line);background:linear-gradient(180deg,rgba(255,255,255,.44),rgba(247,241,232,.45));overflow:hidden}
.v11-need-visual svg{display:block;width:100%;height:100%;margin:0;fill:none;stroke-linecap:round;stroke-linejoin:round}
.v11-need-visual .main{stroke:#17384c;stroke-width:2}
.v11-need-visual .fine{stroke:#71818a;stroke-width:1.25}
.v11-need-visual .connect{stroke:#c69a56;stroke-width:1.15;stroke-dasharray:3 4}
.v11-need-visual .accent{stroke:#b87d20;stroke-width:2}
.v11-need-visual .ground{stroke:#d5c7b4;stroke-width:1}
.v11-need-visual .node-dot{fill:#fbf8f2;stroke:#b87d20;stroke-width:1.4}
.v11-need h3{font-size:.96rem;min-height:2.35em}
.v11-need p{max-width:225px;margin-top:.75rem;font-size:.72rem}
.v11-need>span{align-self:flex-end;padding-top:.7rem}

/* Connected household operating picture. */
.v11-connected-grid{grid-template-columns:.66fr 1.34fr;gap:4.3rem}
.v11-system-map{position:relative;width:100%;max-width:780px;aspect-ratio:760/500;justify-self:end}
.v11-system-lines{position:absolute;inset:0;width:100%;height:100%;fill:none;stroke:#c4a56f;stroke-width:1.15;stroke-dasharray:3 5;opacity:.78}
.v11-system-lines circle{stroke:#d8c7a9;stroke-dasharray:2 5}
.v11-system-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:196px;height:160px;display:grid;place-items:center;text-align:center;padding:1rem;background:#fffdf9;border:1px solid #c9a868;box-shadow:0 12px 30px rgba(37,49,54,.07)}
.v11-system-core svg{width:52px;height:46px;fill:none;stroke:#17384c;stroke-width:2;margin-bottom:.25rem}
.v11-system-core strong{font:400 1.16rem/1.08 var(--serif);color:var(--v11-navy)}
.v11-system-core span{font:.53rem/1.35 var(--sans);letter-spacing:.09em;text-transform:uppercase;color:#8d6a35}
.v11-system-node{position:absolute;width:184px;padding:.72rem .78rem .68rem;background:rgba(251,248,242,.96);border:1px solid #ddd0bd;border-left:2px solid #b87d20;box-shadow:0 5px 16px rgba(45,55,59,.035)}
.v11-system-node .node-kicker{display:block;font:400 .52rem/1 var(--serif);letter-spacing:.12em;color:#a66f18;margin-bottom:.28rem}
.v11-system-node strong{display:block;font:.69rem/1.18 var(--sans);text-transform:uppercase;letter-spacing:.025em;color:#17384c}
.v11-system-node small{display:block;margin-top:.25rem;font:.54rem/1.35 var(--sans);color:#65757d}
.v11-system-node.node-power{left:1.5%;top:9%}
.v11-system-node.node-water{left:50%;top:0;transform:translateX(-50%)}
.v11-system-node.node-heat{right:1.5%;top:9%}
.v11-system-node.node-access{right:0;top:47%;transform:translateY(-50%)}
.v11-system-node.node-comms{right:6%;bottom:2%}
.v11-system-node.node-family{left:7%;bottom:2%}
.v11-system-node.node-vendors{left:0;top:47%;transform:translateY(-50%)}

/* Deliverables: show the physical/digital organization without pretending it is a client sample. */
.v11-deliverable-showcase{display:grid;grid-template-columns:minmax(390px,.95fr) 1.05fr;gap:clamp(3rem,6vw,6rem);align-items:center;max-width:1120px;margin:0 auto}
.v11-deliverable-visual{min-width:0}
.v11-document-stack{position:relative;height:390px;max-width:470px;margin:0 auto}
.v11-doc-sheet,.v11-doc-cover{position:absolute;background:#fffdf9;border:1px solid #d8cbb8;box-shadow:0 22px 45px rgba(35,45,49,.10)}
.v11-doc-sheet{width:275px;height:335px;padding:1.2rem}
.v11-doc-sheet span{display:block;font:.52rem/1.2 var(--sans);letter-spacing:.12em;text-transform:uppercase;color:#8b6a3a;margin-bottom:1.1rem}
.v11-doc-sheet b{display:block;margin:.62rem 0 .22rem;font:.56rem/1 var(--sans);text-transform:uppercase;letter-spacing:.07em;color:#29475a}
.v11-doc-sheet i{display:block;height:1px;background:#ded5c7;margin:.42rem 0}
.v11-doc-sheet.sheet-back{left:0;top:34px;transform:rotate(-6deg);background:#f4eee4}
.v11-doc-sheet.sheet-mid{left:90px;top:22px;transform:rotate(3.8deg)}
.v11-doc-cover{right:0;top:0;width:290px;height:360px;padding:2.1rem 1.75rem;background:#0b2940;color:#fff;border-color:#0b2940;display:flex;flex-direction:column;justify-content:center}
.v11-doc-cover:before{content:"";position:absolute;left:1.75rem;top:1.5rem;width:34px;height:1px;background:#c99135}
.v11-doc-cover .cover-kicker{font:.5rem/1 var(--sans);letter-spacing:.16em;text-transform:uppercase;color:#d0ad71}
.v11-doc-cover strong{display:block;margin-top:1rem;font:400 1.75rem/1.08 var(--serif);color:#fff}
.v11-doc-cover .cover-rule{display:block;width:42px;height:1px;background:#c99135;margin:1.35rem 0 1rem}
.v11-doc-cover small{font:.58rem/1.5 var(--sans);letter-spacing:.07em;text-transform:uppercase;color:#cbd6dc}
.v11-deliverable-visual>p{max-width:460px;margin:.8rem auto 0;text-align:center;font-size:.61rem;line-height:1.5;color:#7a7c79}
.v11-deliverable-list{border-top:1px solid #cab68f}
.v11-deliverable-list article{display:grid;grid-template-columns:42px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--v11-line)}
.v11-deliverable-list .num{font:400 .72rem/1.35 var(--serif);letter-spacing:.1em;color:#a66f18}
.v11-deliverable-list h3{font-size:.81rem;line-height:1.25;text-transform:uppercase;letter-spacing:.02em;color:var(--v11-navy)}
.v11-deliverable-list p{margin-top:.38rem;font-size:.69rem;line-height:1.55;color:#526873;max-width:540px}

/* Continuity Briefing: editorial illustration strips give each briefing a visual identity. */
.v11-briefing-card{padding:0 1.2rem 1.35rem;overflow:hidden}
.v11-briefing-art{height:112px;margin:0 -1.2rem 1.05rem;background:linear-gradient(180deg,#f5eee3,#fbf8f2);border-bottom:1px solid var(--v11-line)}
.v11-briefing-art svg{display:block;width:100%;height:100%;fill:none;stroke-linecap:round;stroke-linejoin:round}
.v11-briefing-art .terrain{stroke:#d4c5af;stroke-width:1.1}
.v11-briefing-art .main{stroke:#17384c;stroke-width:2}
.v11-briefing-art .fine,.v11-briefing-art .connect{stroke:#73828a;stroke-width:1.15}
.v11-briefing-art .connect{stroke-dasharray:3 4}
.v11-briefing-art .accent{stroke:#b87d20;stroke-width:2}
.v11-briefing-art .node{fill:#fbf8f2;stroke:#b87d20;stroke-width:1.4}

@media (max-width:1100px) and (min-width:761px){
  .v11-connected-grid{grid-template-columns:1fr;gap:2.2rem}.v11-connected-copy{max-width:650px}.v11-system-map{justify-self:center;max-width:760px}
  .v11-deliverable-showcase{grid-template-columns:1fr;gap:2.2rem}.v11-document-stack{height:355px;max-width:450px}.v11-doc-cover{height:332px}.v11-doc-sheet{height:310px}
}
@media (max-width:760px){
  .v11-need{grid-template-columns:70px 1fr 18px!important;grid-template-rows:auto auto!important;padding:.78rem .2rem!important}
  .v11-need-visual{grid-row:1/3!important;width:66px;height:58px;margin:0;border:0;background:transparent;align-self:center}
  .v11-need-visual svg{width:66px;height:58px}
  .v11-need h3{grid-column:2;min-height:0}.v11-need p{grid-column:2;max-width:none}.v11-need>span{grid-column:3;grid-row:1/3;align-self:center}
  .v11-system-map{aspect-ratio:auto;display:grid;grid-template-columns:1fr 1fr;gap:.65rem;max-width:none}.v11-system-lines{display:none}.v11-system-core{position:relative;left:auto;top:auto;transform:none;width:auto;height:auto;min-height:145px;grid-column:1/-1}.v11-system-core svg{width:45px;height:40px}.v11-system-node{position:relative!important;inset:auto!important;transform:none!important;width:auto;min-height:92px;padding:.72rem}.v11-system-node strong{font-size:.62rem}.v11-system-node small{font-size:.51rem}
  .v11-deliverable-showcase{grid-template-columns:1fr;gap:1.7rem}.v11-document-stack{height:286px;max-width:335px}.v11-doc-sheet{width:205px;height:250px;padding:.9rem}.v11-doc-cover{width:218px;height:270px;padding:1.45rem 1.3rem}.v11-doc-cover strong{font-size:1.35rem}.v11-doc-cover .cover-kicker{font-size:.42rem}.v11-doc-cover small{font-size:.48rem}.v11-doc-sheet.sheet-mid{left:63px}.v11-deliverable-list article{grid-template-columns:36px 1fr}.v11-deliverable-list p{font-size:.66rem}
  .v11-briefing-card{padding:0 1rem 1.15rem}.v11-briefing-art{margin:0 -1rem .9rem}
}
@media (max-width:340px){
  .v11-system-map{grid-template-columns:1fr}.v11-system-core{grid-column:1}.v11-system-node{min-height:0}
}
@media (max-width:760px){
  .v11-connected-grid{grid-template-columns:1fr!important;gap:1.6rem!important}
  .v11-connected-copy{max-width:none}
}


/* v12.2 current business-model alignment — homepage only. */
.v12-hero-copy{width:39%;min-width:455px}
.v12-hero-kicker,.v12-kicker{margin:0 0 .8rem;font:750 .66rem/1.25 var(--sans);letter-spacing:.14em;text-transform:uppercase;color:#856126}
.v12-hero-copy h1{max-width:540px;font-size:clamp(2.7rem,3.8vw,4rem);line-height:1.03;letter-spacing:-.035em}
.v12-hero-intro{max-width:455px;font-size:.86rem;line-height:1.68}
.v12-hero-core{max-width:430px;margin-top:1.05rem;padding-left:1rem;border-left:1px solid var(--v11-gold2);font:400 1rem/1.48 var(--serif);color:#18364a}
.v12-hero-actions{margin-top:1.45rem;align-items:stretch}
.v12-hero-actions .btn-primary{max-width:282px;white-space:normal;text-align:center;line-height:1.3}
.v12-service-area{max-width:500px;margin-top:.55rem;font-size:.64rem;line-height:1.45;color:#5b676e}
.v12-section-lede{max-width:720px;margin:-1rem auto 2rem;text-align:center;font-size:.78rem;line-height:1.65;color:#526873}
.v12-core-areas .v11-need{min-height:300px}
.v12-core-areas .v11-need h3{min-height:2.45em}
.v12-connected-copy h2{max-width:14ch}
.v12-connected-copy p strong{font-weight:760;color:#17384c}
.v12-plain-callout{margin-top:1.15rem!important;padding:.9rem 1rem;border-left:2px solid var(--v11-gold2);background:rgba(255,255,255,.36);font-family:var(--serif)!important;font-size:.92rem!important;line-height:1.52!important;color:#18364a!important}

/* Hands-on process: visual sequence rather than another wall of cards. */
.v12-process{background:#fbf8f2;padding:5rem 0}
.v12-process-intro{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:5rem;align-items:end;max-width:1120px;margin:0 auto 2.5rem}
.v12-process-intro h2{max-width:17ch;font-size:clamp(2rem,3vw,3rem);line-height:1.08}
.v12-process-intro>p{max-width:560px;font-size:.8rem;line-height:1.72;color:#3e5663}
.v12-process-track{position:relative;display:grid;grid-template-columns:repeat(15,auto);align-items:center;justify-content:space-between;gap:.45rem;padding:1.55rem 1.25rem;border-top:1px solid #d9c8ab;border-bottom:1px solid #d9c8ab;background:rgba(255,255,255,.28)}
.v12-process-track div{display:grid;justify-items:center;gap:.35rem;min-width:72px}
.v12-process-track div span{font:400 .56rem/1 var(--serif);letter-spacing:.1em;color:#aa731c}
.v12-process-track div strong{font:.66rem/1 var(--sans);letter-spacing:.055em;text-transform:uppercase;color:#17384c}
.v12-process-track i{font-style:normal;color:#c08b38;font-size:.85rem}
.v12-hands-on-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;max-width:1120px;margin:2rem auto 0;background:#dfd2bf;border:1px solid #dfd2bf}
.v12-hands-on-grid article{padding:1.5rem 1.6rem;background:#f8f3ea}
.v12-mini-label{font:.58rem/1.2 var(--sans);letter-spacing:.11em;text-transform:uppercase;color:#9a6c25}
.v12-hands-on-grid h3{margin-top:.55rem;font:400 1.25rem/1.2 var(--serif);color:#17384c}
.v12-hands-on-grid p{margin-top:.65rem;font-size:.72rem;line-height:1.62;color:#4a606c}

/* Service ladder: comprehensive work is clearly the flagship; mapping is visible but subordinate. */
.v12-services{background:#f5eee3;border-top:1px solid #e9dcc9;border-bottom:1px solid #e9dcc9}
.v12-service-ladder{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:1px;max-width:1120px;margin:0 auto;background:#d8c9b2;border:1px solid #d8c9b2}
.v12-flagship{position:relative;padding:2rem;background:#fffaf3;display:flex;flex-direction:column;min-height:520px}
.v12-flagship-art{height:220px;margin:-.3rem 0 1.5rem;display:grid;place-items:center}
.v12-flagship-art svg{width:min(100%,360px);height:100%;fill:none;stroke-linecap:round;stroke-linejoin:round}.v12-flagship-art .main{stroke:#17384c;stroke-width:2}.v12-flagship-art .fine{stroke:#788890;stroke-width:1.15}.v12-flagship-art .connect{stroke:#c69a56;stroke-width:1.15;stroke-dasharray:3 4}.v12-flagship-art .node{fill:#fffaf3;stroke:#b87d20;stroke-width:1.5}.v12-flagship-art .doc{stroke:#b87d20;stroke-width:1.5}
.v12-service-type{font:.58rem/1 var(--sans);letter-spacing:.12em;text-transform:uppercase;color:#a86f18}
.v12-flagship h3{margin-top:.65rem;font:400 1.75rem/1.12 var(--serif);color:#0b2940}
.v12-flagship p{margin-top:.8rem;max-width:470px;font-size:.76rem;line-height:1.65;color:#465d69}
.v12-flagship a{margin-top:auto;padding-top:1.2rem;font-size:.66rem;line-height:1.4;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;color:#9c6715}
.v12-service-options{display:grid;grid-template-rows:repeat(4,1fr);gap:1px;background:#d8c9b2}
.v12-service-options article{display:grid;grid-template-columns:50px 1fr;gap:1rem;padding:1.25rem 1.4rem;background:#fbf8f2;align-items:start}
.v12-service-options article>span{font:400 .7rem/1.2 var(--serif);letter-spacing:.1em;color:#a86f18}
.v12-service-options h3{font:.76rem/1.3 var(--sans);text-transform:uppercase;letter-spacing:.025em;color:#17384c}
.v12-service-options p{margin-top:.38rem;font-size:.68rem;line-height:1.55;color:#536873}
.v12-service-options a{display:inline-block;margin-top:.45rem;font-size:.62rem;text-decoration:none;color:#9c6715}

.v12-why .v11-why-grid{grid-template-columns:repeat(4,1fr);max-width:1120px;margin:0 auto}.v12-why .v11-why article h3{min-height:2.4em}.v12-why .v11-why article p{max-width:235px;margin-left:auto;margin-right:auto}
.v12-deliverables .v11-deliverable-showcase{align-items:start}
.v12-deliverables .v11-deliverable-list article{padding:.82rem 0}
.v12-credential-note{max-width:780px;margin:1.3rem auto 0;padding-top:1rem;border-top:1px solid #d8cbb8;text-align:center;font-size:.64rem;line-height:1.55;color:#6a7478}
.v12-leadership .v11-partner-note{max-width:860px}
.v12-final-kicker{margin:0 0 .8rem!important;font:650 .66rem/1.4 var(--sans)!important;letter-spacing:.09em;text-transform:uppercase;color:#d0ad71!important}
.v12-final-cta a{max-width:430px;line-height:1.5}

@media (min-width:1300px) and (max-width:1420px){.v12-hero-copy{width:40%;min-width:430px}.v12-hero-copy h1{font-size:clamp(2.55rem,3.65vw,3.35rem)}.v12-hero-intro{max-width:420px}.v12-hero-core{max-width:400px}}
@media (min-width:761px) and (max-width:1299px){.v12-hero-copy{width:100%;min-width:0}.v12-hero-copy h1{max-width:720px;font-size:clamp(2.45rem,5vw,3.45rem)}.v12-hero-intro{max-width:760px}.v12-hero-core{max-width:700px}.v12-service-area{max-width:760px}.v12-process-intro{grid-template-columns:1fr;gap:1rem}.v12-service-ladder{grid-template-columns:1fr}.v12-flagship{min-height:0}.v12-flagship-art{height:190px}.v12-service-options{grid-template-rows:none}.v12-why .v11-why-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:1000px){.v12-process-track{grid-template-columns:repeat(4,1fr);gap:1px;background:#d8c9b2;border:1px solid #d8c9b2;padding:0}.v12-process-track div{min-width:0;padding:1rem .5rem;background:#fbf8f2}.v12-process-track i{display:none}}
@media (max-width:760px){.v12-hero-kicker{margin-bottom:.6rem;font-size:.6rem}.v12-hero-copy h1{font-size:clamp(2rem,9vw,2.55rem);max-width:12ch}.v12-hero-intro{font-size:.79rem}.v12-hero-core{font-size:.92rem;margin-top:.9rem}.v12-hero-actions .btn-primary{max-width:none}.v12-service-area{text-align:center;font-size:.61rem}.v12-section-lede{margin:-.6rem auto 1.4rem;text-align:left;font-size:.72rem}.v12-core-areas .v11-need{min-height:0}.v12-core-areas .v11-need h3{min-height:0}.v12-connected-copy h2{max-width:none}.v12-process{padding:3.8rem 0}.v12-process-intro{grid-template-columns:1fr;gap:.8rem;margin-bottom:1.5rem}.v12-process-intro h2{font-size:2rem;max-width:none}.v12-process-intro>p{font-size:.75rem}.v12-process-track{grid-template-columns:repeat(2,1fr)}.v12-hands-on-grid{grid-template-columns:1fr}.v12-service-ladder{grid-template-columns:1fr}.v12-flagship{min-height:0;padding:1.4rem}.v12-flagship-art{height:145px;margin-bottom:1rem}.v12-flagship h3{font-size:1.5rem}.v12-service-options article{grid-template-columns:36px 1fr;padding:1rem}.v12-why .v11-why-grid{grid-template-columns:1fr 1fr;gap:1.1rem}.v12-why .v11-why article{padding:.2rem}.v12-why .v11-why article h3{min-height:0;font-size:.75rem}.v12-why .v11-why article p{font-size:.64rem}.v12-deliverables .v11-deliverable-list article{padding:.72rem 0}.v12-final-kicker{font-size:.58rem!important}}
@media (max-width:420px){.v12-why .v11-why-grid{grid-template-columns:1fr}.v12-process-track{grid-template-columns:1fr 1fr}.v12-service-options article{grid-template-columns:30px 1fr}}

/* Hero collision guard for the narrow end of the desktop composition. */
@media (min-width:1300px) and (max-width:1399px){
  .v12-hero-copy{width:31%;min-width:350px}
  .v12-hero-copy h1{max-width:355px;font-size:2.7rem;line-height:1.04}
  .v12-hero-intro{max-width:345px;font-size:.79rem}
  .v12-hero-core{max-width:340px;font-size:.94rem}
  .v12-hero-actions{display:grid;grid-template-columns:275px;gap:.55rem}
  .v12-hero-actions .btn{width:275px;max-width:275px}
  .v12-service-area{max-width:340px}
}
@media (max-width:760px){
  .v12-hero-actions .btn-primary{display:grid;place-items:center;min-height:58px;padding:.78rem .7rem;font-size:.60rem;line-height:1.28}
}


/* v12.2.1 hero safety correction.
   The longer current-model copy needs more physical room than the earlier hero.
   Common 1366px laptops use the clean stacked composition; side-by-side starts at 1400px.
   On side-by-side desktop widths, body copy is explicitly bounded before the estate art begins. */
@media (min-width:761px) and (max-width:1399px){
  .v11-hero{min-height:0;display:flex;flex-direction:column}
  .v11-hero-media{position:relative;inset:auto;right:auto;top:auto;bottom:auto;transform:none;width:100%;height:min(66.6667vw,690px);aspect-ratio:auto;order:0;background:#0b2940;overflow:hidden}
  .v11-hero-media picture,.v11-hero-media img{width:100%;height:100%}
  .v11-hero-media img{object-fit:cover;object-position:center}
  .v11-hero-fade{display:none}
  .v11-hero-inner{order:1;min-height:0;padding:0}
  .v12-hero-copy{width:100%;min-width:0;padding:2rem 0 2.55rem}
  .v12-hero-copy h1{max-width:720px;font-size:clamp(2.45rem,5vw,3.45rem);line-height:1.06}
  .v12-hero-intro{max-width:760px;margin-top:1rem}
  .v12-hero-core{max-width:700px}
  .v12-service-area{max-width:760px}
}

@media (min-width:1400px){
  .v11-hero-fade{display:block;background:linear-gradient(90deg,
    var(--v11-paper) 0%,
    var(--v11-paper) 26.5%,
    rgba(251,248,242,.96) 28%,
    rgba(251,248,242,.62) 29.7%,
    rgba(251,248,242,.30) 31.2%,
    rgba(251,248,242,.12) 32.8%,
    rgba(251,248,242,.03) 34.3%,
    rgba(251,248,242,0) 36.5%)}
  .v12-hero-copy{min-width:0}
  .v12-hero-copy .v11-conversation-note,
  .v12-service-area{width:100%}
}

@media (min-width:1400px) and (max-width:1499px){
  .v12-hero-copy{width:370px;max-width:370px}
  .v12-hero-copy h1{max-width:390px;font-size:3.18rem;line-height:1.04}
  .v12-hero-intro{max-width:300px;font-size:.80rem;line-height:1.67}
  .v12-hero-core{max-width:305px;font-size:.94rem}
  .v12-hero-actions{max-width:370px}
  .v12-hero-copy .v11-conversation-note{max-width:315px}
  .v12-service-area{max-width:315px}
}

@media (min-width:1500px) and (max-width:1699px){
  .v12-hero-copy{width:410px;max-width:410px}
  .v12-hero-copy h1{max-width:430px;font-size:3.45rem;line-height:1.035}
  .v12-hero-intro{max-width:340px;font-size:.82rem}
  .v12-hero-core{max-width:335px;font-size:.96rem}
  .v12-hero-copy .v11-conversation-note{max-width:350px}
  .v12-service-area{max-width:350px}
}

@media (min-width:1700px){
  .v12-hero-copy{width:455px;max-width:455px}
  .v12-hero-copy h1{max-width:520px}
  .v12-hero-intro{max-width:420px}
  .v12-hero-core{max-width:405px}
  .v12-hero-copy .v11-conversation-note{max-width:430px}
  .v12-service-area{max-width:430px}
}

/* v12.3 current-vision alignment: capability first, documentation second. */
.v13-five-grid{grid-template-columns:repeat(6,1fr);max-width:1180px;margin-left:auto;margin-right:auto}
.v13-five-grid .v11-need{grid-column:span 2;min-height:312px}
.v13-five-grid .v11-need:nth-child(4),.v13-five-grid .v11-need:nth-child(5){grid-column:span 3;min-height:282px}
.v13-five-grid .v11-need h3{min-height:2.55em}

.v13-fallback-band{grid-column:1/-1;margin-top:2.2rem;padding:1.4rem 1.5rem;border:1px solid #d8c8ad;border-left:3px solid #b9822e;background:rgba(255,253,249,.7);display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:2rem;align-items:center}
.v13-fallback-band p{margin:.5rem 0 0;font-size:.72rem;line-height:1.6;color:#4f646e;max-width:520px}
.v13-fallback-track{display:grid;grid-template-columns:auto 18px auto 18px auto 18px auto;gap:.45rem;align-items:center;justify-content:end}
.v13-fallback-track strong{font:.60rem/1.25 var(--sans);text-transform:uppercase;letter-spacing:.035em;color:#17384c;text-align:center}
.v13-fallback-track i{font-style:normal;color:#b77b22;text-align:center}

.v12-process-track{grid-template-columns:repeat(11,auto)}
.v12-hands-on-grid{grid-template-columns:repeat(3,1fr);max-width:1180px}

.v13-transition{background:#fffdf9;border-top:1px solid #eadfce;border-bottom:1px solid #eadfce}
.v13-transition-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:clamp(3rem,7vw,7rem);align-items:center}
.v13-transition-art svg{display:block;width:100%;height:auto;max-height:330px;fill:none;stroke-linecap:round;stroke-linejoin:round}
.v13-transition-art .v13-ground{stroke:#c8bba8;stroke-width:1.1}
.v13-transition-art .v13-city path,.v13-transition-art .v13-home path{stroke:#17384c;stroke-width:2}
.v13-transition-art .fine{stroke:#819097;stroke-width:1}
.v13-transition-art .v13-arrow{stroke:#b77b22;stroke-width:1.7}
.v13-transition-art circle{fill:#fffdf9;stroke:#b77b22;stroke-width:1.7}
.v13-transition-art .v13-accent{stroke:#b77b22;stroke-width:1.3}
.v13-transition h2{font-size:clamp(2.15rem,3.25vw,3.3rem);line-height:1.05;max-width:13ch}
.v13-transition p{margin-top:1rem;font-size:.79rem;line-height:1.68;color:#465e6a;max-width:600px}
.v13-transition-list{display:grid;grid-template-columns:1fr 1fr;gap:.55rem 1rem;margin:1.4rem 0 1.25rem;padding-top:1rem;border-top:1px solid #dfd1bd}
.v13-transition-list span{font:.61rem/1.4 var(--sans);text-transform:uppercase;letter-spacing:.035em;color:#566b75}
.v13-transition a{font:.62rem/1.4 var(--sans);text-transform:uppercase;letter-spacing:.05em;color:#9b691b;text-decoration:none}

@media(max-width:1100px){
  .v13-five-grid{grid-template-columns:repeat(2,1fr)}
  .v13-five-grid .v11-need,.v13-five-grid .v11-need:nth-child(4),.v13-five-grid .v11-need:nth-child(5){grid-column:span 1;min-height:270px}
  .v13-five-grid .v11-need:last-child{grid-column:1/-1;max-width:560px;justify-self:center;width:100%}
  .v13-fallback-band{grid-template-columns:1fr;gap:1rem}.v13-fallback-track{justify-content:start}
  .v12-hands-on-grid{grid-template-columns:1fr}
  .v13-transition-grid{grid-template-columns:1fr;gap:2rem}.v13-transition-art{max-width:720px}
}
@media(max-width:760px){
  .v13-five-grid{display:block;border-top:1px solid var(--v11-line)}
  .v13-five-grid .v11-need,.v13-five-grid .v11-need:nth-child(4),.v13-five-grid .v11-need:nth-child(5),.v13-five-grid .v11-need:last-child{display:grid;max-width:none;width:auto;min-height:0}
  .v13-fallback-band{margin-top:1.2rem;padding:1.1rem}.v13-fallback-track{grid-template-columns:1fr;gap:.35rem;justify-items:start}.v13-fallback-track i{transform:rotate(90deg);margin-left:.35rem}
  .v13-transition{padding:3.5rem 0}.v13-transition-art{order:2}.v13-transition h2{max-width:none;font-size:2rem}.v13-transition-list{grid-template-columns:1fr}
}

/* v12.3.1 mobile hero width guard — later v12 rules must not reintroduce the
   desktop minimum width after the base mobile hero has stacked. */
@media (max-width:760px){
  .v12-hero-copy{width:100%;min-width:0;max-width:none}
  .v12-hero-intro{width:100%;max-width:none}
  .v12-hero-core{width:100%;max-width:none}
  .v12-service-area{width:100%;max-width:none}
}

/* v12.3.1 long section-title guard for narrow phones. */
@media (max-width:480px){
  .v11-section-title{grid-template-columns:1fr;gap:0;justify-items:center;padding-inline:.25rem}
  .v11-section-title>span{display:none}
  .v11-section-title h2{white-space:normal;text-align:center;line-height:1.35;max-width:30ch}
}

/* v12.3.1 — desktop hero transition.
   Anchor the transition to the estate artwork itself rather than viewport percentages.
   The first 30% of the photo softly blends from paper to full saturation; most of the
   transition is intentionally light so baked-in operational callouts remain legible. */
@media (min-width:1400px){
  .v11-hero-fade{display:none!important}
  .v11-hero-media::after{
    content:"";
    position:absolute;
    inset:0 auto 0 0;
    width:30%;
    z-index:2;
    pointer-events:none;
    background:linear-gradient(90deg,
      rgba(251,248,242,1) 0%,
      rgba(251,248,242,.86) 5%,
      rgba(251,248,242,.58) 11%,
      rgba(251,248,242,.34) 17%,
      rgba(251,248,242,.16) 22%,
      rgba(251,248,242,.06) 27%,
      rgba(251,248,242,0) 30%);
  }
}

/* Marketing QA: founder names stay in natural title case. */
.v11-partner h3{text-transform:none;letter-spacing:0;font-size:1.08rem}

/* Marketing QA: leadership section uses natural-case typography instead of an all-caps treatment. */
.v12-leadership .v11-section-title h2{text-transform:none;letter-spacing:.025em;font-size:1.12rem}

/* Desktop brand-name emphasis: increase horizontal presence without materially increasing header height. */
@media (min-width:1180px){
  .v11-brand{gap:.88rem}
  .v11-brand-name{gap:.12rem}
  .v11-brand-name-primary{font-size:1.12rem;letter-spacing:.20em;line-height:.92}
  .v11-brand-name-secondary{font-size:.90rem;letter-spacing:.25em;line-height:.92}
}


/* v12.6 homepage marketing simplification: hook -> recognition -> differentiation -> trust -> action. */
.v14-four-grid{grid-template-columns:repeat(4,1fr);max-width:1180px;margin-left:auto;margin-right:auto}
.v14-four-grid .v11-need{min-height:285px}
.v14-four-grid .v11-need h3{min-height:0}
.v14-service-note{max-width:900px;margin:2.1rem auto 0;padding:1.35rem 1.5rem;border-top:1px solid #d8c7aa;border-bottom:1px solid #d8c7aa;text-align:center}
.v14-service-note p{margin:0 auto;max-width:760px;font-size:.76rem;line-height:1.62;color:#425964}
.v14-service-note p+p{margin-top:.6rem}
.v14-service-note strong{color:#17384c}
.v14-service-note a{display:inline-block;margin-top:.85rem;font:.64rem/1.4 var(--sans);letter-spacing:.045em;text-transform:uppercase;color:#996717;text-decoration:none}
.v14-outcome-note{font-size:.69rem!important;color:#607078!important}
#who-we-serve .v13-transition-list span{text-transform:none;letter-spacing:.01em;font-size:.67rem}
#why-nec .v11-why article h3{text-transform:none;letter-spacing:0;font-family:var(--serif);font-weight:400;font-size:1rem}
#why-nec .v11-why article p{font-size:.69rem}
@media(min-width:1400px){
  .v12-hero-copy h1{font-size:3.05rem!important;max-width:390px!important;letter-spacing:-.032em}
  .v12-hero-intro{max-width:315px!important;font-size:.80rem!important}
  .v12-hero-core{max-width:315px!important}
}
@media(min-width:1700px){
  .v12-hero-copy h1{font-size:3.55rem!important;max-width:455px!important}
  .v12-hero-intro{max-width:390px!important}
  .v12-hero-core{max-width:390px!important}
}
@media(max-width:1100px){.v14-four-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){
  .v14-four-grid{display:block;border-top:1px solid var(--v11-line)}
  .v14-four-grid .v11-need{min-height:0}
  .v14-service-note{text-align:left;padding:1.1rem 0;margin-top:1.2rem}
  .v14-service-note a{font-size:.60rem}
  #why-nec .v11-why article h3{font-size:.9rem}
}

/* v12.6 headline polish. */
#whole-household .v11-connected-copy h2{max-width:18ch}
@media(max-width:760px){
  .v12-hero-copy h1 br{display:none}
  .v12-hero-copy h1{max-width:14ch}
}
\n\n/* v12.8 conversion-focused homepage: concise, mobile-first, outcome-led. */
.v18-connected .v11-connected-copy p{max-width:560px}
.v18-connected .v12-plain-callout{font-size:.78rem;line-height:1.62}
.v18-fallback{margin-top:1.45rem;padding:1rem 1.2rem;display:block}
.v18-fallback p{max-width:760px;margin-top:.35rem}
.v18-service-intro{max-width:760px;margin:0 auto 2rem;text-align:center}
.v18-help .v11-need{min-height:255px}
.v18-help .v11-need p{font-size:.68rem;line-height:1.55}
.v18-service-note{margin-top:1.45rem;padding:1rem 1.2rem}
.v18-trust{background:#fffdf9;border-top:1px solid #eadfce;border-bottom:1px solid #eadfce}
.v18-trust-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(2rem,6vw,6rem);align-items:start}
.v18-trust h2{font-size:clamp(2rem,3vw,3rem);line-height:1.05;max-width:13ch;margin-top:.65rem}
.v18-trust-copy{padding-top:.15rem;max-width:610px}
.v18-trust-copy p{margin:0 0 .8rem;font-size:.78rem;line-height:1.68;color:#465e6a}
.v18-trust-copy a{display:inline-block;margin-top:.35rem;font:.64rem/1.4 var(--sans);text-transform:uppercase;letter-spacing:.045em;color:#996717;text-decoration:none}
.v18-final-cta h2{max-width:760px;margin-left:auto;margin-right:auto}
@media(max-width:1100px){.v18-trust-grid{grid-template-columns:1fr;gap:1.2rem}.v18-trust h2{max-width:18ch}}
@media(max-width:760px){
  .v18-connected .v11-connected-copy p{max-width:none}
  .v18-system-map .v11-system-node small{display:none}
  .v18-system-map .v11-system-node{padding:.55rem .6rem}
  .v18-fallback{margin-top:1rem;padding:.9rem}
  .v18-service-intro{text-align:left;margin-bottom:1.25rem}
  .v18-help .v11-need{min-height:0}
  .v18-trust{padding:3.5rem 0}
  .v18-trust h2{font-size:2rem;max-width:none}
  .v18-trust-copy p{font-size:.74rem}
}


/* v12.10 — desktop-only interactive estate hero callouts.
   Below 1400px the existing static annotated mobile/tablet artwork remains unchanged. */
.v19-hero-cards{display:none}
@media (min-width:1400px){
  .v19-hero-cards{display:block;position:absolute;inset:0;z-index:4;pointer-events:none}
  .v19-hero-card{
    position:absolute;display:grid;grid-template-columns:44px minmax(0,1fr) 18px;align-items:center;gap:.58rem;
    min-height:78px;padding:.58rem .68rem;text-decoration:none;pointer-events:auto;
    color:#fffdf7;background:#062237;border:1.5px solid #d4a453;border-radius:14px;
    box-shadow:0 6px 18px rgba(0,0,0,.18);overflow:hidden;
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
  }
  .v19-card-icon{width:42px;height:42px;border:1.5px solid #e2ae52;border-radius:50%;display:grid;place-items:center;color:#e2ae52}
  .v19-card-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .v19-hero-card.card-power .v19-card-icon svg,.v19-hero-card.card-fire .v19-card-icon svg{fill:currentColor;stroke:none}
  .v19-card-text{min-width:0;display:block}
  .v19-card-text strong{display:block;margin:0;color:#fffdf7;font:600 clamp(.82rem,.78vw,1rem)/1.12 var(--serif);letter-spacing:-.01em}
  .v19-card-text small{display:block;margin-top:.28rem;color:#f1eee6;font:500 clamp(.56rem,.50vw,.68rem)/1.32 var(--sans);letter-spacing:0}
  .v19-card-detail{display:grid;gap:.24rem;max-height:0;overflow:hidden;opacity:0;margin-top:0;padding-top:0;border-top:1px solid transparent;color:#eee6d9;font:500 clamp(.50rem,.45vw,.60rem)/1.30 var(--sans);transition:max-height .22s ease,opacity .16s ease,margin-top .2s ease,padding-top .2s ease,border-color .2s ease}
  .v19-card-detail>span{position:relative;padding-left:.82rem}
  .v19-card-detail>span::before{content:"✓";position:absolute;left:0;top:0;color:#e2ae52;font-weight:800}
  .v19-card-detail em{display:block;margin-top:.20rem;padding-top:.32rem;border-top:1px solid rgba(226,174,82,.23);color:#e2ae52;font-style:normal;font-weight:700;letter-spacing:.01em}
  .v19-card-arrow{align-self:center;color:#e2ae52;font:400 1.15rem/1 var(--sans);transition:transform .18s ease}
  .v19-hero-card:hover,.v19-hero-card:focus-visible{z-index:8;transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.29);border-color:#f0c46f}
  .v19-hero-card:hover .v19-card-detail,.v19-hero-card:focus-visible .v19-card-detail{max-height:9.5em;opacity:1;margin-top:.44rem;padding-top:.42rem;border-top-color:rgba(226,174,82,.45)}
  .v19-hero-card:hover .v19-card-arrow,.v19-hero-card:focus-visible .v19-card-arrow{transform:translateX(2px)}
  .v19-hero-card:focus-visible{outline:3px solid #fff8e8;outline-offset:3px}

  /* Positioned to fully cover the legacy baked-in labels while preserving their connector-line composition. */
  .v19-hero-card.card-power{left:13.2%;top:22.2%;width:23.2%}
  .v19-hero-card.card-water{left:50.0%;top:12.7%;width:27.8%}
  .v19-hero-card.card-security{left:75.6%;top:27.0%;width:23.0%}
  .v19-hero-card.card-cyber{left:6.1%;bottom:22.2%;width:25.5%}
  .v19-hero-card.card-fire{left:29.4%;bottom:15.1%;width:29.2%}
  .v19-hero-card.card-family{left:59.5%;bottom:11.2%;width:25.5%}
}
@media (min-width:1400px) and (max-width:1599px){
  .v19-hero-card{grid-template-columns:38px minmax(0,1fr) 14px;gap:.45rem;min-height:70px;padding:.48rem .55rem;border-radius:12px}
  .v19-card-icon{width:36px;height:36px}.v19-card-icon svg{width:21px;height:21px}
  .v19-card-text strong{font-size:.82rem}.v19-card-text small{font-size:.58rem;line-height:1.28}.v19-card-arrow{font-size:1rem}
}
@media (prefers-reduced-motion:reduce){
  .v19-hero-card,.v19-card-arrow,.v19-card-detail{transition:none!important}
}


/* v12.12 — purpose-built static estate artwork below desktop breakpoint. */
@media (max-width:760px){
  .v11-hero-media{aspect-ratio:1200/996;background:#0b2940}
  .v11-hero-media picture,.v11-hero-media img{width:100%;height:100%}
  .v11-hero-media img{object-fit:contain;object-position:center center}
}


/* v12.13 — overlap-safe desktop callout placement and full-width hover details. */
@media (min-width:1400px){
  .v19-hero-card{box-sizing:border-box}
  .v19-card-detail{grid-column:1/-1;width:100%}
  .v19-hero-card:hover .v19-card-detail,
  .v19-hero-card:focus-visible .v19-card-detail{max-height:12em}

  /* Keep all six collapsed cards separated, while still covering the legacy artwork beneath. */
  .v19-hero-card.card-water{width:25.2%}
  .v19-hero-card.card-cyber{width:22.8%}
  .v19-hero-card.card-fire{left:29.8%;width:27.5%}
}

/* v12.14 — use the preferred static desktop artwork as the visible card design.
   Transparent semantic hotspots sit over the baked-in cream cards; hover/focus opens a separate readable detail panel.
   Mobile/tablet static artwork remains unchanged. */
.v20-hero-hotspots{display:none}
.v20-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media (min-width:1400px){
  .v20-hero-hotspots{display:block;position:absolute;inset:0;z-index:6;pointer-events:none}
  .v20-hotspot{
    position:absolute;display:block;box-sizing:border-box;pointer-events:auto;cursor:pointer;
    border:2px solid transparent;border-radius:18px;background:transparent;text-decoration:none;
    outline:none;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease;
  }
  .v20-hotspot::after{
    content:"›";position:absolute;right:10px;top:50%;transform:translateY(-50%);
    width:26px;height:26px;border-radius:50%;display:grid;place-items:center;
    color:#0b2840;background:rgba(255,248,235,.88);border:1px solid rgba(212,164,83,.85);
    font:700 18px/1 var(--sans);opacity:.78;box-shadow:0 2px 8px rgba(0,0,0,.12);
  }
  .v20-hotspot:hover,.v20-hotspot:focus-visible{
    border-color:#e2ae52;background:rgba(255,255,255,.035);box-shadow:0 0 0 3px rgba(226,174,82,.16),0 8px 20px rgba(0,0,0,.16);
  }
  .v20-hotspot:hover::after,.v20-hotspot:focus-visible::after{opacity:1;background:#fff8eb}
  .v20-hotspot:focus-visible{outline:3px solid #fff8e8;outline-offset:4px}

  .v20-detail-panel{
    position:absolute;z-index:20;display:grid;gap:.34rem;width:clamp(270px,20vw,330px);
    padding:1rem 1.05rem .92rem;border:1.5px solid #d4a453;border-radius:14px;
    background:rgba(6,34,55,.97);color:#fffdf7;box-shadow:0 18px 40px rgba(0,0,0,.30);
    opacity:0;visibility:hidden;pointer-events:none;transform:translateY(6px);
    transition:opacity .16s ease,transform .18s ease,visibility .16s ease;
  }
  .v20-detail-panel strong{display:block;margin-bottom:.18rem;color:#fffdf7;font:600 1.04rem/1.15 var(--serif)}
  .v20-detail-panel>span{position:relative;padding-left:1rem;color:#f2ede3;font:500 .75rem/1.35 var(--sans)}
  .v20-detail-panel>span::before{content:"✓";position:absolute;left:0;color:#e2ae52;font-weight:800}
  .v20-detail-panel em{display:block;margin-top:.18rem;padding-top:.5rem;border-top:1px solid rgba(226,174,82,.32);color:#e2ae52;font:700 .72rem/1.25 var(--sans);font-style:normal}
  .v20-hotspot:hover .v20-detail-panel,.v20-hotspot:focus-visible .v20-detail-panel{opacity:1;visibility:visible;transform:translateY(0)}

  /* Hit boxes align to the cream cards baked into the preferred 1535×1024 desktop artwork. */
  .v20-hotspot.card-power{left:10.55%;top:14.05%;width:20.70%;height:11.55%}
  .v20-hotspot.card-water{left:50.75%;top:11.25%;width:19.65%;height:11.65%}
  .v20-hotspot.card-security{left:73.55%;top:21.55%;width:19.30%;height:11.85%}
  .v20-hotspot.card-cyber{left:6.35%;top:65.10%;width:24.40%;height:11.85%}
  .v20-hotspot.card-fire{left:32.60%;top:71.90%;width:21.10%;height:11.75%}
  .v20-hotspot.card-family{left:57.70%;top:73.25%;width:23.80%;height:11.85%}

  /* Detail panels open into intentionally clear photo areas and never cover another baked-in card. */
  .v20-hotspot.card-power .v20-detail-panel{left:0;top:calc(100% + 12px)}
  .v20-hotspot.card-water .v20-detail-panel{left:50%;top:calc(100% + 12px);transform:translate(-50%,6px)}
  .v20-hotspot.card-water:hover .v20-detail-panel,.v20-hotspot.card-water:focus-visible .v20-detail-panel{transform:translate(-50%,0)}
  .v20-hotspot.card-security .v20-detail-panel{right:0;top:calc(100% + 12px)}
  .v20-hotspot.card-cyber .v20-detail-panel{left:0;bottom:calc(100% + 12px);transform:translateY(-6px)}
  .v20-hotspot.card-cyber:hover .v20-detail-panel,.v20-hotspot.card-cyber:focus-visible .v20-detail-panel{transform:translateY(0)}
  .v20-hotspot.card-fire .v20-detail-panel{left:50%;bottom:calc(100% + 12px);transform:translate(-50%,-6px)}
  .v20-hotspot.card-fire:hover .v20-detail-panel,.v20-hotspot.card-fire:focus-visible .v20-detail-panel{transform:translate(-50%,0)}
  .v20-hotspot.card-family .v20-detail-panel{right:0;bottom:calc(100% + 12px);transform:translateY(-6px)}
  .v20-hotspot.card-family:hover .v20-detail-panel,.v20-hotspot.card-family:focus-visible .v20-detail-panel{transform:translateY(0)}
}
@media (prefers-reduced-motion:reduce){
  .v20-hotspot,.v20-hotspot::after,.v20-detail-panel{transition:none!important}
}


/* ===== assets/responsive.css ===== */
/* Cross-site responsive stabilization. Loaded after site.css on every page. */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{overflow-x:hidden}
img,svg,video{max-width:100%;height:auto}
.container,.narrow{max-width:100%}
input,select,textarea,button{max-width:100%}

@media (max-width:840px){
  .container{width:calc(100% - 2.5rem)}
  .narrow{width:calc(100% - 2.5rem)}
  .nav-wrap{min-height:70px;gap:.75rem}
  .brand{min-width:0;gap:.7rem}
  .brand-text{min-width:0}
  .brand-text strong{font-size:.88rem;white-space:nowrap}
  .menu-toggle{display:block;flex:0 0 auto;min-width:52px;min-height:44px;padding:.55rem .75rem}
  .nav-links{top:70px;left:1.25rem;right:1.25rem;max-height:calc(100vh - 86px);overflow:auto}
  .page-hero{padding:3.6rem 0 3.2rem}
  .page-hero h1{font-size:clamp(2.55rem,8.5vw,4.1rem);line-height:1.04;overflow-wrap:anywhere}
  .section{padding:4.3rem 0}
  .btn{min-height:48px}
  .footer-main{gap:2.5rem}
}

@media (max-width:520px){
  .container,.narrow{width:calc(100% - 2rem)}
  body{font-size:16px;line-height:1.65}
  .brand-text span{display:none}
  .brand-text strong{font-size:.82rem;letter-spacing:.085em}
  .brand-mark{width:22px;height:34px}
  .brand-mark:before,.brand-mark:after{left:10px}
  .nav-links{left:1rem;right:1rem}
  .nav-links>a:not(.btn){min-height:48px;padding:.7rem .25rem}
  .page-hero{padding:3rem 0 2.7rem}
  .page-hero h1{font-size:clamp(2.3rem,11vw,3.35rem)}
  .page-hero .lede{font-size:1rem;line-height:1.55}
  .breadcrumb{font-size:.7rem;overflow-wrap:anywhere}
  .section{padding:3.6rem 0}
  h2{font-size:clamp(2.05rem,10vw,3rem);line-height:1.06}
  h3{font-size:1.42rem;line-height:1.14}
  .lede{font-size:1rem;line-height:1.58}
  .btn-row{display:grid;grid-template-columns:1fr;gap:.65rem;margin-top:1.5rem}
  .btn-row .btn{width:100%}
  .split,.split-6040,.section-intro,.assessment-head,.contact-grid,.contact-grid-v4,.boundary-grid,.credibility-grid-v4,.leadership-teaser,.insight-feature,.specialist-network{grid-template-columns:1fr!important;gap:2rem!important}
  .inventory-grid,.service-quadrants,.pillar-grid,.output-grid,.focus-grid,.principles-v4,.referral-principles,.resilience-grid,.scenario-grid,.client-grid,.credential-matrix{grid-template-columns:1fr!important}
  .focus-card,.output-card,.pillar-grid article,.principles-v4 article,.service-quadrants article,.inventory-grid>div,.resilience-grid article,.scenario-grid article,.client-grid>div{border-right:0!important;padding-left:0!important;padding-right:0!important}
  .leadership-grid-photo{grid-template-columns:1fr!important;gap:2.2rem!important}
  .leader-card-photo{grid-template-columns:78px minmax(0,1fr)!important;gap:.8rem .95rem!important}
  .leader-portrait{width:78px!important}
  .leader-portrait img{width:78px!important;height:92px!important;object-fit:cover!important}
  .leader-card-photo .leader-copy{display:contents}
  .leader-card-photo .leader-head{grid-column:2;margin:0;align-self:center}
  .leader-card-photo .leader-copy>p,.leader-card-photo .leader-tags{grid-column:1/-1}
  .specialist-list{grid-template-columns:1fr!important}
  .specialist-list>div,.specialist-list>div:nth-child(even){padding:1rem 0!important;border-right:0!important}
  .contact-form,.premium-form,.form-shell{padding:1.25rem 1rem!important}
  .field input,.field select,.field textarea{font-size:16px;min-height:46px}
  .field textarea{min-height:150px}
  .footer-main{grid-template-columns:1fr!important;gap:2rem}
  .footer-brand-wrap{grid-column:auto!important}
  .footer-bottom{flex-direction:column;gap:.55rem}
  .article-shell .article-header,.article-body,.article-cta{overflow-wrap:anywhere}
  .article-body{font-size:1rem;line-height:1.72}
}

@media (max-width:360px){
  .container,.narrow{width:calc(100% - 1.5rem)}
  .brand-text strong{font-size:.76rem;letter-spacing:.07em}
  .menu-toggle{min-width:48px;padding:.5rem .6rem;font-size:.82rem}
  .page-hero h1{font-size:2.25rem}
}

@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}

/* Preserve photographic composition. The site should choose photos for the layout, not crop them aggressively. */
.page-photo img,.hero-property-photo img,.editorial-property-photo img,.resilience-property-photo img{
  width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important;
}
.page-photo,.hero-property-photo,.editorial-property-photo,.resilience-property-photo{overflow:visible!important}


/* ===== assets/home-v12-20260825o-clean-html-cards.css ===== */
/* v12.17 — real desktop service cards over the full preferred 1535x1024 estate composition.
   The six baked-in card areas were removed from the desktop asset. Mobile uses the static annotated hero image; desktop alone uses live HTML cards. */
.v21-hero-cards{display:none}

@media (min-width:1400px){
  .v11-hero-media{aspect-ratio:1535/1024!important}
  .v11-hero-media picture,.v11-hero-media img{width:100%;height:100%}
  .v11-hero-media img{object-fit:contain!important;object-position:center center!important}
}


@media (min-width:1400px){
  .v21-hero-cards{display:block;position:absolute;inset:0;z-index:6;pointer-events:none}
  .v21-hero-card{
    position:absolute;box-sizing:border-box;display:grid;grid-template-columns:52px minmax(0,1fr) 22px;
    align-items:center;column-gap:.72rem;min-height:94px;padding:.72rem .86rem;
    color:#0a2740;background:rgba(251,248,242,.985);border:1.5px solid #d2a14b;border-radius:18px;
    box-shadow:0 8px 22px rgba(0,0,0,.18);text-decoration:none;pointer-events:auto;overflow:visible;
    transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease;
  }
  .v21-hero-card:hover,.v21-hero-card:focus-visible{
    z-index:20;border-color:#e2ae52;background:#fffaf1;box-shadow:0 13px 30px rgba(0,0,0,.26);
  }
  .v21-hero-card:focus-visible{outline:3px solid #fff8e8;outline-offset:4px}
  .v21-card-icon{
    width:50px;height:50px;border:1.6px solid #0a2740;border-radius:50%;display:grid;place-items:center;color:#0a2740;
  }
  .v21-card-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
  .v21-hero-card.card-power .v21-card-icon svg,.v21-hero-card.card-fire .v21-card-icon svg{fill:currentColor;stroke:none}
  .v21-card-copy{display:block;min-width:0}
  .v21-card-copy strong{display:block;color:#0a2740;font:700 clamp(.90rem,.83vw,1.08rem)/1.12 var(--sans);letter-spacing:-.015em}
  .v21-card-copy small{display:block;margin-top:.30rem;color:#263b49;font:500 clamp(.61rem,.54vw,.72rem)/1.32 var(--sans)}
  .v21-card-arrow{color:#0a2740;font:500 1.15rem/1 var(--sans);justify-self:end}

  .v21-detail-panel{
    position:absolute;z-index:30;display:grid;gap:.42rem;width:clamp(286px,20vw,330px);
    padding:1rem 1.08rem .94rem;border:1.5px solid #d4a453;border-radius:15px;
    background:rgba(6,34,55,.985);color:#fffdf7;box-shadow:0 18px 42px rgba(0,0,0,.34);
    opacity:0;visibility:hidden;pointer-events:none;transform:translateY(6px);
    transition:opacity .16s ease,transform .18s ease,visibility .16s ease;
  }
  .v21-detail-panel>span{position:relative;padding-left:1.05rem;color:#f4eee5;font:500 .76rem/1.38 var(--sans)}
  .v21-detail-panel>span::before{content:"✓";position:absolute;left:0;top:0;color:#e2ae52;font-weight:800}
  .v21-detail-panel em{display:block;margin-top:.16rem;padding-top:.52rem;border-top:1px solid rgba(226,174,82,.34);color:#e2ae52;font:700 .72rem/1.25 var(--sans);font-style:normal}
  .v21-hero-card:hover .v21-detail-panel,.v21-hero-card:focus-visible .v21-detail-panel{opacity:1;visibility:visible;transform:translateY(0)}

  /* Positions follow the preferred estate composition but give every card breathing room. */
  .v21-hero-card.card-power{left:10.0%;top:13.2%;width:22.6%}
  .v21-hero-card.card-water{left:50.0%;top:10.3%;width:22.0%}
  .v21-hero-card.card-security{left:72.5%;top:20.5%;width:22.5%}
  .v21-hero-card.card-cyber{left:5.4%;top:64.2%;width:25.0%}
  .v21-hero-card.card-fire{left:31.5%;top:71.0%;width:24.0%}
  .v21-hero-card.card-family{left:56.8%;top:72.2%;width:26.0%}

  /* Top row opens down; bottom row opens up. No card moves, so the blanked image beneath never peeks out. */
  .v21-hero-card.card-power .v21-detail-panel{left:0;top:calc(100% + 10px)}
  .v21-hero-card.card-water .v21-detail-panel{left:40%;top:calc(100% + 10px);transform:translate(-50%,6px)}
  .v21-hero-card.card-water:hover .v21-detail-panel,.v21-hero-card.card-water:focus-visible .v21-detail-panel{transform:translate(-50%,0)}
  .v21-hero-card.card-security .v21-detail-panel{right:0;top:calc(100% + 10px)}
  .v21-hero-card.card-cyber .v21-detail-panel{left:0;bottom:calc(100% + 10px);transform:translateY(-6px)}
  .v21-hero-card.card-cyber:hover .v21-detail-panel,.v21-hero-card.card-cyber:focus-visible .v21-detail-panel{transform:translateY(0)}
  .v21-hero-card.card-fire .v21-detail-panel{left:55%;bottom:calc(100% + 10px);transform:translate(-50%,-6px)}
  .v21-hero-card.card-fire:hover .v21-detail-panel,.v21-hero-card.card-fire:focus-visible .v21-detail-panel{transform:translate(-50%,0)}
  .v21-hero-card.card-family .v21-detail-panel{right:0;bottom:calc(100% + 10px);transform:translateY(-6px)}
  .v21-hero-card.card-family:hover .v21-detail-panel,.v21-hero-card.card-family:focus-visible .v21-detail-panel{transform:translateY(0)}
}

@media (min-width:1400px) and (max-width:1599px){
  .v21-hero-card{grid-template-columns:44px minmax(0,1fr) 18px;column-gap:.55rem;min-height:84px;padding:.60rem .68rem;border-radius:15px}
  .v21-card-icon{width:42px;height:42px}.v21-card-icon svg{width:24px;height:24px}
  .v21-card-copy strong{font-size:.83rem}.v21-card-copy small{font-size:.58rem}.v21-card-arrow{font-size:1rem}
  .v21-detail-panel{width:286px;padding:.88rem .92rem .84rem}.v21-detail-panel>span{font-size:.68rem}.v21-detail-panel em{font-size:.66rem}
}

/* Phones: use the supplied static annotated hero image. Live HTML cards remain desktop-only. */
@media (max-width:760px){
  .v21-hero-cards{display:none!important}
  .v11-hero-media{aspect-ratio:954/529!important;background:#0b2940}
  .v11-hero-media picture,.v11-hero-media img{width:100%;height:100%}
  .v11-hero-media img{object-fit:contain!important;object-position:center center!important}
}

@media (prefers-reduced-motion:reduce){
  .v21-hero-card,.v21-detail-panel{transition:none!important}
}

/* v12.19 — mobile static hero breathing room.
   Keep the complete annotated image visible; scale the whole artwork down instead of cropping it. */
@media (max-width:760px){
  .v11-hero-media{
    aspect-ratio:auto!important;
    width:100%!important;
    height:auto!important;
    padding:10px 12px 8px!important;
    box-sizing:border-box!important;
    background:#0b2940!important;
    overflow:visible!important;
  }
  .v11-hero-media picture{
    display:block!important;
    width:100%!important;
    height:auto!important;
  }
  .v11-hero-media img{
    display:block!important;
    width:94%!important;
    max-width:94%!important;
    height:auto!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center center!important;
    border-radius:0!important;
  }
}


/* ===== assets/home-v12-35-card-balance.css ===== */
/* v12.35 — balance the four homepage service cards and remove legacy five-card spans. */

/* Desktop: four equal cards in one clean row. */
.v14-four-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  grid-auto-rows:1fr;
  gap:1rem;
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
}
.v14-four-grid .v11-need,
.v14-four-grid .v11-need:nth-child(4),
.v14-four-grid .v11-need:nth-child(5),
.v14-four-grid .v11-need:last-child{
  grid-column:auto;
  width:auto;
  max-width:none;
  min-height:255px;
  height:100%;
  justify-self:stretch;
}
.v14-four-grid .v11-need h3{min-height:0;}

/* Tablet: true 2 x 2 grid, still equal within the section. */
@media (max-width:1100px) and (min-width:761px){
  .v14-four-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;}
  .v14-four-grid .v11-need,
  .v14-four-grid .v11-need:nth-child(4),
  .v14-four-grid .v11-need:nth-child(5),
  .v14-four-grid .v11-need:last-child{
    grid-column:auto;
    width:auto;
    max-width:none;
    min-height:255px;
    height:100%;
  }
}

/* Mobile keeps the existing compact row treatment. */
@media (max-width:760px){
  .v14-four-grid{display:block;}
  .v14-four-grid .v11-need,
  .v14-four-grid .v11-need:nth-child(4),
  .v14-four-grid .v11-need:nth-child(5),
  .v14-four-grid .v11-need:last-child{
    min-height:0;
    height:auto;
    max-width:none;
    width:auto;
  }
}


/* ===== assets/home-v12-20260825p-mobile-full-image.css ===== */
/* v12.20 — mobile static hero must render as a normal responsive image.
   Do not crop, cover, zoom, translate, or constrain it to a fixed hero ratio. */
@media (max-width:760px){
  .v11-hero{min-height:0!important;display:flex!important;flex-direction:column!important;overflow:visible!important}
  .v11-hero-media{
    position:relative!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
    order:0!important;
    display:block!important;
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:auto!important;
    padding:0!important;
    margin:0!important;
    overflow:visible!important;
    background:#0b2940!important;
  }
  .v11-hero-media picture{
    position:relative!important;
    inset:auto!important;
    display:block!important;
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }
  .v11-hero-media img{
    position:relative!important;
    inset:auto!important;
    display:block!important;
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
    object-fit:contain!important;
    object-position:center center!important;
    border-radius:0!important;
  }
  .v21-hero-cards{display:none!important}
}


/* ===== assets/nav-v12-36.css ===== */
/* v12.36 — focused, accessible primary navigation */
.v11-links .nav-group{position:relative;display:flex;align-items:stretch;min-width:0}
.v11-links .nav-group>summary{list-style:none;cursor:pointer;min-height:44px;display:flex;align-items:center;gap:.38rem;padding:0;border:0;border-bottom:1px solid transparent;background:transparent;color:var(--ink);font:inherit;font-size:.68rem;font-weight:750;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}
.v11-links .nav-group>summary::-webkit-details-marker{display:none}
.v11-links .nav-caret{display:inline-block;font-size:.68rem;line-height:1;transition:transform .16s ease;transform-origin:center}
.v11-links .nav-group[open]>.nav-group-summary .nav-caret{transform:rotate(180deg)}
.v11-links .nav-group[data-current="true"]>summary,.v11-links .nav-group[open]>summary{border-bottom-color:var(--bronze)}
.v11-links .nav-submenu{position:absolute;z-index:220;top:calc(100% + .55rem);left:-.8rem;min-width:300px;padding:.48rem;background:#fffdf9;border:1px solid var(--line-dark);box-shadow:0 14px 30px rgba(16,37,51,.13);display:grid;gap:.08rem}
.v11-links .nav-group--resources .nav-submenu{left:auto;right:-.8rem;min-width:245px}
.v11-links .nav-submenu a{display:block;padding:.72rem .78rem;text-decoration:none;color:var(--ink);font-size:.76rem;line-height:1.28;font-weight:650;letter-spacing:.005em;text-transform:none;border-left:2px solid transparent}
.v11-links .nav-submenu a:hover,.v11-links .nav-submenu a:focus-visible{background:#f6f1e8;border-left-color:var(--bronze);outline:none}
.v11-links .nav-submenu a[aria-current="page"],.v11-links .nav-submenu a[data-current-section="true"]{background:#f6f1e8;border-left-color:var(--bronze);color:#102b3f}
.v11-links>a[data-current="true"]:not(.btn){border-bottom-color:var(--bronze)}
.v11-links .nav-group>summary:focus-visible{outline:2px solid var(--bronze);outline-offset:4px}

@media (max-width:1100px) and (min-width:1001px){
  .v11-links{gap:1rem!important}
  .v11-links .nav-group>summary,.v11-links>a:not(.btn){font-size:.64rem!important;letter-spacing:.045em!important}
  .v11-header-cta{padding-inline:.95rem!important}
}

@media (max-width:1000px){
  .v11-links .nav-group{display:block;width:100%;border-bottom:1px solid rgba(185,170,146,.42)}
  .v11-links .nav-group>summary{width:100%;min-height:48px;justify-content:space-between;padding:.7rem .25rem;border-bottom:0;font-size:.72rem;letter-spacing:.055em}
  .v11-links .nav-group[data-current="true"]>summary{color:#9a6820}
  .v11-links .nav-submenu,.v11-links .nav-group--resources .nav-submenu{position:static;min-width:0;width:100%;box-shadow:none;border:0;border-left:1px solid var(--line-dark);background:transparent;padding:.1rem 0 .6rem .65rem;margin:0 0 .2rem .3rem}
  .v11-links .nav-submenu a{min-height:44px;display:flex;align-items:center;padding:.58rem .68rem;font-size:.78rem}
  .v11-links>a:not(.btn){min-height:48px;padding:.7rem .25rem;border-bottom:1px solid rgba(185,170,146,.42)!important}
  .v11-links>a[data-current="true"]:not(.btn){color:#9a6820}
  .v11-links .v11-header-cta{margin-top:.65rem;width:100%;justify-content:center}
}

@media (prefers-reduced-motion:reduce){.v11-links .nav-caret{transition:none}}


/* ===== assets/home-v12-44-mobile-polish.css ===== */
/* v12.44 — mobile homepage polish
   Keeps the Whole Household diagram readable and compact on phones. */

@media (max-width: 760px) {
  .v18-system-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
  }

  .v18-system-map .v11-system-core {
    grid-column: 1 / -1;
    min-height: 116px;
    padding: .85rem;
  }

  .v18-system-map .v11-system-core svg {
    width: 39px;
    height: 35px;
    margin-bottom: .1rem;
  }

  .v18-system-map .v11-system-core strong {
    font-size: 1.02rem;
  }

  .v18-system-map .v11-system-core span {
    font-size: .49rem;
  }

  .v18-system-map .v11-system-node {
    min-height: 72px;
    padding: .58rem .65rem .55rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .v18-system-map .v11-system-node strong {
    font-size: .64rem;
    line-height: 1.2;
  }

  .v18-system-map .v11-system-node small {
    display: block;
    margin-top: .26rem;
    font-size: .49rem;
    line-height: 1.3;
    color: #65757d;
  }

  .v18-fallback {
    margin-top: .75rem;
  }
}

@media (max-width: 360px) {
  .v18-system-map {
    grid-template-columns: 1fr;
  }

  .v18-system-map .v11-system-core {
    grid-column: 1;
  }

  .v18-system-map .v11-system-node {
    min-height: 58px;
  }
}


/* ===== assets/qa-v12-45.css ===== */
/* v12.45 — full-site QA and mobile readability polish.
   Loaded last. Keeps the established design while fixing undersized mobile support text. */

/* Better tap behavior on touch devices without changing desktop hover behavior. */
a, button, summary { -webkit-tap-highlight-color: rgba(11,41,64,.10); }

@media (max-width: 760px) {
  /* Homepage: keep the compact layout, but don't make supporting copy microscopic. */
  .v11-home .v12-hero-intro { font-size: .88rem; line-height: 1.58; }
  .v11-home .v11-conversation-note,
  .v11-home .v12-service-area { font-size: .74rem; line-height: 1.48; }
  .v11-home .v11-need h3 { font-size: .78rem; line-height: 1.28; }
  .v11-home .v11-need p,
  .v11-home .v18-help .v11-need p { font-size: .76rem; line-height: 1.5; }
  .v11-home .v11-connected-copy p { font-size: .84rem; line-height: 1.62; }
  .v11-home .v12-kicker { font-size: .69rem; }

  /* Whole Household diagram: readable on a phone without returning to the oversized empty cards. */
  .v18-system-map .v11-system-core { min-height: 124px; }
  .v18-system-map .v11-system-core strong { font-size: 1.08rem; }
  .v18-system-map .v11-system-core span { font-size: .60rem; }
  .v18-system-map .v11-system-node { min-height: 82px; padding: .62rem .68rem; }
  .v18-system-map .v11-system-node strong { font-size: .72rem; line-height: 1.22; }
  .v18-system-map .v11-system-node small { font-size: .61rem; line-height: 1.35; margin-top: .28rem; }
  .v18-fallback p,
  .v14-service-note p { font-size: .80rem; line-height: 1.58; }
  .v14-service-note a,
  .v18-trust-copy a { font-size: .70rem; }
  .v18-trust-copy p { font-size: .82rem; line-height: 1.62; }
  .v18-final-cta p { font-size: .80rem; }
  .v11-footer .container { font-size: .70rem; row-gap: .55rem; }

  /* Interior pages: small labels remain visually secondary but readable. */
  .subpage-v12 .breadcrumb { font-size: .72rem; line-height: 1.4; }
  .subpage-v12 .eyebrow { font-size: .69rem; }
  .subpage-v12 .field label { font-size: .72rem; }
  .subpage-v12 .conversation-note { font-size: .75rem; line-height: 1.5; }
  .subpage-v12 .leader-tags span { font-size: .68rem; }
  .subpage-v12 .v12-footer .container { font-size: .70rem; }
  .subpage-v12 .page-photo figcaption,
  .subpage-v12 .concept-estate-map figcaption { font-size: .70rem; }

  .subpage-v12 .assessment-node span,
  .subpage-v12 .dc-node b { font-size: .70rem; }
  .subpage-v12 .assessment-node small,
  .subpage-v12 .dc-node small { font-size: .61rem; line-height: 1.32; }

  .subpage-v12 .engagement-fit-note { font-size: .83rem; }
  .subpage-v12 .engagement-kicker { font-size: .72rem; }
  .subpage-v12 .engagement-option > p:not(.engagement-kicker):not(.engagement-price),
  .subpage-v12 .engagement-value p { font-size: .86rem; }
  .subpage-v12 .engagement-assurance { font-size: .79rem !important; }
  .subpage-v12 .contact-engagement-note p { font-size: .84rem; }
  .subpage-v12 .cyber-focus-callout p { font-size: .85rem; }
  .subpage-v12 .cyber-focus-action a { font-size: .82rem; }

  /* Forms: comfortable touch targets and iOS-safe input sizing. */
  .subpage-v12 .field input,
  .subpage-v12 .field select,
  .subpage-v12 .field textarea { min-height: 48px; font-size: 16px; }
  .subpage-v12 .check-grid label { min-height: 48px; align-items: center; }
}

@media (max-width: 380px) {
  /* Very narrow phones trade two-column density for legibility. */
  .v18-system-map { grid-template-columns: 1fr; }
  .v18-system-map .v11-system-core { grid-column: 1; }
  .v18-system-map .v11-system-node { min-height: 66px; }
}


/* ===== assets/insights-v12-48.css ===== */
/* Northeast Continuity v12.48 — concise Insights + homepage latest insight
   v12.48: robust numbered-list layout for mobile and narrow screens. */

/* Homepage: one compact editorial hook, deliberately not a news feed. */
.v1246-latest-insight{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.v1246-latest-insight .container{display:grid;grid-template-columns:minmax(130px,.36fr) minmax(0,1.5fr) auto;gap:clamp(1.2rem,3vw,2.6rem);align-items:center;padding-top:1.15rem;padding-bottom:1.15rem}
.v1246-latest-insight .eyebrow{margin:0}
.v1246-latest-copy h2{font-size:clamp(1.45rem,2.35vw,2rem);line-height:1.12;margin:0}
.v1246-latest-copy h2 a{text-decoration:none}
.v1246-latest-copy p{font-size:.9rem;color:var(--muted);margin:.38rem 0 0;max-width:58rem}
.v1246-latest-link{white-space:nowrap;font-size:.78rem;font-weight:800;letter-spacing:.02em;text-decoration:none;color:var(--ink)}
.v1246-latest-link:hover{text-decoration:underline;text-underline-offset:3px}

/* Insights index: three current, human-scale entry points. */
.v1246-insight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line-dark);border:1px solid var(--line-dark);margin-top:1.35rem}
.v1246-insight-card{display:flex;flex-direction:column;min-height:310px;padding:1.45rem;background:var(--paper);text-decoration:none}
.v1246-insight-card:hover{background:#fff}
.v1246-insight-card small{font-size:.64rem;letter-spacing:.13em;text-transform:uppercase;color:var(--bronze-dark);font-weight:800}
.v1246-insight-card h2{font-size:clamp(1.55rem,2.2vw,2rem);line-height:1.13;margin:.85rem 0 .65rem}
.v1246-insight-card p{font-size:.88rem;line-height:1.55;color:var(--muted);margin:0}
.v1246-insight-card span{margin-top:auto;padding-top:1.25rem;font-size:.76rem;font-weight:800;color:var(--ink)}
.v1246-archive{border-top:1px solid var(--line-dark);margin-top:1.25rem}
.v1246-archive a{display:grid;grid-template-columns:150px 1fr auto;gap:1.2rem;align-items:center;padding:.9rem 0;border-bottom:1px solid var(--line);text-decoration:none}
.v1246-archive small{font-size:.63rem;letter-spacing:.1em;text-transform:uppercase;color:var(--bronze-dark);font-weight:800}
.v1246-archive strong{font:400 1.18rem/1.25 var(--serif);color:var(--ink)}
.v1246-archive span{font-size:.78rem;font-weight:800;color:var(--muted)}

/* Article scanability. */
.v1246-question-list{margin:1rem 0 1.5rem;padding:0;counter-reset:q;list-style:none}
.v1246-question-list li{display:grid;grid-template-columns:1.8rem minmax(0,1fr);column-gap:.75rem;align-items:start;padding:.9rem 0;border-top:1px solid var(--line)}
.v1246-question-list li:last-child{border-bottom:1px solid var(--line)}
.v1246-question-list li:before{counter-increment:q;content:counter(q);width:1.7rem;height:1.7rem;margin-top:.02rem;border:1px solid var(--bronze);border-radius:50%;display:grid;place-items:center;font-size:.72rem;font-weight:800;line-height:1;color:var(--bronze-dark)}
.v1248-question-copy{min-width:0}
.v1246-question-list strong{display:block;color:var(--ink);margin-bottom:.15rem}
.v1246-note{border-left:2px solid var(--bronze);padding:.8rem 1rem;background:var(--paper);margin:1.35rem 0;font-size:.94rem}

@media(max-width:860px){
  .v1246-latest-insight .container{grid-template-columns:1fr auto;gap:.55rem 1.2rem}
  .v1246-latest-insight .eyebrow{grid-column:1/-1}
  .v1246-insight-grid{grid-template-columns:1fr}
  .v1246-insight-card{min-height:0}
  .v1246-archive a{grid-template-columns:1fr auto;gap:.25rem 1rem}
  .v1246-archive small{grid-column:1/-1}
}
@media(max-width:560px){
  .v1246-latest-insight .container{display:block;padding-top:1.05rem;padding-bottom:1.05rem}
  .v1246-latest-copy h2{margin-top:.35rem}
  .v1246-latest-link{display:inline-block;margin-top:.7rem}
  .v1246-insight-card{padding:1.2rem}
  .v1246-archive a{display:block;padding:.9rem 0}
  .v1246-archive strong{display:block;margin:.3rem 0}
  .v1246-archive span{display:block}
}

