/* ONE BLACK 14.7 — consolidated production stylesheet */

/* ===== tokens.css ===== */

:root{
 --black:#020c12;--black-2:#04141e;--navy:#0B2A3C;--navy-2:#0d3347;--navy-3:#123f55;
 --teal:#00B3A6;--teal-2:#2bcfc4;--teal-soft:#b8ebe7;--blue:#1E4B6B;
 --mineral:#E6EEF5;--paper:#F7FAFC;--paper-2:#EEF4F5;--ink:#102b3a;--muted:#5c727d;
 --line:rgba(15,49,64,.14);--line-dark:rgba(196,225,230,.13);--white:#f8fbfc;
 --shadow:0 22px 70px rgba(2,14,20,.14);--shadow-deep:0 28px 90px rgba(0,0,0,.34);
 --container:1400px;--header:90px;--r:18px;--r-sm:11px;
 --serif:"Source Serif 4","Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif;
 --sans:"Manrope","Aptos","Segoe UI Variable","Segoe UI",Arial,sans-serif;
}


/* ===== typography.css ===== */
body{font-family:var(--sans);font-size:18px;line-height:1.72;font-weight:450;letter-spacing:-.006em}
.display,.section-title,.page-title,.quote-title,.person-name,.audience-content h3,.article-card h3,.side-panel h3,.prose h2,.credential-title{font-family:var(--serif);font-weight:600;letter-spacing:-.032em;text-wrap:balance}
.display{font-size:clamp(60px,5.15vw,86px);line-height:.98}
.section-title{font-size:clamp(44px,3.85vw,64px);line-height:1.02}
.page-title{font-size:clamp(50px,4.55vw,72px);line-height:1.01}
.quote-title{font-size:clamp(40px,3.45vw,56px);line-height:1.04}
.body-xl{font-size:clamp(19px,1.5vw,22px);line-height:1.68}
.body-lg{font-size:18.5px;line-height:1.72}
.body-md{font-size:17.5px;line-height:1.72}
.eyebrow{font-size:13px;line-height:1.35;letter-spacing:.19em;font-weight:800;text-transform:uppercase}


/* ===== base.css ===== */

*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--black)}body{margin:0;color:var(--ink);background:var(--paper);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}svg{display:block}::selection{background:var(--teal-soft);color:var(--navy)}
.container{width:min(calc(100% - 64px),var(--container));margin-inline:auto}.reading{max-width:850px}.section{padding:112px 0}.section--compact{padding:76px 0}.section--light{background:var(--paper)}.section--mineral{background:linear-gradient(180deg,#f3f7f8,#edf3f4)}.section--dark{background:radial-gradient(circle at 78% 15%,rgba(0,179,166,.10),transparent 26%),linear-gradient(145deg,var(--black),var(--navy));color:var(--white)}.on-dark{color:var(--white)}.muted{color:var(--muted)}.on-dark .muted{color:#bfd0d5}


/* ===== components.css ===== */

.btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 22px;border-radius:11px;border:1px solid transparent;text-decoration:none;font-weight:750;font-size:16px;transition:.22s ease}.btn:hover{transform:translateY(-1px)}
.btn--primary{background:linear-gradient(135deg,var(--teal),#078b91);color:#fff;box-shadow:0 12px 34px rgba(0,179,166,.18)}.btn--primary:hover{box-shadow:0 18px 44px rgba(0,179,166,.25)}.btn--ghost{color:#fff;background:rgba(3,19,29,.36);border-color:rgba(218,240,243,.48)}.btn--ghost:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.74)}.btn--outline{color:var(--navy);background:transparent;border-color:rgba(11,42,60,.28)}
.text-link{display:inline-flex;align-items:center;gap:9px;color:#008e8c;font-size:15px;font-weight:800;text-decoration:none}.text-link::after{content:"→";transition:transform .2s ease}.text-link:hover::after{transform:translateX(4px)}
.skip-link{position:fixed;left:18px;top:-90px;z-index:5000;background:#fff;color:var(--navy);padding:11px 15px;border-radius:9px;font-weight:800;box-shadow:var(--shadow)}.skip-link:focus{top:18px}
/* header */
.site-header{position:sticky;top:0;z-index:600;background:rgba(3,19,28,.955);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.07);transition:.25s}.site-header.is-scrolled{background:rgba(2,12,18,.985);box-shadow:0 16px 50px rgba(0,0,0,.25)}.header-inner{min-height:var(--header);display:flex;align-items:center;gap:28px}.site-logo{width:304px;flex:0 0 auto;display:block}.site-logo picture{display:block}.site-logo img{width:100%;height:auto;display:block}.primary-nav{margin-left:auto;display:flex;align-items:center;gap:3px}.nav-group{position:relative}.nav-trigger,.nav-link{appearance:none;border:0;background:transparent;color:#edf5f6;padding:13px 11px;border-radius:8px;text-decoration:none;font-size:15.5px;font-weight:650;white-space:nowrap;letter-spacing:-.01em}.nav-trigger{display:flex;align-items:center;gap:6px}.nav-trigger svg{width:15px;height:15px;transition:.2s}.nav-group.open .nav-trigger svg{transform:rotate(180deg)}.nav-trigger:hover,.nav-link:hover,.nav-link.is-active{background:rgba(255,255,255,.055);color:#fff}.nav-link.is-active,.nav-group.is-active>.nav-trigger{box-shadow:inset 0 -1px 0 var(--teal)}
.dropdown{position:absolute;top:calc(100% + 12px);left:0;min-width:318px;padding:10px;border-radius:14px;background:rgba(4,22,31,.99);border:1px solid rgba(255,255,255,.11);box-shadow:var(--shadow-deep);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s}.nav-group.open .dropdown{opacity:1;visibility:visible;transform:none}.dropdown a{display:block;padding:11px 12px;border-radius:9px;color:#d8e6e8;text-decoration:none;font-size:15px}.dropdown a:hover,.dropdown a:focus-visible{background:rgba(255,255,255,.075);color:#fff}.header-cta{margin-left:8px;white-space:nowrap;flex:0 0 auto}.mobile-toggle{display:none;margin-left:auto;width:48px;height:48px;border-radius:10px;border:1px solid rgba(255,255,255,.22);background:transparent;color:#fff}.mobile-toggle svg{width:24px;height:24px;margin:auto}.mobile-panel{display:none;background:#041823;border-top:1px solid rgba(255,255,255,.08);max-height:calc(100vh - var(--header));overflow:auto}.mobile-panel.open{display:block}.mobile-nav{width:min(calc(100% - 36px),720px);margin:auto;padding:20px 0 28px;display:grid}.mobile-nav>a,.mobile-nav summary{padding:13px 2px;color:#eef7f7;text-decoration:none;font-weight:700;cursor:pointer}.mobile-nav details{border-bottom:1px solid rgba(255,255,255,.08)}.mobile-subnav{display:grid;padding:0 0 12px 14px}.mobile-subnav a{padding:8px 0;color:#b9cdd1;text-decoration:none;font-size:15.5px}
/* footer */
.site-footer{background:#010a10;color:#c4d5d8;padding:72px 0 24px;border-top:1px solid rgba(255,255,255,.07)}.footer-grid{display:grid;grid-template-columns:1.2fr .78fr 1.05fr .92fr 1.22fr;gap:34px}.footer-logo{width:300px;max-width:100%;margin-bottom:22px}.footer-signature{font-family:var(--serif);font-size:24px;line-height:1.15;color:#f6fafb;margin:0}.footer-presence{font-size:15px;line-height:1.55;color:#9ab1b6;margin:10px 0 0}.footer-heading{color:#fff;font-size:15px;font-weight:800;margin:0 0 13px}.footer-links{display:grid;gap:8px}.footer-links a{color:#b8cbd0;text-decoration:none;font-size:15px;line-height:1.45}.footer-links a:hover{color:#fff}.footer-contact{display:grid;gap:8px;font-size:15px}.footer-contact strong{color:#fff}.footer-contact a{color:#b9d4d8;text-decoration:none}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid rgba(255,255,255,.09);margin-top:48px;padding-top:20px;font-size:13px;color:#819aa1}.footer-legal{display:flex;gap:17px;flex-wrap:wrap}.footer-legal a,.footer-legal button{color:#98afb5;background:transparent;border:0;padding:0;text-decoration:none;font-size:13px}.footer-mobile-brand{display:none}.footer-mobile-groups{display:none}
.whatsapp{position:fixed;right:22px;bottom:22px;z-index:350;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;text-decoration:none;color:#fff;background:linear-gradient(145deg,#12b6aa,#07898d);border:1px solid rgba(255,255,255,.27);box-shadow:0 16px 44px rgba(3,31,37,.31)}.whatsapp svg{width:26px;height:26px}


.hero-actions .btn{white-space:nowrap}


/* ===== global.css ===== */
/* INNER PAGES — ONE BLACK Candidate 03 */
.page-hero{position:relative;overflow:hidden;color:#fff;background:linear-gradient(105deg,var(--black),var(--navy))}.page-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,12,18,.995) 0%,rgba(2,12,18,.92) 52%,rgba(2,12,18,.38) 100%),url("../img/inner-hero.webp") right center/58% 100% no-repeat}.page-hero-inner{position:relative;z-index:2;min-height:470px;display:flex;align-items:center;padding:68px 0}.page-hero-copy{max-width:900px}.page-hero-copy .body-xl{margin-top:23px;color:#cbdcdf;max-width:760px}.breadcrumbs{display:flex;gap:9px;flex-wrap:wrap;font-size:13.5px;color:#8eaab0;margin-bottom:28px}.breadcrumbs a{color:#c3d4d8;text-decoration:none}.breadcrumbs a:hover{color:#fff}.breadcrumbs span{color:#5f8088}

.inner-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:88px;align-items:start}.prose{max-width:860px}.prose h2{font-size:40px;line-height:1.08;margin:54px 0 17px}.prose h2:first-child{margin-top:0}.prose h3{font-size:21px;margin:31px 0 10px}.prose p,.prose li{font-size:18px;line-height:1.72;color:#3d5964}.prose p{margin:0 0 20px}.prose ul,.prose ol{padding-left:24px}.prose li+li{margin-top:9px}.prose strong{color:var(--ink)}
.side-panel{position:sticky;top:calc(var(--header) + 27px);padding:30px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.side-panel h3{font-size:30px;line-height:1.08;margin:0 0 17px}.side-panel p{font-size:16px;line-height:1.66;color:var(--muted);margin:0 0 20px}.side-panel .btn{width:100%}.side-panel .eyebrow{margin-bottom:12px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:38px 0}.feature{padding:28px;border:1px solid var(--line);border-radius:15px;background:#fff}.feature h3{font-size:19px;margin:0 0 8px}.feature p{font-size:16px;line-height:1.62;color:var(--muted);margin:0}
.content-band{padding:44px;border-radius:18px;background:linear-gradient(145deg,#03161f,#0b3344);color:#fff;margin:50px 0}.content-band h2{color:#fff!important;margin-top:0!important}.content-band p,.content-band li{color:#d7e5e7!important}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{padding:29px;border-radius:16px;background:#fff;border:1px solid var(--line);text-decoration:none;box-shadow:0 10px 34px rgba(4,20,30,.05);transition:.2s}.article-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.article-card .tag{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:850;color:#008d8a}.article-card h3{font-size:30px;line-height:1.07;margin:13px 0 11px}.article-card p{font-size:16px;line-height:1.6;color:var(--muted);margin:0}.article-detail{scroll-margin-top:calc(var(--header) + 24px);padding-top:16px}

/* DIRECTION TECHNICAL — authentic profile */
.direction-profile-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 22%,rgba(0,179,166,.10),transparent 28%),linear-gradient(118deg,#010a10 0%,#031821 58%,#0a3244 100%);color:#fff}.direction-profile-grid{min-height:660px;display:grid;grid-template-columns:1.06fr .78fr;gap:70px;align-items:stretch}.direction-profile-copy{display:flex;flex-direction:column;justify-content:center;padding:72px 0 82px;position:relative;z-index:2}.direction-profile-copy .page-title{max-width:760px}.direction-profile-copy .body-xl{max-width:720px;margin-top:24px;color:#ccdde0}.direction-profile-copy .profile-reg{margin-top:27px;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.profile-chip{display:inline-flex;align-items:center;min-height:38px;padding:8px 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#dce9eb;font-size:14.5px;font-weight:700;background:rgba(255,255,255,.03)}.direction-profile-media{position:relative;min-height:660px;overflow:hidden}.direction-profile-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 12%;filter:saturate(.94) contrast(1.02)}.direction-profile-media::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#031821 0%,rgba(3,24,33,.25) 16%,transparent 45%),linear-gradient(0deg,rgba(1,10,16,.32),transparent 40%)}
.direction-intro-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:78px;align-items:start}.direction-intro-kicker{padding-left:24px;border-left:2px solid var(--teal)}.direction-intro-kicker .quote-title{max-width:580px}.direction-intro-copy p{font-size:18px;line-height:1.74;color:#425e68;margin:0 0 20px}
.credentials-section{background:linear-gradient(180deg,#eef4f4,#f8fbfb)}.credentials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:38px}.credential-card{padding:28px 29px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 10px 34px rgba(4,20,30,.045)}.credential-card .credential-meta{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#008f8c;font-weight:850;margin-bottom:10px}.credential-title{font-size:28px;line-height:1.08;margin:0 0 10px;color:var(--ink)}.credential-card p{font-size:16px;line-height:1.62;color:var(--muted);margin:0}.credential-card .non-specialist{display:inline-flex;margin-top:15px;padding:6px 9px;border-radius:6px;background:#f0f5f5;border:1px solid #d8e3e2;font-size:12px;font-weight:850;letter-spacing:.08em;color:#405a64}.credential-note{margin-top:22px;padding:18px 20px;border-left:2px solid var(--teal);background:#f8fbfb;color:#536c76;font-size:14.5px;line-height:1.65}
.role-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:34px}.role-item{padding:26px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.role-item h3{font-size:19px;margin:0 0 8px}.role-item p{font-size:16px;color:var(--muted);margin:0;line-height:1.62}

/* FORMS */
.form-card{padding:38px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{display:grid;gap:7px}.field--full{grid-column:1/-1}.field label{font-weight:760;font-size:15px}.field input,.field textarea,.field select{width:100%;padding:14px 15px;border:1px solid #c7d5d5;border-radius:10px;background:#fbfdfd;color:var(--ink)}.field input:focus,.field textarea:focus,.field select:focus{border-color:#63cfc9;box-shadow:0 0 0 3px rgba(0,179,166,.08)}.field textarea{min-height:165px;resize:vertical}.field-note{font-size:13.5px;color:var(--muted)}.checkline{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;color:#405e69}.checkline input{margin-top:5px}.form-status{margin-top:15px;font-size:14px;font-weight:700;color:#007f7d;display:none}

/* FAQ */
.faq{display:grid;gap:12px}.faq details{background:#fff;border:1px solid var(--line);border-radius:13px;padding:0 22px}.faq summary{padding:21px 0;font-weight:780;list-style:none;display:flex;justify-content:space-between;gap:20px}.faq summary::after{content:"+";color:#008d8a;font-size:22px}.faq details[open] summary::after{content:"−"}.faq details p{padding:0 0 21px;margin:0;color:var(--muted);font-size:16.5px;line-height:1.68}

.final-cta{padding:94px 0;color:#fff;background:radial-gradient(circle at 85% 18%,rgba(0,179,166,.18),transparent 23%),linear-gradient(105deg,#031820,#074552)}.final-grid{display:grid;grid-template-columns:1fr .88fr;gap:78px;align-items:center}.final-copy p{color:#d9e7e9;margin:0 0 26px;font-size:18px}.microcopy{font-size:14px!important;color:#c3d8db!important;margin:14px 0 0!important}


/* ===== inner-heroes.css ===== */

/* Candidate 03 — internal masthead system: each page has its own vector language */
.page-hero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 76% 24%,rgba(0,179,166,.085),transparent 24%),linear-gradient(115deg,#01090f 0%,#031821 58%,#092c3d 100%);border-bottom:1px solid rgba(43,207,196,.16);isolation:isolate}
.page-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,9,15,.995) 0%,rgba(2,16,24,.96) 46%,rgba(2,18,27,.70) 61%,rgba(1,10,16,.18) 100%);z-index:1;pointer-events:none}
.page-hero::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(0deg,rgba(1,10,16,.38),transparent 30%)}
.page-hero-inner{position:relative;z-index:3;min-height:480px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);align-items:center;gap:46px;padding:72px 0}
.page-hero-copy{max-width:790px}.page-hero-copy .body-xl{margin-top:23px;color:#cbdcdf;max-width:730px}
.page-hero-art{position:absolute;z-index:2;right:max(18px,calc((100vw - min(100vw - 64px,var(--container)))/2));top:50%;transform:translateY(-50%);width:min(49vw,720px);height:88%;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:.95}
.page-hero-art img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 26px 70px rgba(0,179,166,.06))}
.page-hero .breadcrumbs{position:relative;z-index:4}
.page-hero--servicos,.page-hero--inteligencia{background:radial-gradient(circle at 76% 24%,rgba(0,179,166,.11),transparent 25%),linear-gradient(115deg,#01090f,#031a25 58%,#0a3041)}
.page-hero--publico{background:radial-gradient(circle at 78% 25%,rgba(30,75,107,.18),transparent 28%),linear-gradient(118deg,#01090f,#031721 54%,#0b2c3b)}
.page-hero--legal{background:radial-gradient(circle at 78% 20%,rgba(0,179,166,.06),transparent 24%),linear-gradient(118deg,#01090f,#02151e 60%,#082532)}
.page-hero--contato{background:radial-gradient(circle at 80% 28%,rgba(43,207,196,.12),transparent 28%),linear-gradient(118deg,#01090f,#031a25 58%,#0b3442)}
.page-hero--faq{background:radial-gradient(circle at 78% 26%,rgba(43,207,196,.08),transparent 26%),linear-gradient(118deg,#01090f,#021721 60%,#092b39)}
.internal-hero-note{display:flex;align-items:center;gap:12px;margin-top:25px;color:#9fb8be;font-size:14.5px;font-weight:650}.internal-hero-note::before{content:"";width:30px;height:1px;background:var(--teal)}

/* Direction Technical: photography + vector overlay, distinct from Home */
.direction-profile-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 22%,rgba(0,179,166,.10),transparent 27%),linear-gradient(118deg,#01090f 0%,#031821 58%,#0a3244 100%);color:#fff;border-bottom:1px solid rgba(43,207,196,.16)}
.direction-profile-grid{min-height:680px;display:grid;grid-template-columns:1.02fr .78fr;gap:62px;align-items:stretch}
.direction-profile-copy{display:flex;flex-direction:column;justify-content:center;padding:76px 0 84px;position:relative;z-index:3}.direction-profile-copy .page-title{max-width:740px}.direction-profile-copy .body-xl{max-width:700px;margin-top:24px;color:#ccdde0}.direction-profile-copy .profile-reg{margin-top:27px;display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.direction-profile-media{position:relative;min-height:680px;overflow:hidden;isolation:isolate}.direction-profile-media img{position:absolute;z-index:2;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 11%;filter:saturate(.95) contrast(1.02)}.direction-profile-media::before{content:"";position:absolute;inset:0;z-index:3;background:linear-gradient(90deg,#031821 0%,rgba(3,24,33,.30) 17%,transparent 48%),linear-gradient(0deg,rgba(1,10,16,.34),transparent 43%);pointer-events:none}
.direction-profile-vector{position:absolute;z-index:1;inset:7% -20% 5% 0;opacity:.62}.direction-profile-vector img{position:static;width:100%;height:100%;object-fit:contain;filter:none}
.credentials-section{background:linear-gradient(180deg,#f8fbfb,#edf3f4)}
.credentials-grid.credentials-grid--official{grid-template-columns:repeat(4,1fr)}
.credential-card--primary{background:linear-gradient(145deg,#fff,#f2f8f7);border-color:rgba(0,179,166,.24);box-shadow:0 18px 46px rgba(2,28,36,.07)}
.credential-title-line{font-family:var(--serif);font-size:29px;line-height:1.06;font-weight:600;color:var(--ink);margin:0}
.credential-card p{margin-top:12px}
.credential-compliance{margin-top:26px;max-width:920px;font-size:14px;line-height:1.65;color:#617983}

@media(max-width:1180px){.page-hero-inner{grid-template-columns:1fr;min-height:470px}.page-hero-art{right:-4%;width:54vw;opacity:.46}.direction-profile-grid{grid-template-columns:1fr .82fr;gap:32px}.credentials-grid.credentials-grid--official{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.page-hero-inner{display:flex;min-height:420px;padding:60px 0}.page-hero-copy{max-width:100%}.page-hero-art{right:-20%;top:55%;width:92vw;height:84%;opacity:.24}.page-hero::before{background:linear-gradient(90deg,rgba(1,9,15,.995),rgba(2,16,24,.91))}.internal-hero-note{font-size:13.5px}.direction-profile-grid{grid-template-columns:1fr;gap:0;min-height:auto}.direction-profile-copy{padding:58px 0 42px}.direction-profile-media{min-height:540px;margin:0 -16px}.direction-profile-vector{opacity:.34;inset:4% -35% 4% 5%}.credentials-grid.credentials-grid--official{grid-template-columns:1fr}.credential-title-line{font-size:27px}}

/* =========================================================
   Candidate 04 — internal pages are members of the same brand,
   not clones of the Home or of one another.
   ========================================================= */
.page-hero{min-height:0}
.page-hero-inner{min-height:430px;padding:58px 0 62px}
.page-hero-copy .page-title{font-size:clamp(43px,4.1vw,64px);max-width:780px}
.page-hero-copy .body-xl{font-size:17px;line-height:1.58}
.page-hero-art{height:80%;opacity:.9}

/* Institutional: structured, architectural, broader vector field */
.page-hero--institucional{background:radial-gradient(circle at 79% 42%,rgba(0,179,166,.10),transparent 30%),linear-gradient(114deg,#010a10 0%,#031822 52%,#0b3344 100%)}
.page-hero--institucional .page-hero-art{width:min(54vw,790px);height:92%;right:3%;opacity:.72}
.page-hero--institucional::before{background:linear-gradient(90deg,rgba(1,9,15,.995) 0%,rgba(2,16,24,.97) 48%,rgba(2,18,27,.48) 68%,rgba(1,10,16,.10) 100%)}

/* Services: technical plate, compact and document-driven */
.page-hero--servicos{background:linear-gradient(115deg,#010a10,#041b26 62%,#0a3141)}
.page-hero--servicos .page-hero-inner{min-height:400px}
.page-hero--servicos .page-hero-art{width:min(42vw,620px);height:74%;right:6%;opacity:.94}
.page-hero--servicos::after{background:linear-gradient(0deg,rgba(1,10,16,.46),transparent 34%),linear-gradient(90deg,transparent 72%,rgba(0,179,166,.035))}

/* Publics: contextual, more horizontal and less technical-grid-like */
.page-hero--publico{background:radial-gradient(circle at 80% 45%,rgba(30,75,107,.18),transparent 34%),linear-gradient(118deg,#010a10,#041923 53%,#0b3142)}
.page-hero--publico .page-hero-art{width:min(50vw,730px);height:88%;right:1%;bottom:0;top:auto;transform:none;opacity:.8}
.page-hero--publico::before{background:linear-gradient(90deg,rgba(1,9,15,.995),rgba(2,16,24,.94) 50%,rgba(2,18,27,.48) 72%,rgba(1,10,16,.12))}

/* Intelligence: editorial and expansive */
.page-hero--inteligencia{background:radial-gradient(circle at 74% 26%,rgba(0,179,166,.13),transparent 28%),linear-gradient(116deg,#01090f,#031722 50%,#0a3546)}
.page-hero--inteligencia .page-hero-inner{min-height:500px}
.page-hero--inteligencia .page-hero-art{width:min(56vw,820px);height:95%;right:-1%;opacity:.76}
.page-hero--inteligencia .page-title{max-width:850px}

/* Contact: quieter, clear path to action */
.page-hero--contato .page-hero-inner{min-height:390px}
.page-hero--contato .page-hero-art{width:min(38vw,540px);height:72%;right:8%;opacity:.9}

/* Legal & FAQ: restrained institutional mastheads */
.page-hero--legal .page-hero-inner,.page-hero--faq .page-hero-inner{min-height:340px}
.page-hero--legal .page-hero-art,.page-hero--faq .page-hero-art{width:min(34vw,500px);height:68%;right:8%;opacity:.62}
.page-hero--legal .page-title,.page-hero--faq .page-title{font-size:clamp(40px,3.7vw,56px)}

@media(max-width:1180px){
 .page-hero--institucional .page-hero-art,.page-hero--inteligencia .page-hero-art{width:58vw}
 .page-hero--servicos .page-hero-art,.page-hero--contato .page-hero-art{width:48vw}
 .page-hero--publico .page-hero-art{width:60vw}
}
@media(max-width:760px){
 .page-hero-inner,.page-hero--servicos .page-hero-inner,.page-hero--inteligencia .page-hero-inner,.page-hero--contato .page-hero-inner,.page-hero--legal .page-hero-inner,.page-hero--faq .page-hero-inner{min-height:390px;padding:52px 0}
 .page-hero-art,.page-hero--institucional .page-hero-art,.page-hero--servicos .page-hero-art,.page-hero--publico .page-hero-art,.page-hero--inteligencia .page-hero-art,.page-hero--contato .page-hero-art,.page-hero--legal .page-hero-art,.page-hero--faq .page-hero-art{right:-22%;top:55%;bottom:auto;transform:translateY(-50%);width:95vw;height:82%;opacity:.20}
}


/* ===== home.css ===== */
/* ONE BLACK home — Candidate 03 refinement */
.section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:76px;align-items:end;margin-bottom:52px}
.section-head .section-title{max-width:820px}.section-head .body-lg{margin:0;color:var(--muted);max-width:610px}

/* HERO — photographic field integrated into the black interface */
.hero{position:relative;overflow:hidden;color:#fff;background:#010a10;isolation:isolate}
.hero::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#010a10 0%,rgba(1,10,16,.985) 20%,rgba(2,16,24,.93) 37%,rgba(2,18,27,.62) 52%,rgba(1,10,16,.12) 70%,rgba(1,10,16,.16) 100%),linear-gradient(0deg,rgba(1,10,16,.48),transparent 32%)}
.hero::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;box-shadow:inset 0 -1px 0 rgba(43,207,196,.20)}
.hero-grid{position:relative;z-index:3;min-height:680px;display:flex;align-items:center}
.hero-copy{width:min(54%,760px);padding:70px 0 76px}
.hero-copy .display{max-width:740px;text-shadow:0 2px 24px rgba(0,0,0,.22)}
.hero-copy .display em{font-style:normal;color:var(--teal-2);text-shadow:0 0 28px rgba(0,179,166,.07)}
.hero-copy .body-xl{max-width:680px;margin:29px 0 0;color:#d7e5e8}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.hero-presence{margin-top:28px;display:flex;align-items:center;gap:11px;color:#b6cbd0;font-size:15.5px;font-weight:650}.hero-presence svg{width:20px;height:20px;color:var(--teal-2)}
.hero-media{position:absolute;inset:0;z-index:0;overflow:hidden}.hero-media picture,.hero-media img{width:100%;height:100%;display:block}.hero-media img{object-fit:cover;object-position:center center;filter:saturate(.92) contrast(1.06) brightness(.86)}

/* PREMISE — editorial silence, not a large empty block */
.premise-section{padding:84px 0;background:radial-gradient(circle at 50% 8%,rgba(0,179,166,.055),transparent 25%),linear-gradient(180deg,#020e14,#010a10);color:#fff;border-bottom:1px solid rgba(0,179,166,.15)}
.premise-wrap{max-width:1120px;margin:auto;text-align:center}.premise-wrap .quote-title{font-size:clamp(46px,4.5vw,68px);max-width:980px;margin:auto}.premise-line{width:54px;height:2px;background:var(--teal);margin:25px auto}.premise-wrap p{max-width:820px;margin:auto;color:#c0d1d5;font-size:18.5px;line-height:1.72}.premise-section .eyebrow{color:var(--teal-2)}

/* SERVICES — historical V2 service index, refined */
.home-services{background:linear-gradient(180deg,#010a10 0%,#03131c 100%);color:#f5f9fa;border-top:1px solid rgba(72,207,199,.15)}
.home-services .section-head .body-lg{color:#bacdd1}.home-services .eyebrow{color:var(--teal-2)}.home-services .section-title{color:#fff}
.service-index{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid rgba(255,255,255,.11);border-bottom:1px solid rgba(255,255,255,.09)}
.service-row{display:flex;flex-direction:column;min-height:324px;padding:31px 27px 28px;border-right:1px solid rgba(255,255,255,.10);position:relative;transition:background .25s ease}.service-row:last-child{border-right:0}.service-row:hover{background:rgba(255,255,255,.018)}.service-row::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--teal);transform:scaleX(0);transform-origin:left;transition:transform .28s ease}.service-row:hover::after{transform:scaleX(1)}
.service-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(67,218,210,.55);background:rgba(0,179,166,.035);color:var(--teal-2);margin-bottom:24px}.service-icon svg{width:24px;height:24px}.service-no{font-size:13px;letter-spacing:.18em;font-weight:850;color:var(--teal-2)}.service-title{font-size:20px;line-height:1.23;font-weight:760;margin:8px 0 0;color:#fff}.service-row p{margin:13px 0 20px;color:#b4c7cb;font-size:16px;line-height:1.62}.service-row .text-link{margin-top:auto;color:var(--teal-2);font-size:15px}

/* PRESENCE */
.presence-grid{display:grid;grid-template-columns:.86fr 1.16fr .58fr;gap:54px;align-items:center}.presence-copy .section-title{max-width:570px}.presence-copy .body-lg{margin-top:23px;color:#c3d5d9;max-width:530px}.map-stage{position:relative;min-height:470px;border-radius:20px;overflow:hidden;background:#031b26;border:1px solid rgba(255,255,255,.11);box-shadow:inset 0 0 90px rgba(0,179,166,.06),0 26px 80px rgba(0,0,0,.16)}.map-stage img{width:100%;height:100%;object-fit:cover;filter:saturate(1.06) contrast(1.08) brightness(.93)}.map-stage::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,transparent 43%,rgba(1,10,16,.36) 100%);pointer-events:none}.map-label{position:absolute;z-index:2;right:24px;bottom:24px;padding:10px 13px;border-radius:9px;background:rgba(1,10,16,.9);border:1px solid rgba(255,255,255,.17);font-size:14px;font-weight:760}.stats{display:grid;gap:30px}.stat{padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.16)}.stat:last-child{border:0;padding-bottom:0}.stat strong{font-family:var(--serif);font-size:60px;line-height:.9;font-weight:600}.stat span{display:block;margin-top:12px;color:#cbdcdf;font-size:17px;line-height:1.45}

/* METHOD */
.method-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.method{padding:31px 25px 26px;border-right:1px solid var(--line);position:relative}.method:last-child{border-right:0}.method::before{content:"";display:block;width:28px;height:2px;background:var(--teal);margin-bottom:18px}.method-num{font-family:var(--serif);font-size:27px;color:#008f8c;margin-bottom:14px}.method h3{font-size:18.5px;margin:0}.method p{font-size:16px;line-height:1.62;color:var(--muted);margin:9px 0 0}

/* AUDIENCES */
.audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:19px}.audience-card{position:relative;min-height:410px;border-radius:17px;overflow:hidden;color:#fff;text-decoration:none;background:#062433;box-shadow:var(--shadow);isolation:isolate}.audience-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease,filter .4s ease;filter:saturate(.86) contrast(1.03)}.audience-card:nth-child(1) img{object-position:center}.audience-card:nth-child(2) img{object-position:60% center}.audience-card:nth-child(3) img{object-position:center}.audience-card:nth-child(4) img{object-position:55% center}.audience-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(1,10,16,.08) 8%,rgba(1,10,16,.38) 48%,rgba(1,10,16,.96) 100%)}.audience-card:hover img{transform:scale(1.03);filter:saturate(.94) contrast(1.05)}.audience-content{position:absolute;z-index:2;left:26px;right:26px;bottom:25px}.audience-content h3{font-size:30px;line-height:1.02;margin:0 0 12px}.audience-content p{font-size:16px;color:#d8e5e7;line-height:1.55;margin:0}.audience-content span{display:inline-block;margin-top:18px;color:#62dcd5;font-weight:800;font-size:14px}

/* AUTHORITY */
.authority-section{background:#f5f8f8}.authority-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:28px}.direction-card{display:grid;grid-template-columns:.78fr 1.22fr;min-height:500px;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.direction-image{position:relative;overflow:hidden;background:#062b3a}.direction-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.86)}.direction-copy{padding:48px 45px}.person-name{font-size:32px;line-height:1.05;margin:24px 0 5px}.person-reg{font-weight:800;color:var(--navy);font-size:15.5px}.direction-copy .body-md{color:#536d78;margin-top:20px}.intelligence-card{position:relative;overflow:hidden;min-height:500px;padding:48px;border-radius:18px;background:#041923;color:#fff;box-shadow:var(--shadow)}.intelligence-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.42;filter:saturate(.82)}.intelligence-card::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,10,16,.98),rgba(1,10,16,.84) 58%,rgba(1,10,16,.36))}.intelligence-content{position:relative;z-index:2;max-width:600px}.intelligence-content .body-lg{color:#cddde0;margin:22px 0 28px}

.direction-chapter{background:linear-gradient(180deg,#f8fbfb,#edf3f4)}.direction-chapter-grid{display:grid;grid-template-columns:.78fr 1.22fr;min-height:590px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.direction-chapter-media{position:relative;overflow:hidden;min-height:590px;background:#092b3a}.direction-chapter-media img{width:100%;height:100%;object-fit:cover;object-position:center 44%;filter:saturate(.84) contrast(1.02)}.direction-chapter-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 58%,rgba(245,249,249,.24))}.direction-chapter-copy{padding:72px 76px;display:flex;flex-direction:column;justify-content:center}.direction-chapter-copy .quote-title{max-width:720px}.direction-chapter-copy .body-lg{max-width:700px;color:#526b75;margin-top:23px}.direction-chapter-copy .person-name{font-size:37px;margin:28px 0 6px}.direction-chapter-copy .text-link{margin-top:27px;align-self:flex-start}

.intelligence-chapter{background:radial-gradient(circle at 82% 18%,rgba(0,179,166,.08),transparent 26%),linear-gradient(140deg,#010a10,#052332);color:#fff}.intelligence-grid{display:grid;grid-template-columns:.76fr 1.24fr;gap:78px;align-items:start}.intelligence-intro .body-lg{color:#c8d8dc;max-width:570px;margin-top:22px}.intelligence-articles{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.08)}.intelligence-teaser{padding:31px 26px 27px;border-right:1px solid rgba(255,255,255,.11);text-decoration:none;min-height:275px;display:flex;flex-direction:column}.intelligence-teaser:last-child{border-right:0}.intelligence-teaser .tag{font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-2);font-weight:800}.intelligence-teaser h3{font-family:var(--serif);font-size:28px;line-height:1.06;font-weight:600;margin:15px 0 12px}.intelligence-teaser p{font-size:15.5px;line-height:1.6;color:#b7c9cd;margin:0}.intelligence-teaser span{margin-top:auto;padding-top:19px;color:var(--teal-2);font-size:14px;font-weight:800}

/* =========================================================
   ONE BLACK Candidate 04 — HOME MASTER BASE
   Visual locked to the approved Home reference.
   ========================================================= */

/* Hero remains exclusive to Home */
.hero{min-height:0;background:linear-gradient(108deg,#020c12 0%,#041822 54%,#082f40 100%)}
.hero-grid{min-height:590px}
.hero-copy{padding:56px 0 62px;max-width:610px}
.hero-copy .display{font-size:clamp(48px,4.45vw,70px);line-height:.99;max-width:610px}
.hero-copy .body-xl{font-size:17px;line-height:1.52;max-width:530px;margin-top:18px}
.hero-actions{margin-top:22px}.hero-presence{display:none}
.hero-media{width:64%;opacity:1}.hero-media img{object-position:48% center}
.hero-media::before{background:linear-gradient(90deg,#031720 0%,rgba(3,23,32,.76) 10%,rgba(3,23,32,.10) 35%,rgba(2,12,18,.06) 80%,rgba(2,12,18,.18) 100%)}

/* The approved Home has no standalone premise band */
.premise-section{display:none!important}

/* Services — light horizontal index */
.home-services{background:linear-gradient(180deg,#f8fbfc,#f2f7f8);padding:52px 0 48px;color:var(--ink)}
.home-services-head{display:grid;grid-template-columns:1.15fr .95fr auto;gap:42px;align-items:end;margin-bottom:26px}
.home-services-head .section-title{font-size:clamp(34px,3vw,47px);line-height:1.02;max-width:610px}
.home-services-head .body-lg{font-size:16px;line-height:1.55;color:#3e5965;max-width:520px;margin:0}
.home-services-all{align-self:center;justify-self:end;white-space:nowrap}
.home-services .service-index{display:grid;grid-template-columns:repeat(5,1fr);border-top:0;border-bottom:0;gap:0}
.home-services .service-row{display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto auto;column-gap:14px;row-gap:5px;align-content:start;padding:14px 20px 9px;border-bottom:0;border-right:1px solid var(--line);min-width:0}
.home-services .service-row:first-child{padding-left:0}.home-services .service-row:last-child{border-right:0;padding-right:0}
.home-services .service-row::before{display:none}.home-services .service-icon{grid-row:1/4;width:42px;height:42px;margin:0;border-radius:50%;background:#062435;color:#76e0da;border:1px solid rgba(0,179,166,.18)}
.home-services .service-icon svg{width:22px;height:22px}
.home-services .service-no{grid-column:2;font-size:11px;letter-spacing:.09em;color:#748a94;line-height:1}
.home-services .service-title{grid-column:2;font-family:var(--sans);font-size:14px;line-height:1.25;font-weight:800;color:#102b3a;margin:0;min-height:36px}
.home-services .service-row p{grid-column:2;font-size:12.5px;line-height:1.45;color:#667a83;margin:0}
.home-services .service-row .text-link{display:none}

/* Presence — dark panoramic chapter matching the approved reference */
.section--dark:has(.presence-grid){padding:50px 0 48px;background:radial-gradient(circle at 48% 46%,rgba(0,179,166,.10),transparent 26%),linear-gradient(106deg,#02141d,#052b3b 72%,#031822)}
.presence-grid{grid-template-columns:.86fr 1.03fr .52fr .62fr;gap:34px;align-items:center}
.presence-copy .section-title{font-size:clamp(35px,3.15vw,48px);line-height:1.02;max-width:470px}
.presence-copy .body-lg{font-size:16px;line-height:1.52;margin-top:14px;max-width:420px}
.presence-cta{margin-top:20px;min-height:44px;padding:10px 16px;font-size:14px}
.map-stage{min-height:300px;border:0;border-radius:0;background:transparent;box-shadow:none}
.map-stage img{object-fit:contain;filter:saturate(1.1) contrast(1.05);opacity:.98}
.stats{gap:20px;border-left:1px solid rgba(255,255,255,.12);padding-left:28px}.stat{padding-bottom:20px}.stat strong{font-size:48px}.stat span{font-size:15px}
.presence-signature{align-self:stretch;border-left:1px solid rgba(255,255,255,.12);padding-left:34px;display:flex;flex-direction:column;justify-content:center;gap:4px;color:#c8dadd;font-size:13px;letter-spacing:.16em;line-height:1.65}
.presence-signature i{display:block;width:38px;height:2px;background:var(--teal-2);margin-top:12px}

/* Method — the approved premise belongs here */
.section--light:has(.method-grid){padding:42px 0 38px;background:#f8fbfc}
.method-head{display:grid;grid-template-columns:1.05fr .9fr auto;gap:42px;align-items:end;margin-bottom:18px}
.method-head .section-title{font-size:clamp(34px,3.05vw,46px);line-height:.98;max-width:580px}
.method-head .body-lg{font-size:15.5px;line-height:1.55;color:#506a75;max-width:500px;margin:0}
.method-all{align-self:center;justify-self:end;white-space:nowrap}
.method-grid{grid-template-columns:repeat(5,1fr);border-top:0}
.method{display:grid;grid-template-columns:38px 1fr;gap:0 12px;padding:14px 22px;border-right:1px solid var(--line);border-bottom:0}
.method:first-child{padding-left:0}.method:last-child{padding-right:0}
.method-num{grid-row:1/3;width:36px;height:36px;margin:0;background:#a6ebe6;color:#0b4350;font-size:13px}
.method h3{font-family:var(--sans);font-size:14px;line-height:1.2;margin:3px 0 4px;font-weight:800}.method p{font-size:12.5px;line-height:1.45;margin:0;color:#667a84}

/* Audiences — four compact cinematic cards */
.section--mineral:has(.audience-grid){padding:42px 0 44px;background:linear-gradient(180deg,#f6f9fa,#edf3f5)}
.audience-head{display:grid;grid-template-columns:1.18fr .82fr;gap:48px;align-items:end;margin-bottom:18px}
.audience-head .section-title{font-size:clamp(35px,3.2vw,48px);line-height:.98;max-width:650px}
.audience-head .body-lg{font-size:15.5px;line-height:1.5;color:#516b75;justify-self:end;margin:0}
.audience-grid{gap:14px}.audience-card{min-height:285px;border-radius:6px;box-shadow:none}
.audience-card::after{background:linear-gradient(180deg,rgba(1,10,16,.04) 7%,rgba(1,10,16,.36) 47%,rgba(1,10,16,.94) 100%)}
.audience-content{left:18px;right:18px;bottom:17px}.audience-content h3{font-size:24px;line-height:1.02;margin-bottom:8px}.audience-content p{font-size:13px;line-height:1.4}.audience-content span{font-size:12.5px;margin-top:11px}

/* Direction + Intelligence — approved split band */
.home-authority{padding:0;background:#eef4f6}
.home-authority-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:none;width:100%}
.home-direction,.home-intelligence{position:relative;min-height:300px;overflow:hidden}
.home-direction{display:grid;grid-template-columns:.42fr .58fr;background:linear-gradient(90deg,#eef4f5,#f9fbfb)}
.home-direction-media{overflow:hidden;min-height:300px}.home-direction-media img{width:100%;height:100%;object-fit:cover;object-position:center 42%;filter:saturate(.82) contrast(1.02)}
.home-direction-copy{padding:34px 36px;display:flex;flex-direction:column;justify-content:center}.home-authority-title{font-family:var(--serif);font-weight:600;font-size:32px;line-height:1.02;margin:0;color:var(--ink)}
.home-direction-copy .person-reg{margin:5px 0 14px}.home-direction-copy>p:not(.eyebrow):not(.person-reg){font-size:14px;line-height:1.5;color:#536b75;margin:0 0 18px}.home-direction-copy .btn{align-self:flex-start;min-height:42px;padding:9px 14px;font-size:13px}
.home-intelligence{background:#062536;color:#fff}.home-intelligence-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.42;filter:saturate(.82)}.home-intelligence::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,21,30,.97),rgba(3,27,38,.79) 56%,rgba(3,21,30,.24))}.home-intelligence-copy{position:relative;z-index:2;padding:36px 42px;max-width:680px}.home-intelligence .eyebrow{color:var(--teal-2)}.home-intelligence .home-authority-title{color:#fff;font-size:34px}.home-intelligence-copy>p:not(.eyebrow){font-size:14px;line-height:1.5;color:#d2e0e3;margin:14px 0 20px}.home-intelligence .btn{min-height:42px;padding:9px 14px;font-size:13px}

/* Final conversion — compact but strong */
.final-cta{padding:46px 0;background:linear-gradient(105deg,#031b26,#06475a)}
.final-grid{grid-template-columns:1fr 1fr;gap:54px}.final-cta .quote-title{font-size:clamp(30px,2.6vw,40px);line-height:1.08}.final-copy p{font-size:15px;line-height:1.5;margin-bottom:16px}.final-copy .hero-actions{margin-top:0}.microcopy{font-size:12.5px!important}

/* Compact footer while keeping V7 depth */
.site-footer{padding:40px 0 18px}.footer-grid{grid-template-columns:1.15fr .7fr 1fr .82fr 1.15fr;gap:24px}.footer-logo{width:235px;margin-bottom:14px}.footer-signature{font-size:19px}.footer-presence,.footer-links a,.footer-contact{font-size:13px}.footer-heading{font-size:13px;margin-bottom:8px}.footer-links{gap:5px}.footer-contact{gap:5px}.footer-primary-nav{display:flex;justify-content:center;gap:20px;border-top:1px solid rgba(255,255,255,.08);margin-top:26px;padding-top:15px}.footer-primary-nav a{font-size:12.5px;color:#93abb1;text-decoration:none}.footer-primary-nav a:hover{color:#fff}.footer-bottom{margin-top:14px;padding-top:14px;font-size:11.5px}.footer-legal a,.footer-legal button{font-size:11.5px}

@media(max-width:1180px){
 .hero-grid{min-height:560px}.hero-media{width:62%}.hero-copy{max-width:560px}.hero-copy .display{font-size:clamp(44px,5vw,62px)}
 .home-services-head,.method-head{grid-template-columns:1fr 1fr}.home-services-all,.method-all{grid-column:2;justify-self:start}
 .home-services .service-index{grid-template-columns:repeat(3,1fr)}.home-services .service-row{border-bottom:1px solid var(--line)}.home-services .service-row:nth-child(3){border-right:0}.home-services .service-row:nth-child(4),.home-services .service-row:nth-child(5){padding-top:22px}
 .presence-grid{grid-template-columns:1fr 1fr}.presence-copy{grid-column:1}.map-stage{grid-column:2}.stats{grid-column:1;grid-template-columns:1fr 1fr;border-left:0;padding-left:0}.presence-signature{grid-column:2;border-left:0;padding-left:0;align-self:center}
 .method-grid{grid-template-columns:repeat(5,1fr)}
 .home-authority-grid{grid-template-columns:1fr}.home-direction,.home-intelligence{min-height:300px}
}
@media(max-width:760px){
 .hero-grid{min-height:auto}.hero-copy{padding:46px 0 34px}.hero-copy .display{font-size:42px}.hero-copy .body-xl{font-size:16px}.hero-media{position:relative;width:calc(100% + 32px);height:390px;margin-left:-16px}.hero-media::before{background:linear-gradient(0deg,rgba(2,12,18,.72),rgba(2,12,18,.04) 45%,rgba(2,12,18,.18))}
 .home-services{padding:40px 0}.home-services-head,.method-head,.audience-head{grid-template-columns:1fr;gap:16px}.home-services-all,.method-all{grid-column:1;justify-self:start}.home-services .service-index{grid-template-columns:1fr}.home-services .service-row,.home-services .service-row:first-child,.home-services .service-row:last-child{grid-template-columns:46px 1fr;border-right:0;border-bottom:1px solid var(--line);padding:17px 0}.home-services .service-title{min-height:0;font-size:15px}.home-services .service-row p{font-size:13px}
 .section--dark:has(.presence-grid){padding:42px 0}.presence-grid{grid-template-columns:1fr;gap:24px}.presence-copy,.map-stage,.stats,.presence-signature{grid-column:1}.map-stage{min-height:270px}.stats{grid-template-columns:1fr 1fr}.presence-signature{border-top:1px solid rgba(255,255,255,.12);padding-top:18px}
 .section--light:has(.method-grid){padding:38px 0}.method-grid{grid-template-columns:1fr}.method,.method:first-child,.method:last-child{padding:14px 0;border-right:0;border-bottom:1px solid var(--line)}
 .section--mineral:has(.audience-grid){padding:38px 0}.audience-grid{grid-template-columns:1fr}.audience-card{min-height:290px}
 .home-direction{grid-template-columns:1fr}.home-direction-media{min-height:260px}.home-direction-copy{padding:28px 22px}.home-intelligence-copy{padding:32px 22px}.home-authority-title{font-size:29px}.home-intelligence .home-authority-title{font-size:30px}
 .final-cta{padding:42px 0}.final-grid{grid-template-columns:1fr;gap:24px}
 .footer-primary-nav{display:none}
}


/* ===== responsive.css ===== */
@media(max-width:1180px){
  :root{--header:82px}
  .primary-nav,.header-cta{display:none}.mobile-toggle{display:block}.site-logo{width:258px}
  .hero-grid{min-height:auto;display:block}.hero-copy{width:100%;max-width:780px;padding:72px 0 52px}.hero-media{position:relative;inset:auto;width:calc(100% + 64px);height:520px;margin-left:-32px}.hero-media::before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(0deg,rgba(1,10,16,.76),rgba(1,10,16,.04) 42%,rgba(1,10,16,.10))}.hero::before{background:linear-gradient(90deg,#010a10 0%,rgba(1,10,16,.96) 48%,rgba(1,10,16,.40) 100%)}
  .section-head,.final-grid{grid-template-columns:1fr!important;gap:36px!important}.service-index{grid-template-columns:repeat(2,1fr)}.service-row{border-bottom:1px solid rgba(255,255,255,.10)}
  .presence-grid{grid-template-columns:1fr 1fr}.presence-copy{grid-column:1/-1}.method-grid{grid-template-columns:repeat(3,1fr)}.method{border-bottom:1px solid var(--line)}
  .audience-grid{grid-template-columns:1fr 1fr}.authority-grid{grid-template-columns:1fr}.direction-chapter-grid{grid-template-columns:1fr}.direction-chapter-media{min-height:440px}.direction-chapter-copy{padding:50px 38px}.intelligence-grid{grid-template-columns:1fr}.intelligence-articles{grid-template-columns:repeat(3,1fr)}
  .inner-grid{grid-template-columns:1fr}.side-panel{position:static}.article-grid{grid-template-columns:1fr 1fr}
  .direction-profile-grid{grid-template-columns:1fr .86fr;gap:38px;min-height:610px}.direction-profile-media{min-height:610px}.direction-intro-grid{grid-template-columns:1fr;gap:34px}
  .footer-grid{grid-template-columns:1.15fr 1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1;max-width:420px}.footer-grid>.footer-publics,.footer-grid>.footer-contact{margin-top:20px}
}
@media(max-width:760px){
  body{font-size:16.5px}.container{width:min(calc(100% - 32px),var(--container))}.section{padding:80px 0}.section--compact{padding:58px 0}
  .site-logo{width:225px}.display{font-size:clamp(45px,12vw,60px)}.section-title{font-size:clamp(38px,9.7vw,50px)}.page-title{font-size:clamp(42px,11vw,58px)}.quote-title{font-size:clamp(36px,9.5vw,48px)}
  .hero-copy{padding:58px 0 40px}.hero-copy .body-xl{font-size:17px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.hero-media{height:455px;width:calc(100% + 32px);margin-left:-16px}.hero-media img{object-position:57% center}.premise-section{padding:72px 0}.premise-wrap .quote-title{font-size:clamp(40px,10.5vw,52px)}.premise-wrap p{font-size:17px}
  .service-index{grid-template-columns:1fr}.service-row{min-height:auto;border-right:0;padding:27px 4px}.service-row p{font-size:16px}.presence-grid{grid-template-columns:1fr}.map-stage{min-height:360px}.stats{grid-template-columns:1fr 1fr}.stat strong{font-size:49px}.method-grid{grid-template-columns:1fr}.method{border-right:0}.audience-grid{grid-template-columns:1fr}.audience-card{min-height:360px}.direction-chapter-grid{grid-template-columns:1fr}.direction-chapter-media{min-height:350px}.direction-chapter-copy{padding:40px 24px}.intelligence-articles{grid-template-columns:1fr}.intelligence-teaser{border-right:0;border-bottom:1px solid rgba(255,255,255,.1);min-height:auto}.intelligence-teaser:last-child{border-bottom:0}
  .direction-profile-grid{grid-template-columns:1fr;gap:0;min-height:auto}.direction-profile-copy{padding:56px 0 42px}.direction-profile-media{min-height:500px;margin:0 -16px}.direction-profile-media img{object-position:center 10%}.credentials-grid,.role-grid{grid-template-columns:1fr}.credential-card{padding:24px}.credential-title{font-size:26px}
  .inner-grid{grid-template-columns:1fr}.prose h2{font-size:34px}.prose p,.prose li{font-size:17px}.side-panel{position:static}.form-grid{grid-template-columns:1fr}.field--full{grid-column:auto}.feature-grid,.article-grid{grid-template-columns:1fr}
  .footer-grid{display:none}.footer-mobile-groups{display:grid;gap:8px}.footer-mobile-groups details{border-bottom:1px solid rgba(255,255,255,.09)}.footer-mobile-groups summary{padding:14px 0;color:#fff;font-weight:800;cursor:pointer;list-style:none}.footer-mobile-groups .footer-links{padding:0 0 14px 12px}.footer-mobile-brand{display:block;margin-bottom:28px}.footer-bottom{flex-direction:column;align-items:flex-start}
  .page-hero-inner{min-height:430px;padding:60px 0}.page-hero::before{background:linear-gradient(90deg,rgba(2,12,18,.985),rgba(2,12,18,.86)),url("../img/inner-hero.webp") center/cover no-repeat}
}


/* ===== accessibility.css ===== */

:focus-visible{outline:3px solid #8de7e2;outline-offset:3px}.nav-trigger:focus-visible,.nav-link:focus-visible,.text-link:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,button:focus-visible,a:focus-visible{outline:3px solid #8de7e2;outline-offset:3px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation:none!important;transition:none!important}[data-reveal]{opacity:1!important;transform:none!important}}
@media(forced-colors:active){.btn,.site-header,.site-footer,.audience-card,.direction-card,.intelligence-card{forced-color-adjust:auto}}


/* ===== candidate04.css ===== */
/* Candidate 04 final override layer — imported last. */
:root{--header:76px}
.header-inner{min-height:76px;gap:22px}.site-logo{width:238px}.nav-trigger,.nav-link{font-size:14.5px;padding:11px 9px}.header-cta{min-height:44px;padding:10px 17px;font-size:14px;border-radius:22px}

@media(max-width:1180px){
 :root{--header:76px}.site-logo{width:228px}
 .hero-grid{min-height:560px;display:grid;grid-template-columns:minmax(0,1fr) minmax(480px,.92fr)}
 .hero-copy{width:auto;max-width:560px;padding:54px 0 58px}
 .hero-media{position:absolute;top:0;right:0;bottom:0;width:62%;height:auto;margin:0}
 .hero::before{background:linear-gradient(90deg,#010a10 0%,rgba(1,10,16,.96) 46%,rgba(1,10,16,.38) 100%)}
 .home-services-head,.method-head{grid-template-columns:1fr 1fr!important;gap:24px!important}.home-services-all,.method-all{grid-column:2;justify-self:start}
 .home-services .service-index{grid-template-columns:repeat(3,1fr)}
 .presence-grid{grid-template-columns:1fr 1fr}.presence-copy{grid-column:1}.map-stage{grid-column:2}.stats{grid-column:1}.presence-signature{grid-column:2}
 .method-grid{grid-template-columns:repeat(5,1fr)}
 .audience-grid{grid-template-columns:1fr 1fr}.audience-card{min-height:300px}
 .footer-grid{grid-template-columns:1.1fr .75fr 1fr .85fr 1.1fr}.footer-grid>div:first-child{grid-column:auto;max-width:none}.footer-grid>.footer-publics,.footer-grid>.footer-contact{margin-top:0}
}
@media(max-width:760px){
 :root{--header:72px}.header-inner{min-height:72px}.site-logo{width:205px}
 .hero-grid{display:block;min-height:auto}.hero-copy{padding:44px 0 30px;max-width:100%}.hero-media{position:relative;inset:auto;width:calc(100% + 32px);height:390px;margin-left:-16px}.hero-copy .display{font-size:42px}.hero-copy .body-xl{font-size:16px}.hero-actions{display:grid}.hero-actions .btn{width:100%}
 .home-services-head,.method-head,.audience-head{grid-template-columns:1fr!important;gap:14px!important}.home-services-all,.method-all{grid-column:1}
 .home-services .service-index{grid-template-columns:1fr}.home-services .service-row{grid-template-columns:46px 1fr;padding:17px 0;border-right:0}
 .presence-grid{grid-template-columns:1fr}.presence-copy,.map-stage,.stats,.presence-signature{grid-column:1}.stats{grid-template-columns:1fr 1fr}
 .method-grid{grid-template-columns:1fr}.audience-grid{grid-template-columns:1fr}.audience-card{min-height:290px}
 .footer-grid{display:none}.footer-primary-nav{display:none}
}


/* ===== candidate05.css ===== */
/* ONE BLACK Candidate 05 — HOME MASTER WAR ROOM
   Final override layer for the approved Home Master Base.
   Principle: preserve the approved composition; fix implementation regressions only. */

/* ---------- GLOBAL HOME HEADER ---------- */
:root{--header:74px}
.site-header{background:rgba(2,20,29,.965);border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{min-height:74px;gap:24px}
.site-logo{width:255px}
.nav-trigger,.nav-link{font-size:15px;padding:11px 10px}
.header-cta{min-height:46px;padding:10px 18px;font-size:14.5px;border-radius:999px}

/* ---------- HERO: MASTER BASE ---------- */
.hero{min-height:0;background:#03141d;isolation:isolate}
.hero-grid{min-height:492px;display:flex;align-items:center;position:relative;z-index:4}
.hero-copy{width:47%;max-width:570px;padding:42px 0 48px}
.hero-copy .eyebrow{font-size:12.5px;letter-spacing:.18em;margin-bottom:14px}
.hero-copy .display{font-family:var(--serif);font-size:clamp(46px,4.45vw,64px);line-height:.99;max-width:560px;letter-spacing:-.034em;text-wrap:balance;text-shadow:0 2px 26px rgba(0,0,0,.35)}
.hero-copy .display em{color:#22cfc4;font-style:normal}
.hero-copy .body-xl{font-family:var(--sans);font-size:16.5px;line-height:1.52;max-width:540px;margin-top:18px;color:#e0eaec;font-weight:500;letter-spacing:-.012em}
.hero-actions{margin-top:22px;gap:13px}
.hero-actions .btn{min-height:46px;padding:10px 18px;font-size:14.5px;border-radius:10px}
.hero-presence{display:none!important}

/* IMPORTANT FIX: the image is a full-bleed background on Home. Never leave a blank navy block. */
.hero-media{position:absolute!important;inset:0!important;left:0!important;right:0!important;top:0!important;bottom:0!important;width:100%!important;height:100%!important;margin:0!important;z-index:0;overflow:hidden}
.hero-media picture,.hero-media img{display:block;width:100%;height:100%}
.hero-media img{object-fit:cover;object-position:54% center;filter:saturate(.92) contrast(1.05) brightness(.93)}
.hero::before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:
  linear-gradient(90deg,#02131c 0%,rgba(2,19,28,.985) 24%,rgba(3,22,31,.91) 38%,rgba(3,24,34,.55) 52%,rgba(2,16,24,.10) 69%,rgba(2,16,24,.06) 100%),
  linear-gradient(0deg,rgba(2,13,19,.46) 0%,transparent 30%)}
.hero::after{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;box-shadow:inset 0 -1px 0 rgba(255,255,255,.07)}

/* ---------- SERVICES: LIGHT SERVICE INDEX AS APPROVED ---------- */
.home-services{padding:36px 0 32px!important;background:linear-gradient(180deg,#f9fbfc 0%,#eef4f6 100%)!important;color:var(--ink)!important;border-top:0!important}
.home-services .eyebrow{color:#008f8b!important}
.home-services .section-title{color:#102b3a!important;font-size:clamp(32px,3.05vw,43px)!important;line-height:1.02!important;max-width:590px!important}
.home-services-head{display:grid!important;grid-template-columns:1.03fr .95fr auto!important;gap:42px!important;align-items:end!important;margin-bottom:20px!important}
.home-services .section-head .body-lg,.home-services-head .body-lg{color:#445f6a!important;font-size:15.5px!important;line-height:1.48!important;max-width:470px!important;margin:0!important}
.home-services-all{align-self:center;justify-self:end;white-space:nowrap;font-size:13px}
.home-services .service-index{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;border-top:0!important;border-bottom:0!important}
.home-services .service-row{display:grid!important;grid-template-columns:46px 1fr!important;grid-template-rows:auto auto 1fr!important;column-gap:13px!important;row-gap:4px!important;align-content:start!important;min-height:0!important;padding:9px 18px 8px!important;border-right:1px solid var(--line)!important;border-bottom:0!important;background:transparent!important;color:var(--ink)!important}
.home-services .service-row:first-child{padding-left:0!important}.home-services .service-row:last-child{padding-right:0!important;border-right:0!important}
.home-services .service-row::after{display:none!important}
.home-services .service-icon{grid-row:1/4;width:43px;height:43px;margin:0;border-radius:50%;background:#062638!important;color:#79e1db!important;border:1px solid rgba(0,179,166,.18)!important}
.home-services .service-icon svg{width:22px;height:22px}
.home-services .service-no{grid-column:2;color:#6e838d!important;font-size:10.5px!important;letter-spacing:.08em!important;line-height:1.1;margin-top:1px}
.home-services .service-title{grid-column:2;font-family:var(--sans)!important;color:#102b3a!important;font-size:13.4px!important;line-height:1.2!important;font-weight:800!important;margin:0!important;min-height:32px!important}
.home-services .service-row p{grid-column:2;color:#667b84!important;font-size:12.3px!important;line-height:1.42!important;margin:0!important}
.home-services .service-row .text-link{display:none!important}

/* ---------- NATIONAL PRESENCE ---------- */
.section--dark:has(.presence-grid){padding:42px 0 40px!important;background:radial-gradient(circle at 47% 47%,rgba(0,179,166,.11),transparent 27%),linear-gradient(106deg,#02141d,#052b3b 70%,#031722)!important}
.presence-grid{display:grid!important;grid-template-columns:.87fr 1.06fr .52fr .61fr!important;gap:30px!important;align-items:center!important}
.presence-copy .section-title{font-size:clamp(34px,3.05vw,45px)!important;line-height:1.01!important;max-width:440px!important;color:#fff}
.presence-copy .body-lg{font-size:15.5px!important;line-height:1.48!important;margin-top:13px!important;max-width:400px!important;color:#c8d8dc!important}
.presence-cta{margin-top:18px!important;min-height:42px!important;padding:9px 15px!important;font-size:13.5px!important}
.map-stage{min-height:285px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.map-stage img{object-fit:contain!important;filter:saturate(1.08) contrast(1.06) brightness(.98)!important}
.stats{gap:18px!important;border-left:1px solid rgba(255,255,255,.14)!important;padding-left:26px!important}
.stat{padding-bottom:18px!important}.stat strong{font-size:48px!important}.stat span{font-size:15px!important;line-height:1.38!important}
.presence-signature{align-self:stretch;border-left:1px solid rgba(255,255,255,.14)!important;padding-left:30px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;color:#d0dfe2!important;font-size:12.5px!important;letter-spacing:.17em!important;line-height:1.7!important}
.presence-signature i{width:38px!important;height:2px!important;background:#29cec3!important;margin-top:11px!important}

/* ---------- METHOD ---------- */
.section--light:has(.method-grid){padding:34px 0 31px!important;background:#f8fbfc!important}
.method-head{display:grid!important;grid-template-columns:1.05fr .92fr auto!important;gap:38px!important;align-items:end!important;margin-bottom:15px!important}
.method-head .eyebrow{margin-bottom:7px}
.method-head .section-title{font-size:clamp(31px,2.85vw,42px)!important;line-height:.99!important;max-width:560px!important;color:#102b3a}
.method-head .body-lg{font-size:15px!important;line-height:1.48!important;color:#506a75!important;max-width:480px!important;margin:0!important}
.method-all{justify-self:end!important;align-self:center!important;font-size:13px!important;white-space:nowrap}
.method-grid{display:grid!important;grid-template-columns:repeat(5,1fr)!important;border-top:0!important;border-bottom:0!important}
.method{display:grid!important;grid-template-columns:38px 1fr!important;gap:0 11px!important;padding:11px 18px!important;border-right:1px solid var(--line)!important;border-bottom:0!important}
.method:first-child{padding-left:0!important}.method:last-child{padding-right:0!important;border-right:0!important}
.method::before{display:none!important}
.method-num{grid-row:1/3;width:36px!important;height:36px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#a8ebe6!important;color:#0c4350!important;font-family:var(--sans)!important;font-size:12.5px!important;font-weight:800!important;margin:0!important}
.method h3{font-family:var(--sans)!important;font-size:13.5px!important;line-height:1.15!important;margin:3px 0 3px!important;font-weight:800!important}.method p{font-size:12.2px!important;line-height:1.42!important;margin:0!important;color:#667b84!important}

/* ---------- AUDIENCES ---------- */
.section--mineral:has(.audience-grid){padding:36px 0 40px!important;background:linear-gradient(180deg,#f6f9fa,#edf3f5)!important}
.audience-head{display:grid!important;grid-template-columns:1.18fr .82fr!important;gap:44px!important;align-items:end!important;margin-bottom:16px!important}
.audience-head .eyebrow{margin-bottom:7px}.audience-head .section-title{font-size:clamp(32px,2.95vw,43px)!important;line-height:.99!important;max-width:610px!important}
.audience-head .body-lg{font-size:14.5px!important;line-height:1.46!important;color:#536c76!important;justify-self:end!important;margin:0!important}
.audience-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:13px!important}
.audience-card{min-height:278px!important;border-radius:5px!important;box-shadow:none!important}.audience-content{left:16px!important;right:16px!important;bottom:15px!important}.audience-content h3{font-size:23px!important;line-height:1.01!important;margin-bottom:7px!important}.audience-content p{font-size:12.8px!important;line-height:1.38!important}.audience-content span{font-size:12.2px!important;margin-top:10px!important}

/* ---------- DIRECTION + INTELLIGENCE BAND ---------- */
.home-authority{padding:0!important;background:#eef4f6!important}.home-authority-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important;width:100%!important;max-width:none!important}
.home-direction,.home-intelligence{min-height:292px!important}
.home-direction{display:grid!important;grid-template-columns:.42fr .58fr!important;background:linear-gradient(90deg,#edf3f5,#fbfcfc)!important}
.home-direction-media{min-height:292px!important}.home-direction-media img{object-position:center 42%!important}
.home-direction-copy{padding:30px 32px!important}.home-authority-title{font-size:30px!important;line-height:1.02!important}.home-direction-copy .person-reg{margin:4px 0 12px!important}.home-direction-copy>p:not(.eyebrow):not(.person-reg){font-size:13.7px!important;line-height:1.47!important;margin-bottom:16px!important}.home-direction-copy .btn,.home-intelligence .btn{min-height:40px!important;padding:8px 13px!important;font-size:12.8px!important}
.home-intelligence-copy{padding:32px 38px!important}.home-intelligence .home-authority-title{font-size:32px!important}.home-intelligence-copy>p:not(.eyebrow){font-size:13.7px!important;line-height:1.47!important;margin:12px 0 18px!important}

/* ---------- FINAL CTA + FOOTER ---------- */
.final-cta{padding:40px 0!important;background:linear-gradient(105deg,#031b26,#06475a)!important}.final-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:48px!important}.final-cta .quote-title{font-size:clamp(29px,2.45vw,38px)!important;line-height:1.07!important}.final-copy p{font-size:14.5px!important;line-height:1.47!important;margin-bottom:14px!important}.final-copy .hero-actions{margin-top:0!important}.microcopy{font-size:12.3px!important}
.site-footer{padding:34px 0 16px!important}.footer-logo{width:250px!important;margin-bottom:11px!important}.footer-signature{font-size:18px!important}.footer-presence,.footer-links a,.footer-contact{font-size:12.8px!important}.footer-heading{font-size:12.8px!important}.footer-primary-nav{margin-top:20px!important;padding-top:13px!important}.footer-bottom{margin-top:12px!important;padding-top:12px!important}

/* ---------- TABLET/DESKTOP CONTINUITY ---------- */
@media (min-width:901px) and (max-width:1180px){
  :root{--header:72px}
  .primary-nav{display:flex!important}.header-cta{display:inline-flex!important}.mobile-toggle{display:none!important}
  .header-inner{min-height:72px!important;gap:16px!important}.site-logo{width:222px!important}.nav-trigger,.nav-link{font-size:13.2px!important;padding:9px 6px!important}.header-cta{font-size:12.8px!important;padding:9px 13px!important;min-height:42px!important;margin-left:2px!important}
  .hero-grid{min-height:430px!important;display:flex!important}.hero-copy{width:49%!important;max-width:500px!important;padding:34px 0 38px!important}.hero-copy .display{font-size:clamp(42px,4.65vw,54px)!important;max-width:500px!important}.hero-copy .body-xl{font-size:15px!important;line-height:1.5!important;max-width:475px!important}.hero-media{position:absolute!important;inset:0!important;left:0!important;width:100%!important;height:100%!important;margin:0!important}.hero-media img{object-position:55% center!important}.hero::before{background:linear-gradient(90deg,#02131c 0%,rgba(2,19,28,.985) 27%,rgba(3,22,31,.89) 41%,rgba(3,24,34,.46) 56%,rgba(2,16,24,.06) 73%,rgba(2,16,24,.04) 100%)!important}
  .home-services-head{grid-template-columns:1.02fr .92fr auto!important;gap:26px!important}.home-services .section-title{font-size:34px!important}.home-services .service-index{grid-template-columns:repeat(5,1fr)!important}.home-services .service-row{padding:8px 10px!important}.home-services .service-row:first-child{padding-left:0!important}.home-services .service-title{font-size:11.9px!important}.home-services .service-row p{font-size:10.8px!important}.home-services .service-icon{width:38px;height:38px}.home-services .service-icon svg{width:19px;height:19px}
  .presence-grid{grid-template-columns:.88fr 1fr .50fr .60fr!important;gap:22px!important}.presence-copy{grid-column:auto!important}.map-stage{grid-column:auto!important;min-height:255px!important}.stats{grid-column:auto!important;grid-template-columns:1fr!important;border-left:1px solid rgba(255,255,255,.14)!important;padding-left:20px!important}.presence-signature{grid-column:auto!important;border-left:1px solid rgba(255,255,255,.14)!important;padding-left:22px!important}.stat strong{font-size:40px!important}.stat span{font-size:13px!important}
  .method-head{grid-template-columns:1.05fr .9fr auto!important;gap:24px!important}.method-grid{grid-template-columns:repeat(5,1fr)!important}.method{padding:10px 9px!important}.method h3{font-size:12px!important}.method p{font-size:10.5px!important}.method-num{width:32px!important;height:32px!important;font-size:11.5px!important}
  .audience-grid{grid-template-columns:repeat(4,1fr)!important}.audience-card{min-height:240px!important}.audience-content h3{font-size:20px!important}.audience-content p{font-size:11.5px!important}
  .home-authority-grid{grid-template-columns:1fr 1fr!important}.home-direction,.home-intelligence{min-height:270px!important}.final-grid{grid-template-columns:1fr 1fr!important}
  .footer-grid{grid-template-columns:1.1fr .72fr 1fr .84fr 1.12fr!important}.footer-grid>div:first-child{grid-column:auto!important;max-width:none!important}.footer-grid>.footer-publics,.footer-grid>.footer-contact{margin-top:0!important}
}

/* ---------- MOBILE ---------- */
@media(max-width:900px){
  .primary-nav,.header-cta{display:none!important}.mobile-toggle{display:block!important}.site-logo{width:222px!important}
}
@media(max-width:760px){
  :root{--header:70px}.header-inner{min-height:70px!important}.site-logo{width:205px!important}
  .hero-grid{display:block!important;min-height:auto!important}.hero-copy{width:100%!important;max-width:100%!important;padding:42px 0 28px!important}.hero-copy .display{font-size:42px!important;max-width:100%!important}.hero-copy .body-xl{font-size:16px!important;line-height:1.52!important}.hero-actions{display:grid!important;margin-top:20px!important}.hero-actions .btn{width:100%!important}
  .hero-media{position:relative!important;inset:auto!important;left:auto!important;right:auto!important;width:calc(100% + 32px)!important;height:360px!important;margin-left:-16px!important}.hero-media img{object-position:58% center!important}.hero::before{background:linear-gradient(180deg,#02131c 0%,rgba(2,19,28,.96) 42%,rgba(2,19,28,.08) 70%,rgba(2,19,28,.34) 100%)!important}
  .home-services{padding:32px 0!important}.home-services-head,.method-head,.audience-head{grid-template-columns:1fr!important;gap:12px!important}.home-services-all,.method-all{grid-column:1!important;justify-self:start!important}.home-services .service-index{grid-template-columns:1fr!important}.home-services .service-row,.home-services .service-row:first-child,.home-services .service-row:last-child{grid-template-columns:46px 1fr!important;padding:14px 0!important;border-right:0!important;border-bottom:1px solid var(--line)!important}.home-services .service-title{font-size:14.5px!important;min-height:0!important}.home-services .service-row p{font-size:12.8px!important}.home-services .service-icon{width:40px;height:40px}
  .section--dark:has(.presence-grid){padding:36px 0!important}.presence-grid{grid-template-columns:1fr!important;gap:20px!important}.presence-copy,.map-stage,.stats,.presence-signature{grid-column:1!important}.map-stage{min-height:260px!important}.stats{grid-template-columns:1fr 1fr!important;border-left:0!important;padding-left:0!important}.presence-signature{border-left:0!important;border-top:1px solid rgba(255,255,255,.12)!important;padding:16px 0 0!important}
  .section--light:has(.method-grid){padding:31px 0!important}.method-grid{grid-template-columns:1fr!important}.method,.method:first-child,.method:last-child{padding:12px 0!important;border-right:0!important;border-bottom:1px solid var(--line)!important}
  .section--mineral:has(.audience-grid){padding:32px 0!important}.audience-grid{grid-template-columns:1fr!important}.audience-card{min-height:290px!important}
  .home-authority-grid{grid-template-columns:1fr!important}.home-direction{grid-template-columns:1fr!important}.home-direction-media{min-height:250px!important}.home-direction-copy{padding:26px 20px!important}.home-intelligence-copy{padding:29px 20px!important}.home-authority-title,.home-intelligence .home-authority-title{font-size:28px!important}
  .final-cta{padding:36px 0!important}.final-grid{grid-template-columns:1fr!important;gap:21px!important}
  .footer-primary-nav{display:none!important}
}


/* ===== candidate06.css ===== */
/* Candidate 06 — Público-alvo: imagens específicas + legibilidade */

/* A Home Master Base permanece intacta; esta camada só refina a seção Para quem atuamos. */
.section--mineral:has(.audience-grid){padding:46px 0 52px!important}
.audience-head{margin-bottom:22px!important}
.audience-head .body-lg{max-width:520px;font-size:16.5px!important;line-height:1.55!important}
.audience-grid{gap:17px!important}
.audience-card{min-height:326px!important;border-radius:10px!important;border:1px solid rgba(5,45,61,.10)!important;box-shadow:0 16px 34px rgba(4,20,30,.09)!important;transition:transform .22s ease,box-shadow .22s ease!important}
.audience-card:hover{transform:translateY(-3px)!important;box-shadow:0 22px 46px rgba(4,20,30,.14)!important}
.audience-card img{filter:saturate(.88) contrast(1.06)!important;transform:scale(1.012)}
.audience-card:hover img{transform:scale(1.04)!important}
.audience-card::after{background:linear-gradient(180deg,rgba(1,10,16,.02) 8%,rgba(1,10,16,.22) 38%,rgba(1,10,16,.97) 100%)!important}
.audience-card::before{content:"";position:absolute;inset:0 0 auto 0;height:2px;background:linear-gradient(90deg,transparent,rgba(63,219,211,.62),transparent);z-index:3;pointer-events:none}
.audience-content{left:20px!important;right:20px!important;bottom:19px!important}
.audience-content h3{font-size:27px!important;line-height:1.04!important;margin-bottom:10px!important;text-wrap:balance}
.audience-content p{font-size:14.4px!important;line-height:1.48!important;color:#e0ecee!important;max-width:96%}
.audience-content span{font-size:13.4px!important;margin-top:13px!important;color:#63ded7!important}
.audience-card:nth-child(1) img{object-position:50% 38%!important}
.audience-card:nth-child(2) img{object-position:52% 44%!important}
.audience-card:nth-child(3) img{object-position:56% 38%!important}
.audience-card:nth-child(4) img{object-position:56% 46%!important}

@media(max-width:1180px){
  .audience-grid{grid-template-columns:1fr 1fr!important;gap:18px!important}
  .audience-card{min-height:340px!important}
  .audience-content h3{font-size:28px!important}
  .audience-content p{font-size:15px!important;max-width:88%}
}
@media(max-width:720px){
  .section--mineral:has(.audience-grid){padding:40px 0 44px!important}
  .audience-grid{grid-template-columns:1fr!important}
  .audience-card{min-height:360px!important;border-radius:12px!important}
  .audience-content{left:22px!important;right:22px!important;bottom:22px!important}
  .audience-content h3{font-size:29px!important}
  .audience-content p{font-size:15.5px!important;line-height:1.52!important;max-width:94%}
  .audience-content span{font-size:14px!important}
}


/* ===== candidate07.css ===== */

/* Candidate 07 — Internal Pages Master Refinement
   Home Master is intentionally untouched. */
body.inner-page{
  --inner-serif:"Source Serif 4","Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
  font-family:var(--sans);
  font-size:18px;
  line-height:1.76;
  color:#263f4a;
}
body.inner-page .page-title,
body.inner-page .prose h2,
body.inner-page .quote-title,
body.inner-page .side-panel h3,
body.inner-page .article-card h3,
body.inner-page .credential-title,
body.inner-page .credential-title-line,
body.inner-page .person-name,
body.inner-page .content-band h2{
  font-family:var(--inner-serif);
  font-optical-sizing:auto;
  font-weight:600;
  letter-spacing:-.018em;
  text-wrap:balance;
}
body.inner-page .page-title{font-size:clamp(46px,4.2vw,66px);line-height:1.04;max-width:760px}
body.inner-page .body-xl{font-size:clamp(18.5px,1.35vw,21px);line-height:1.72;max-width:720px}
body.inner-page .eyebrow{font-size:13px;letter-spacing:.18em}
body.inner-page .breadcrumbs{font-size:14px;margin-bottom:24px}

/* Inner masthead: vector and copy live in the same disciplined grid */
body.inner-page .page-hero{
  position:relative;isolation:isolate;overflow:hidden;
  background:
    radial-gradient(circle at 78% 28%,rgba(0,179,166,.10),transparent 28%),
    linear-gradient(112deg,#010a10 0%,#031923 58%,#082c3b 100%);
}
body.inner-page .page-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,10,16,.18),transparent 45%);pointer-events:none}
body.inner-page .page-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(107,226,219,.35),transparent)}
body.inner-page .page-hero-inner{
  position:relative;z-index:2;min-height:440px;
  display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);
  align-items:center;gap:58px;padding:62px 0 66px;
}
body.inner-page .page-hero-copy{max-width:790px;position:relative;z-index:2}
body.inner-page .page-hero-copy .body-xl{margin-top:20px;color:#cfdee1}
body.inner-page .internal-hero-note{margin-top:27px;padding-top:17px;border-top:1px solid rgba(255,255,255,.11);font-size:13px;letter-spacing:.11em;text-transform:uppercase;color:#86a8af;max-width:430px}
body.inner-page .page-hero-art{position:relative!important;inset:auto!important;width:100%!important;height:350px!important;display:flex;align-items:center;justify-content:center;opacity:1!important;transform:none!important;pointer-events:none}
body.inner-page .page-hero-art::before{content:"";position:absolute;inset:13% 7%;border-radius:50%;background:radial-gradient(circle,rgba(0,179,166,.085),transparent 67%);filter:blur(12px)}
body.inner-page .page-hero-art img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 28px 44px rgba(0,0,0,.28))}

/* Families: related, never cloned */
body.inner-page.family-institucional .page-hero-inner{grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr)}
body.inner-page.family-institucional .page-hero-art{height:370px!important}
body.inner-page.family-servicos .page-hero-inner{min-height:420px;grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr)}
body.inner-page.family-servicos .page-hero-art{height:325px!important}
body.inner-page.family-publico .page-hero-inner{grid-template-columns:minmax(0,1fr) minmax(430px,1fr)}
body.inner-page.family-publico .page-hero-art{height:375px!important}
body.inner-page.family-inteligencia .page-hero{background:radial-gradient(circle at 82% 30%,rgba(43,207,196,.14),transparent 30%),linear-gradient(112deg,#010a10,#04202c 66%,#0a3243)}
body.inner-page.family-inteligencia .page-hero-art{height:390px!important}
body.inner-page.family-contato .page-hero-inner{min-height:390px;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr)}
body.inner-page.family-contato .page-hero-art{height:310px!important}
body.inner-page.family-legal .page-hero-inner,body.inner-page.family-faq .page-hero-inner{min-height:350px;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr)}
body.inner-page.family-legal .page-hero-art,body.inner-page.family-faq .page-hero-art{height:275px!important;opacity:.82!important}

/* Content architecture: reading first, conversion second */
body.inner-page .section{padding:96px 0}
body.inner-page .inner-grid{
  display:grid;grid-template-columns:minmax(0,820px) minmax(300px,350px);
  justify-content:space-between;gap:72px;align-items:start;
}
body.inner-page .prose{max-width:820px}
body.inner-page .prose h2{font-size:clamp(33px,2.7vw,42px);line-height:1.12;margin:52px 0 17px;color:#0d2b39}
body.inner-page .prose h2:first-child{margin-top:0}
body.inner-page .prose h3{font-size:20px;line-height:1.35;margin:32px 0 10px;color:#173a48}
body.inner-page .prose p,body.inner-page .prose li{font-size:18px;line-height:1.78;color:#435d68}
body.inner-page .prose p{margin:0 0 21px}
body.inner-page .prose ul,body.inner-page .prose ol{padding-left:24px;margin:13px 0 27px}
body.inner-page .prose li+li{margin-top:10px}
body.inner-page .prose li::marker{color:#008e8c}
body.inner-page .side-panel{
  position:sticky;top:calc(var(--header) + 28px);padding:30px 30px 31px;border-radius:16px;
  background:linear-gradient(180deg,#fff,#f7fbfb);border:1px solid #dbe6e6;
  box-shadow:0 18px 54px rgba(4,28,39,.08);overflow:hidden;
}
body.inner-page .side-panel::before{content:"";display:block;width:48px;height:3px;background:linear-gradient(90deg,var(--teal),transparent);margin-bottom:22px}
body.inner-page .side-panel h3{font-size:28px;line-height:1.15;margin:0 0 14px;color:#102e3b}
body.inner-page .side-panel p{font-size:16.5px;line-height:1.7;color:#58717b}
body.inner-page .side-panel .btn{margin-top:4px}

/* Less card-heavy, more editorial */
body.inner-page .feature-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin:36px 0 46px}
body.inner-page .feature{position:relative;padding:28px 27px 27px;border:1px solid #dce7e7;border-radius:14px;background:linear-gradient(180deg,#fff,#f9fbfb);box-shadow:none}
body.inner-page .feature::before{content:"";display:block;width:34px;height:2px;background:var(--teal);margin-bottom:18px}
body.inner-page .feature h3{font-size:18px;line-height:1.3;margin:0 0 8px;color:#173845}
body.inner-page .feature p{font-size:15.8px;line-height:1.67;color:#607782}
body.inner-page .content-band{position:relative;overflow:hidden;padding:42px 46px 43px;border-radius:16px;background:radial-gradient(circle at 88% 22%,rgba(43,207,196,.14),transparent 22%),linear-gradient(145deg,#031720,#0b3545);margin:49px 0}
body.inner-page .content-band::after{content:"";position:absolute;right:-30px;bottom:-48px;width:220px;height:220px;border:1px solid rgba(111,223,216,.13);border-radius:50%;box-shadow:0 0 0 28px rgba(111,223,216,.035),0 0 0 58px rgba(111,223,216,.018)}
body.inner-page .content-band h2{font-size:34px;line-height:1.12;margin:0 0 13px!important;position:relative;z-index:1}
body.inner-page .content-band p,body.inner-page .content-band li{font-size:17px;line-height:1.72;position:relative;z-index:1}

/* Overview and Intelligence cards: stronger hierarchy and easier scanning */
body.inner-page .article-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
body.inner-page .article-card{padding:30px 30px 31px;border-radius:15px;border:1px solid #dce6e7;background:#fff;box-shadow:0 12px 36px rgba(3,26,37,.055)}
body.inner-page .article-card h3{font-size:28px;line-height:1.14;margin:12px 0 10px;color:#102e3b}
body.inner-page .article-card p{font-size:16px;line-height:1.68;color:#5a727d}
body.inner-page .article-card .tag{font-size:12.5px;letter-spacing:.13em}
body.inner-page .reading{max-width:900px}

/* Forms and FAQ */
body.inner-page .form-card{padding:38px 40px;border-radius:16px}
body.inner-page .field label{font-size:15px;color:#183a48}
body.inner-page .field input,body.inner-page .field textarea,body.inner-page .field select{font-size:16.5px;line-height:1.5;border-radius:9px}
body.inner-page .faq{gap:13px}
body.inner-page .faq details{border-radius:12px;border-color:#d9e6e6}
body.inner-page .faq summary{font-size:17px;line-height:1.5;padding:21px 0;color:#173a47}
body.inner-page .faq details p{font-size:16.8px;line-height:1.75;color:#546e79}

/* Direction Technical: real portrait remains primary; vector is only a technical layer */
body.inner-page.family-direcao .direction-profile-copy{position:relative;overflow:hidden}
body.inner-page.family-direcao .direction-profile-copy>*:not(.direction-vector-overlay){position:relative;z-index:2}
body.inner-page .direction-vector-overlay{position:absolute;right:-110px;bottom:-70px;width:440px;height:auto;opacity:.10;pointer-events:none;filter:saturate(.8)}
body.inner-page.family-direcao .direction-profile-copy .page-title{font-family:var(--inner-serif);font-weight:600;letter-spacing:-.018em}
body.inner-page .credential-title-line{font-family:var(--inner-serif);font-size:25px;line-height:1.18;color:#153644;margin:0 0 8px}
body.inner-page .credentials-grid--official{gap:16px}
body.inner-page .credential-card--primary{padding:27px 28px;border-radius:14px}

/* CTA readability */
body.inner-page .final-cta{padding:82px 0}
body.inner-page .final-grid{gap:68px}
body.inner-page .final-cta .quote-title{font-size:clamp(34px,3vw,46px);line-height:1.1}
body.inner-page .final-copy p{font-size:17.5px;line-height:1.7}

@media(max-width:1100px){
 body.inner-page .page-hero-inner{grid-template-columns:1fr minmax(300px,.7fr);gap:32px}
 body.inner-page .page-hero-art{height:310px!important}
 body.inner-page .inner-grid{grid-template-columns:1fr;gap:42px}
 body.inner-page .side-panel{position:relative;top:auto;max-width:660px}
 body.inner-page .feature-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
 body.inner-page{font-size:17px;line-height:1.72}
 body.inner-page .page-hero-inner,body.inner-page.family-institucional .page-hero-inner,body.inner-page.family-servicos .page-hero-inner,body.inner-page.family-publico .page-hero-inner,body.inner-page.family-contato .page-hero-inner,body.inner-page.family-legal .page-hero-inner,body.inner-page.family-faq .page-hero-inner{grid-template-columns:1fr;min-height:auto;padding:48px 0 34px;gap:22px}
 body.inner-page .page-title{font-size:clamp(40px,11vw,52px);line-height:1.04}
 body.inner-page .body-xl{font-size:17px;line-height:1.68}
 body.inner-page .page-hero-art,body.inner-page.family-institucional .page-hero-art,body.inner-page.family-servicos .page-hero-art,body.inner-page.family-publico .page-hero-art,body.inner-page.family-inteligencia .page-hero-art,body.inner-page.family-contato .page-hero-art,body.inner-page.family-legal .page-hero-art,body.inner-page.family-faq .page-hero-art{height:245px!important;width:100%!important;opacity:.82!important}
 body.inner-page .section{padding:74px 0}
 body.inner-page .prose h2{font-size:32px;line-height:1.14;margin-top:43px}
 body.inner-page .prose p,body.inner-page .prose li{font-size:17px;line-height:1.75}
 body.inner-page .feature-grid,body.inner-page .article-grid{grid-template-columns:1fr}
 body.inner-page .content-band{padding:32px 27px}
 body.inner-page .side-panel{padding:27px 25px}
 body.inner-page .form-card{padding:28px 24px}
 body.inner-page .direction-vector-overlay{width:320px;right:-100px;opacity:.075}
}


/* ===== candidate08.css ===== */

/* Candidate 08 — Editorial Photography System
   Replaces rejected large vectors on internal pages. Home Master is untouched. */
body.inner-page{
  --inner-serif:"Source Serif 4","Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
  font-size:18.5px;
  line-height:1.78;
}
body.inner-page .page-title{font-weight:600;letter-spacing:-.022em;line-height:1.02}
body.inner-page .page-hero{
  background:linear-gradient(112deg,#01090f 0%,#031721 62%,#082b39 100%);
}
body.inner-page .page-hero-inner{
  min-height:455px;
  grid-template-columns:minmax(0,1.03fr) minmax(430px,.97fr);
  gap:62px;
  padding:64px 0 68px;
}
body.inner-page .page-hero-copy{max-width:790px}
body.inner-page .page-hero-media{
  position:relative;
  height:365px;
  border-radius:18px;
  overflow:hidden;
  background:#051821;
  border:1px solid rgba(126,225,218,.13);
  box-shadow:0 28px 70px rgba(0,0,0,.32);
}
body.inner-page .page-hero-media::before{
  content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:linear-gradient(90deg,rgba(1,10,15,.55) 0%,rgba(1,10,15,.10) 38%,rgba(1,10,15,.03) 100%),linear-gradient(0deg,rgba(1,10,15,.28),transparent 45%);
}
body.inner-page .page-hero-media::after{
  content:"";position:absolute;left:22px;bottom:21px;z-index:3;width:42px;height:2px;background:#2bcfc4;box-shadow:0 0 20px rgba(43,207,196,.38)
}
body.inner-page .page-hero-media picture,body.inner-page .page-hero-media img{width:100%;height:100%;display:block}
body.inner-page .page-hero-media img{object-fit:cover;object-position:center;filter:saturate(.90) contrast(1.04);transform:scale(1.01)}

/* Distinct editorial crops per family — same brand, not cloned layouts. */
body.inner-page.family-institucional .page-hero-inner{grid-template-columns:minmax(0,1fr) minmax(470px,1fr)}
body.inner-page.family-institucional .page-hero-media{height:382px}
body.inner-page.family-servicos .page-hero-inner{grid-template-columns:minmax(0,1.10fr) minmax(410px,.90fr)}
body.inner-page.family-servicos .page-hero-media{height:350px}
body.inner-page.family-publico .page-hero-inner{grid-template-columns:minmax(0,.96fr) minmax(500px,1.04fr)}
body.inner-page.family-publico .page-hero-media{height:390px}
body.inner-page.family-inteligencia .page-hero-inner{grid-template-columns:minmax(0,.94fr) minmax(520px,1.06fr)}
body.inner-page.family-inteligencia .page-hero-media{height:405px}
body.inner-page.family-contato .page-hero-inner{min-height:410px;grid-template-columns:minmax(0,1.12fr) minmax(400px,.88fr)}
body.inner-page.family-contato .page-hero-media{height:320px}
body.inner-page.family-legal .page-hero-inner,body.inner-page.family-faq .page-hero-inner{min-height:365px;grid-template-columns:minmax(0,1.18fr) minmax(350px,.82fr)}
body.inner-page.family-legal .page-hero-media,body.inner-page.family-faq .page-hero-media{height:285px;opacity:.92}

/* Stronger reading rhythm and positioning. */
body.inner-page .section{padding:100px 0}
body.inner-page .inner-grid{grid-template-columns:minmax(0,850px) minmax(310px,350px);gap:76px}
body.inner-page .prose{max-width:850px}
body.inner-page .prose>p:first-of-type{font-size:19px;line-height:1.82;color:#334f5b}
body.inner-page .prose h2{font-size:clamp(34px,2.8vw,44px);margin:56px 0 18px;letter-spacing:-.021em}
body.inner-page .prose p,body.inner-page .prose li{font-size:18.3px;line-height:1.80}
body.inner-page .side-panel{padding:32px 31px 33px;border-radius:15px}
body.inner-page .side-panel h3{font-size:29px}
body.inner-page .side-panel p{font-size:16.8px}
body.inner-page .content-band{border-radius:15px;padding:44px 48px}
body.inner-page .content-band::after{display:none}

/* Service overview: image-first editorial cards instead of generic text boxes. */
body.inner-page .article-card--photo{padding:0;overflow:hidden;display:flex;flex-direction:column;min-height:390px}
body.inner-page .article-card--photo .article-card-media{display:block;height:176px;overflow:hidden;background:#061a24;position:relative}
body.inner-page .article-card--photo .article-card-media::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,18,27,.42),transparent 65%)}
body.inner-page .article-card--photo .article-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
body.inner-page .article-card--photo:hover .article-card-media img{transform:scale(1.025)}
body.inner-page .article-card--photo>.tag,body.inner-page .article-card--photo>h3,body.inner-page .article-card--photo>p{margin-left:30px;margin-right:30px}
body.inner-page .article-card--photo>.tag{margin-top:24px}
body.inner-page .article-card--photo>p{padding-bottom:28px}

/* Direction Technical: real photograph is the hero. No decorative vector layers. */
body.inner-page.family-direcao .direction-profile-hero{background:linear-gradient(112deg,#01090f,#031a25 68%,#0a3242)}
body.inner-page.family-direcao .direction-profile-grid{grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:66px}
body.inner-page.family-direcao .direction-profile-media--photo{min-height:560px;border-radius:0 0 0 28px;overflow:hidden;position:relative;background:#061b27}
body.inner-page.family-direcao .direction-profile-media--photo::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,13,20,.32),transparent 30%),linear-gradient(0deg,rgba(2,13,20,.25),transparent 40%);pointer-events:none}
body.inner-page.family-direcao .direction-profile-media--photo img{width:100%;height:100%;object-fit:cover;object-position:center 18%;filter:saturate(.9) contrast(1.03)}

/* Legal pages stay restrained: image is texture, not spectacle. */
body.inner-page.family-legal .page-hero-media{filter:saturate(.72)}

@media(max-width:1100px){
 body.inner-page .page-hero-inner,body.inner-page.family-institucional .page-hero-inner,body.inner-page.family-servicos .page-hero-inner,body.inner-page.family-publico .page-hero-inner,body.inner-page.family-inteligencia .page-hero-inner,body.inner-page.family-contato .page-hero-inner,body.inner-page.family-legal .page-hero-inner,body.inner-page.family-faq .page-hero-inner{grid-template-columns:1fr minmax(330px,.72fr);gap:36px}
 body.inner-page .page-hero-media{height:330px}
 body.inner-page .inner-grid{grid-template-columns:1fr;gap:44px}
 body.inner-page.family-direcao .direction-profile-grid{grid-template-columns:1fr .78fr;gap:35px}
}
@media(max-width:760px){
 body.inner-page{font-size:17.2px;line-height:1.76}
 body.inner-page .page-hero-inner,body.inner-page.family-institucional .page-hero-inner,body.inner-page.family-servicos .page-hero-inner,body.inner-page.family-publico .page-hero-inner,body.inner-page.family-inteligencia .page-hero-inner,body.inner-page.family-contato .page-hero-inner,body.inner-page.family-legal .page-hero-inner,body.inner-page.family-faq .page-hero-inner{grid-template-columns:1fr;gap:24px;padding:48px 0 30px}
 body.inner-page .page-hero-media,body.inner-page.family-institucional .page-hero-media,body.inner-page.family-servicos .page-hero-media,body.inner-page.family-publico .page-hero-media,body.inner-page.family-inteligencia .page-hero-media,body.inner-page.family-contato .page-hero-media,body.inner-page.family-legal .page-hero-media,body.inner-page.family-faq .page-hero-media{height:236px;border-radius:13px}
 body.inner-page .section{padding:76px 0}
 body.inner-page .prose h2{font-size:32px;margin-top:45px}
 body.inner-page .prose p,body.inner-page .prose li{font-size:17.1px;line-height:1.78}
 body.inner-page .article-card--photo{min-height:0}
 body.inner-page .article-card--photo .article-card-media{height:158px}
 body.inner-page.family-direcao .direction-profile-grid{grid-template-columns:1fr;gap:26px}
 body.inner-page.family-direcao .direction-profile-media--photo{min-height:430px;border-radius:18px}
}


/* ===== candidate09.css ===== */

/* ==========================================================
   ONE BLACK Candidate 09 — Curated Cinematic Photography
   Review build: curated Pexels originals are hot-linked.
   Production must self-host selected images after approval.
   ========================================================== */
body.inner-page .page-hero-media{position:relative;overflow:hidden;background:#020c12;border:1px solid rgba(255,255,255,.09);box-shadow:0 30px 90px rgba(0,0,0,.32)}
body.inner-page .page-hero-media>img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.66) contrast(1.09) brightness(.74) sepia(.03);transform:scale(1.012)}
body.inner-page .page-hero-media::before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,rgba(2,12,18,.72) 0%,rgba(3,20,29,.18) 42%,rgba(2,12,18,.10) 72%,rgba(2,12,18,.30) 100%),linear-gradient(0deg,rgba(2,12,18,.48),transparent 45%);pointer-events:none}
body.inner-page .page-hero-media::after{content:"";position:absolute;z-index:3;inset:0;box-shadow:inset 0 0 90px rgba(0,179,166,.06);pointer-events:none}
body.inner-page .brand-micro3d{position:absolute;z-index:4;right:20px;bottom:18px;width:54px;height:54px;display:grid;place-items:center;border-radius:14px;background:rgba(2,14,21,.44);border:1px solid rgba(255,255,255,.10);backdrop-filter:blur(10px);box-shadow:0 14px 38px rgba(0,0,0,.26)}
body.inner-page .brand-micro3d img{width:37px;height:37px;object-fit:contain;opacity:.92;filter:drop-shadow(0 8px 12px rgba(0,0,0,.30))}

/* family-specific photographic rhythm */
body.inner-page.family-servicos .page-hero-media{height:420px;border-radius:6px 22px 22px 6px}
body.inner-page.family-publico .page-hero-media{height:430px;border-radius:22px 6px 6px 22px}
body.inner-page.family-institucional .page-hero-media{height:405px;border-radius:18px}
body.inner-page.family-inteligencia .page-hero-media{height:440px;border-radius:4px 24px 24px 4px}
body.inner-page.family-contato .page-hero-media{height:365px;border-radius:18px}
body.inner-page.family-legal .page-hero-media{height:310px;border-radius:14px;opacity:.82}
body.inner-page.family-faq .page-hero-media{height:330px;border-radius:16px}

body.inner-page .page-hero-copy{max-width:760px}
body.inner-page .page-title{max-width:730px}
body.inner-page .page-hero-copy .body-xl{max-width:690px}
body.inner-page .internal-hero-note{margin-top:24px;opacity:.72}

/* audience pages get a thin photographic transition instead of extra illustration */
.context-photo-strip{height:128px;overflow:hidden;background:#04131b;position:relative}
.context-photo-strip img{width:100%;height:100%;object-fit:cover;filter:saturate(.58) contrast(1.08) brightness(.52)}
.context-photo-strip::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#020c12 0%,rgba(2,12,18,.18) 28%,rgba(2,12,18,.18) 72%,#020c12 100%),linear-gradient(0deg,rgba(2,12,18,.55),transparent 70%)}

/* service overview photography feels like editorial dossiers, not stock cards */
body.inner-page .article-card--photo .article-card-media{height:194px}
body.inner-page .article-card--photo .article-card-media img{filter:saturate(.62) contrast(1.08) brightness(.78)}
body.inner-page .article-card--photo .article-card-media::after{background:linear-gradient(0deg,rgba(2,14,21,.72),rgba(2,14,21,.06) 70%)}

@media(max-width:1100px){
 body.inner-page.family-servicos .page-hero-media,body.inner-page.family-publico .page-hero-media,body.inner-page.family-institucional .page-hero-media,body.inner-page.family-inteligencia .page-hero-media{height:340px;border-radius:16px}
 .context-photo-strip{height:105px}
}
@media(max-width:760px){
 body.inner-page .page-hero-media,body.inner-page.family-servicos .page-hero-media,body.inner-page.family-publico .page-hero-media,body.inner-page.family-institucional .page-hero-media,body.inner-page.family-inteligencia .page-hero-media,body.inner-page.family-contato .page-hero-media,body.inner-page.family-legal .page-hero-media,body.inner-page.family-faq .page-hero-media{height:245px;border-radius:14px}
 body.inner-page .brand-micro3d{width:46px;height:46px;right:14px;bottom:13px}
 body.inner-page .brand-micro3d img{width:31px;height:31px}
 .context-photo-strip{height:84px}
}


/* ===== candidate10.css ===== */
/* ==========================================================
   ONE BLACK Candidate 10 — Information-first Internal Heroes
   Rule: every internal masthead photo is unique and subordinate
   to the information. Home Master is intentionally untouched.
   ========================================================== */
body.inner-page .page-hero{
  background:
    radial-gradient(circle at 79% 32%,rgba(0,179,166,.055),transparent 28%),
    linear-gradient(112deg,#01090f 0%,#02131c 62%,#062430 100%);
}
body.inner-page .page-hero::before{
  background:linear-gradient(90deg,rgba(1,9,15,.998) 0%,rgba(2,16,24,.985) 46%,rgba(2,18,27,.86) 63%,rgba(2,14,21,.66) 100%);
}
body.inner-page .page-hero-inner{
  grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);
  gap:68px;
  min-height:430px;
  padding:62px 0 66px;
}
body.inner-page .page-hero-copy{position:relative;z-index:5;max-width:830px}
body.inner-page .page-hero-copy .page-title{max-width:805px}
body.inner-page .page-hero-copy .body-xl{max-width:720px;color:#d3e0e2}

/* The image is atmosphere, not the primary content. */
body.inner-page .page-hero-media{
  height:330px!important;
  border:0!important;
  border-radius:12px 22px 22px 12px!important;
  background:#03141d!important;
  box-shadow:none!important;
  isolation:isolate;
  overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.58) 14%,#000 34%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.58) 14%,#000 34%,#000 100%);
}
body.inner-page .page-hero-media>img{
  opacity:.46!important;
  filter:saturate(.48) contrast(1.06) brightness(.66)!important;
  transform:scale(1.035)!important;
}
body.inner-page .page-hero-media::before{
  z-index:2!important;
  background:
    linear-gradient(90deg,rgba(2,15,22,.74) 0%,rgba(2,15,22,.43) 30%,rgba(2,15,22,.18) 70%,rgba(2,15,22,.33) 100%),
    linear-gradient(0deg,rgba(1,10,16,.52),transparent 58%)!important;
}
body.inner-page .page-hero-media::after{
  z-index:3!important;
  inset:0!important;
  width:auto!important;height:auto!important;left:0!important;bottom:0!important;
  background:radial-gradient(circle at 70% 50%,rgba(0,179,166,.055),transparent 42%)!important;
  box-shadow:inset 0 0 80px rgba(1,9,15,.32)!important;
}
body.inner-page .brand-micro3d{
  width:40px!important;height:40px!important;right:15px!important;bottom:14px!important;
  opacity:.42!important;border-color:rgba(255,255,255,.07)!important;
  background:rgba(2,14,21,.28)!important;box-shadow:none!important;
}
body.inner-page .brand-micro3d img{width:27px!important;height:27px!important;opacity:.76!important}

/* Family-specific hierarchy: images get quieter as the task gets more factual. */
body.inner-page.family-institucional .page-hero-inner{grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr)}
body.inner-page.family-institucional .page-hero-media{height:335px!important}
body.inner-page.family-institucional .page-hero-media>img{opacity:.42!important}

body.inner-page.family-servicos .page-hero-inner{grid-template-columns:minmax(0,1.22fr) minmax(350px,.78fr)}
body.inner-page.family-servicos .page-hero-media{height:320px!important}
body.inner-page.family-servicos .page-hero-media>img{opacity:.44!important}

body.inner-page.family-publico .page-hero-inner{grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr)}
body.inner-page.family-publico .page-hero-media{height:340px!important}
body.inner-page.family-publico .page-hero-media>img{opacity:.45!important}

body.inner-page.family-inteligencia .page-hero-inner{grid-template-columns:minmax(0,1.14fr) minmax(390px,.86fr)}
body.inner-page.family-inteligencia .page-hero-media{height:350px!important}
body.inner-page.family-inteligencia .page-hero-media>img{opacity:.47!important}

body.inner-page.family-contato .page-hero-inner{grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);min-height:380px}
body.inner-page.family-contato .page-hero-media{height:280px!important}
body.inner-page.family-contato .page-hero-media>img{opacity:.34!important}

body.inner-page.family-legal .page-hero-inner,body.inner-page.family-faq .page-hero-inner{grid-template-columns:minmax(0,1.38fr) minmax(300px,.62fr);min-height:335px;padding-top:52px;padding-bottom:54px}
body.inner-page.family-legal .page-hero-media,body.inner-page.family-faq .page-hero-media{height:245px!important;opacity:.78!important}
body.inner-page.family-legal .page-hero-media>img,body.inner-page.family-faq .page-hero-media>img{opacity:.28!important;filter:saturate(.34) contrast(1.03) brightness(.58)!important}
body.inner-page.family-legal .brand-micro3d,body.inner-page.family-faq .brand-micro3d{opacity:.26!important}

/* The text remains crisp and dominant. */
body.inner-page .breadcrumbs{opacity:.92}
body.inner-page .eyebrow.on-dark{color:#64d8d0}
body.inner-page .internal-hero-note{opacity:.62;margin-top:22px}

@media(max-width:1100px){
  body.inner-page .page-hero-inner,body.inner-page.family-institucional .page-hero-inner,body.inner-page.family-servicos .page-hero-inner,body.inner-page.family-publico .page-hero-inner,body.inner-page.family-inteligencia .page-hero-inner,body.inner-page.family-contato .page-hero-inner,body.inner-page.family-legal .page-hero-inner,body.inner-page.family-faq .page-hero-inner{
    grid-template-columns:minmax(0,1.16fr) minmax(300px,.84fr);gap:38px;
  }
  body.inner-page .page-hero-media{height:290px!important}
}
@media(max-width:760px){
  body.inner-page .page-hero-inner,body.inner-page.family-institucional .page-hero-inner,body.inner-page.family-servicos .page-hero-inner,body.inner-page.family-publico .page-hero-inner,body.inner-page.family-inteligencia .page-hero-inner,body.inner-page.family-contato .page-hero-inner,body.inner-page.family-legal .page-hero-inner,body.inner-page.family-faq .page-hero-inner{
    grid-template-columns:1fr;gap:18px;min-height:auto;padding:48px 0 28px;
  }
  body.inner-page .page-hero-media,body.inner-page.family-institucional .page-hero-media,body.inner-page.family-servicos .page-hero-media,body.inner-page.family-publico .page-hero-media,body.inner-page.family-inteligencia .page-hero-media,body.inner-page.family-contato .page-hero-media,body.inner-page.family-legal .page-hero-media,body.inner-page.family-faq .page-hero-media{
    height:205px!important;border-radius:12px!important;
    -webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.92),#000 65%,rgba(0,0,0,.80));
    mask-image:linear-gradient(180deg,rgba(0,0,0,.92),#000 65%,rgba(0,0,0,.80));
  }
  body.inner-page .page-hero-media>img{opacity:.34!important}
  body.inner-page.family-legal .page-hero-media>img,body.inner-page.family-faq .page-hero-media>img{opacity:.22!important}
  body.inner-page .brand-micro3d{width:34px!important;height:34px!important;right:10px!important;bottom:10px!important}
  body.inner-page .brand-micro3d img{width:23px!important;height:23px!important}
}


/* ===== candidate11.css ===== */
/* ONE BLACK C11 — Centro de Inteligência Pericial: Q&A accordion */
body.inner-page.family-inteligencia .intelligence-qa-section{padding-top:78px;padding-bottom:92px}
body.inner-page.family-inteligencia .intelligence-qa-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.65fr);gap:52px;align-items:end;margin-bottom:34px}
body.inner-page.family-inteligencia .intelligence-qa-head h2{margin:8px 0 0;max-width:760px;font-family:var(--serif);font-size:clamp(38px,4.2vw,58px);line-height:1.02;letter-spacing:-.025em;color:#0d2b39}
body.inner-page.family-inteligencia .intelligence-qa-head .section-lead{margin:0;color:#5b737d;font-size:17px;line-height:1.72;max-width:520px}
body.inner-page.family-inteligencia .intelligence-qa{gap:14px;max-width:1040px}
body.inner-page.family-inteligencia .intelligence-qa details{padding:0;background:rgba(255,255,255,.94);border:1px solid #d7e3e5;border-radius:15px;box-shadow:0 12px 34px rgba(8,37,49,.045);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
body.inner-page.family-inteligencia .intelligence-qa details:hover{border-color:#bdd5d7;box-shadow:0 14px 38px rgba(8,37,49,.07)}
body.inner-page.family-inteligencia .intelligence-qa details[open]{border-color:#aad0cf;box-shadow:0 18px 48px rgba(8,37,49,.08)}
body.inner-page.family-inteligencia .intelligence-qa summary{padding:25px 28px;min-height:82px;align-items:center;color:#123745;font-family:var(--sans);font-size:18px;line-height:1.48;font-weight:720;cursor:pointer;outline:none}
body.inner-page.family-inteligencia .intelligence-qa summary::-webkit-details-marker{display:none}
body.inner-page.family-inteligencia .intelligence-qa summary>span{display:grid;gap:5px;max-width:900px}
body.inner-page.family-inteligencia .intelligence-qa summary small{font-size:11px;line-height:1.1;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:#008d8a}
body.inner-page.family-inteligencia .intelligence-qa summary::after{content:"+";flex:0 0 38px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#edf6f5;color:#087e7b;font-size:24px;font-weight:500;line-height:1;transition:transform .2s ease,background .2s ease}
body.inner-page.family-inteligencia .intelligence-qa details[open] summary::after{content:"−";background:#dff0ee;transform:rotate(180deg)}
body.inner-page.family-inteligencia .intelligence-qa summary:focus-visible{box-shadow:inset 0 0 0 3px rgba(0,141,138,.28)}
body.inner-page.family-inteligencia .intelligence-answer{padding:0 76px 27px 28px;border-top:1px solid #e7eeee;background:linear-gradient(180deg,rgba(248,252,252,.7),rgba(255,255,255,.98))}
body.inner-page.family-inteligencia .intelligence-answer p{margin:18px 0 0;color:#536d78;font-family:var(--sans);font-size:16.8px;line-height:1.78;max-width:880px}
body.inner-page.family-inteligencia .intelligence-answer p+p{margin-top:10px}
@media (max-width:900px){body.inner-page.family-inteligencia .intelligence-qa-section{padding-top:58px;padding-bottom:70px}body.inner-page.family-inteligencia .intelligence-qa-head{grid-template-columns:1fr;gap:15px;margin-bottom:26px}body.inner-page.family-inteligencia .intelligence-qa-head h2{font-size:clamp(34px,7vw,48px)}body.inner-page.family-inteligencia .intelligence-qa summary{padding:22px 21px;font-size:17px}body.inner-page.family-inteligencia .intelligence-answer{padding:0 55px 24px 21px}}
@media (max-width:560px){body.inner-page.family-inteligencia .intelligence-qa summary{padding:19px 17px;font-size:16.3px;gap:12px}body.inner-page.family-inteligencia .intelligence-qa summary::after{flex-basis:34px;width:34px;height:34px;font-size:21px}body.inner-page.family-inteligencia .intelligence-answer{padding:0 17px 21px}body.inner-page.family-inteligencia .intelligence-answer p{font-size:16px;line-height:1.72}}


/* ===== candidate12.css ===== */

/* ONE BLACK C12 — FASE DE PROFUNDIDADE
   Benchmark 100 fontes aplicado: problema -> método -> entregável -> governança -> próximo passo. */
body.inner-page .section.c12-section{padding:78px 0}
body.inner-page .c12-kicker{font-family:var(--sans);font-size:12px;line-height:1.3;font-weight:800;letter-spacing:.17em;text-transform:uppercase;color:#008f8b;margin:0 0 12px}
body.inner-page .c12-lede{max-width:820px;font-family:var(--serif);font-size:clamp(30px,3vw,44px);line-height:1.13;letter-spacing:-.025em;color:#0d2c39;margin:0 0 22px}
body.inner-page .c12-intro{font-size:19px;line-height:1.8;color:#405d68;max-width:840px;margin:0 0 34px}
.c12-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:28px 0 42px}
.c12-card{padding:27px 27px 29px;border:1px solid #d8e3e7;border-radius:15px;background:#fff;min-height:190px;box-shadow:0 15px 40px rgba(4,31,43,.045)}
.c12-card-no{display:block;font:800 11px/1 var(--sans);letter-spacing:.14em;color:#008f8b;margin-bottom:20px}
.c12-card h3{font-family:var(--sans)!important;font-size:18px!important;line-height:1.34!important;letter-spacing:-.015em!important;color:#123543!important;margin:0 0 10px!important}
.c12-card p{font-size:15.8px!important;line-height:1.68!important;color:#5a717a!important;margin:0!important}
.process-rail{list-style:none!important;padding:0!important;margin:30px 0 46px!important;border-top:1px solid #d7e2e6}
.process-rail li{display:grid;grid-template-columns:68px 1fr;gap:20px;padding:25px 0;border-bottom:1px solid #d7e2e6;margin:0!important}
.process-rail li>span{font:800 12px/1 var(--sans);letter-spacing:.14em;color:#00a7a0;padding-top:6px}
.process-rail h3{font-family:var(--sans)!important;font-size:18px!important;margin:0 0 7px!important;color:#123543!important}
.process-rail p{font-size:16px!important;line-height:1.68!important;margin:0!important;color:#59717b!important}
.deliverable-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:25px 0 38px}
.deliverable{padding:24px 25px;border-radius:14px;background:#f3f7f8;border:1px solid #dce6e8}
.deliverable h3{font-family:var(--sans)!important;font-size:16px!important;line-height:1.4!important;margin:0 0 7px!important;color:#123643!important}
.deliverable p{font-size:15.5px!important;line-height:1.65!important;margin:0!important;color:#5a717a!important}
.c12-highlight{margin:44px 0;padding:34px 36px;border-left:3px solid #00b3a6;background:linear-gradient(90deg,#eff7f7,#f8fbfb);border-radius:0 14px 14px 0}
.c12-highlight p{margin:0!important;font-family:var(--serif);font-size:25px!important;line-height:1.4!important;color:#143846!important}
.c12-highlight small{display:block;margin-top:13px;font:600 13px/1.55 var(--sans);color:#637982}
.related-services{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0 38px}
.related-service{display:grid;grid-template-columns:1fr auto;gap:5px 12px;padding:20px 21px;border:1px solid #d7e3e6;border-radius:13px;background:#fff;color:#123745;text-decoration:none;transition:.18s ease}
.related-service:hover{transform:translateY(-2px);border-color:#a9d8d4;box-shadow:0 12px 32px rgba(4,36,48,.07)}
.related-service span{font:750 15px/1.4 var(--sans)}
.related-service small{grid-column:1;font:500 13px/1.55 var(--sans);color:#607781}
.related-service b{grid-column:2;grid-row:1/3;align-self:center;color:#009d97;font-size:18px}
.c12-side .side-facts{display:grid;gap:9px;margin:18px 0 23px}
.c12-side .side-facts span{font:600 13px/1.45 var(--sans);padding:10px 0;border-bottom:1px solid #e4ebed;color:#49646e}
.c12-final .quote-title{max-width:760px}
.c12-proof{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:32px 0 44px;border-top:1px solid #d6e1e4;border-bottom:1px solid #d6e1e4}
.c12-proof>div{padding:26px 24px;border-right:1px solid #d6e1e4}.c12-proof>div:last-child{border-right:0}
.c12-proof strong{display:block;font-family:var(--serif);font-size:30px;line-height:1;color:#0d3342;margin-bottom:8px}.c12-proof span{font:600 13px/1.5 var(--sans);color:#60747d}
.c12-selector{margin:32px 0 45px;border-top:1px solid #d8e3e6}
.c12-selector-row{display:grid;grid-template-columns:minmax(220px,.85fr) minmax(260px,1.35fr) auto;gap:26px;align-items:center;padding:24px 0;border-bottom:1px solid #d8e3e6}
.c12-selector-row h3{font-family:var(--sans)!important;font-size:17px!important;margin:0!important;color:#153745!important}.c12-selector-row p{font-size:15.5px!important;line-height:1.6!important;margin:0!important;color:#5e737c!important}.c12-selector-row a{white-space:nowrap;font:750 13px/1 var(--sans);color:#008f8b;text-decoration:none}
.c12-dark-band{background:linear-gradient(145deg,#02131b,#082f3e);color:#fff;padding:70px 0}.c12-dark-band h2{color:#fff!important}.c12-dark-band .c12-intro{color:#c9d8dc}.c12-dark-band .process-rail{border-color:rgba(255,255,255,.14)}.c12-dark-band .process-rail li{border-color:rgba(255,255,255,.12)}.c12-dark-band .process-rail h3{color:#f3fbfc!important}.c12-dark-band .process-rail p{color:#bdd0d4!important}
.c12-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}.c12-article-card{padding:26px;border:1px solid #d9e4e7;border-radius:15px;background:#fff;display:flex;flex-direction:column;min-height:245px}.c12-article-card .topic{font:800 11px/1 var(--sans);letter-spacing:.13em;text-transform:uppercase;color:#008f8b}.c12-article-card h3{font-family:var(--serif);font-size:24px;line-height:1.2;color:#123543;margin:14px 0 12px}.c12-article-card p{font-size:14.8px;line-height:1.65;color:#60767e;margin:0 0 20px}.c12-article-card a{margin-top:auto;font:750 13px/1.4 var(--sans);color:#008f8b;text-decoration:none}
.article-hero{background:radial-gradient(circle at 82% 18%,rgba(0,179,166,.12),transparent 22%),linear-gradient(145deg,#020d13,#062838);padding:128px 0 70px;color:#fff}.article-hero .breadcrumbs{margin-bottom:30px}.article-hero h1{max-width:900px;font-family:var(--serif);font-size:clamp(44px,5.2vw,72px);line-height:1.02;letter-spacing:-.04em;margin:0 0 22px}.article-hero .article-deck{max-width:780px;font-size:19px;line-height:1.72;color:#c6d6da}.article-meta{display:flex;gap:16px;flex-wrap:wrap;margin-top:26px;font:650 12px/1.4 var(--sans);letter-spacing:.04em;color:#8fc5c1}.article-body{max-width:830px;margin:0 auto}.article-body h2{font-size:39px!important;margin-top:56px!important}.article-body h3{font-size:21px!important}.article-body .article-note{padding:25px 27px;border:1px solid #d7e3e6;border-radius:14px;background:#f6f9fa;margin:32px 0}.article-body .article-note p{margin:0!important;font-size:15.5px!important}.article-references{margin-top:50px;padding-top:26px;border-top:1px solid #d8e3e6}.article-references h2{font-size:25px!important;margin-top:0!important}.article-references a{color:#007f7a;overflow-wrap:anywhere}
.faq.c12-faq details{border-bottom:1px solid #d5e1e4}.faq.c12-faq summary{font-size:18px;padding:23px 48px 23px 0}.faq.c12-faq details p{padding:0 54px 24px 0;max-width:900px}
.hub-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0 42px}.hub-principles article{padding:23px;border:1px solid #d9e4e7;border-radius:14px;background:#f7fafb}.hub-principles h3{font:750 15px/1.4 var(--sans)!important;margin:0 0 7px!important}.hub-principles p{font-size:14.8px!important;line-height:1.65!important;margin:0!important}
.form-context{margin-bottom:28px;padding:21px 23px;border-radius:13px;background:#f3f7f8;border:1px solid #dce6e8}.form-context h2{font-family:var(--sans);font-size:17px;margin:0 0 7px;color:#153744}.form-context p{font-size:14.5px;line-height:1.65;color:#60747c;margin:0}
@media(max-width:980px){.c12-card-grid,.c12-article-grid{grid-template-columns:1fr 1fr}.c12-proof{grid-template-columns:1fr 1fr}.c12-proof>div:nth-child(2){border-right:0}.c12-proof>div:nth-child(-n+2){border-bottom:1px solid #d6e1e4}.c12-selector-row{grid-template-columns:1fr auto}.c12-selector-row p{grid-column:1/3}.hub-principles{grid-template-columns:1fr}.related-services{grid-template-columns:1fr}}
@media(max-width:680px){body.inner-page .section.c12-section{padding:58px 0}.c12-card-grid,.c12-article-grid,.deliverable-grid,.c12-proof{grid-template-columns:1fr}.c12-proof>div{border-right:0!important;border-bottom:1px solid #d6e1e4!important}.c12-proof>div:last-child{border-bottom:0!important}.c12-selector-row{grid-template-columns:1fr;gap:8px}.c12-selector-row p{grid-column:1}.process-rail li{grid-template-columns:46px 1fr}.c12-highlight{padding:28px 24px}.article-hero{padding:110px 0 54px}.article-hero h1{font-size:42px}.article-body h2{font-size:32px!important}}

.evidence-questions{list-style:none!important;padding:0!important;margin:22px 0 42px!important;border-top:1px solid #d8e3e6}.evidence-questions li{position:relative;padding:18px 18px 18px 34px;margin:0!important;border-bottom:1px solid #d8e3e6;font-size:16.5px!important;line-height:1.65!important;color:#435f6a!important}.evidence-questions li::before{content:"";position:absolute;left:3px;top:27px;width:10px;height:2px;background:#00a9a1}.c12-side .process-rail{margin:18px 0 24px!important}.c12-side .process-rail li{grid-template-columns:38px 1fr;gap:11px;padding:15px 0}.c12-side .process-rail h3{font-size:14px!important;margin-bottom:3px!important}.c12-side .process-rail p{font-size:12.8px!important;line-height:1.5!important}.c12-side .process-rail li>span{font-size:10px;padding-top:4px}.credential-block{padding:20px 0;border-bottom:1px solid #d9e4e7}.credential-block h3{margin:0 0 5px!important}.credential-block p{margin:0!important}.legal-principle{border-bottom:1px solid #d9e4e7}


/* ===== candidate13.css ===== */
/* ==========================================================
   ONE BLACK Candidate 13 — UX & TRUST
   Audit C12 applied: mobile access, contrast, desktop reading flow,
   audience recognition, editorial authority and conversion polish.
   HOME MASTER IS INTENTIONALLY UNTOUCHED.
   ========================================================== */
:root{--teal-ink:#00756f;--teal-ink-hover:#006b67}

/* Mobile menu state must be unambiguous. */
.mobile-toggle [hidden]{display:none!important}

/* Accessible teal on light surfaces (AA for normal-sized text). */
body.inner-page .c12-kicker,
body.inner-page .c12-card-no,
body.inner-page .c12-article-card .topic,
body.inner-page .c12-article-card a,
body.inner-page .c12-selector-row a,
body.inner-page .related-service b,
body.inner-page .text-link,
body.inner-page .article-references a,
body.inner-page .form-status,
body.inner-page .faq summary::after{color:var(--teal-ink)!important}
body.inner-page .prose li::marker{color:var(--teal-ink)!important}
body.inner-page .c12-dark-band .process-rail li>span,
body.inner-page .on-dark,
body.inner-page .eyebrow.on-dark{color:#64d8d0!important}
body.inner-page .related-service:hover{border-color:#93cbc7}
body.inner-page .related-service:hover b,body.inner-page .text-link:hover{color:var(--teal-ink-hover)!important}

/* Detail-page architecture: sidebar only owns the opening; the rest uses the canvas. */
body.inner-page .c13-detail-wrap{width:min(calc(100% - 48px),var(--container));margin-inline:auto}
body.inner-page .c13-opening-grid{display:grid;grid-template-columns:minmax(0,860px) minmax(300px,340px);gap:68px;align-items:start}
body.inner-page .c13-opening-prose{max-width:860px}
body.inner-page .c13-full-prose{max-width:none;margin-top:58px;padding-top:52px;border-top:1px solid #d8e3e6}
body.inner-page .c13-full-prose>h2,body.inner-page .c13-full-prose>h3,body.inner-page .c13-full-prose>p,body.inner-page .c13-full-prose>ul:not(.evidence-questions),body.inner-page .c13-full-prose>ol:not(.process-rail),body.inner-page .c13-full-prose>.c12-highlight{max-width:920px}
body.inner-page .c13-full-prose>.process-rail{max-width:1080px}
body.inner-page .c13-full-prose>.deliverable-grid,body.inner-page .c13-full-prose>.related-services{max-width:1120px}

/* Audience recognition: concrete scenarios, editorial rather than promotional. */
.c13-scenarios{margin:0 0 58px}
.c13-scenarios .c13-scenario-head{max-width:900px;margin-bottom:26px}
.c13-scenarios .c13-scenario-head .c12-kicker{margin-bottom:10px}
.c13-scenarios .c13-scenario-head h2{margin:0 0 12px!important}
.c13-scenarios .c13-scenario-head p{margin:0!important;font-size:16.5px!important;line-height:1.72!important;color:#5b727b!important}
.c13-scenario-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #d6e2e5;border-bottom:1px solid #d6e2e5}
.c13-scenario{padding:25px 22px 27px;border-right:1px solid #d6e2e5;min-height:196px}
.c13-scenario:last-child{border-right:0}
.c13-scenario span{display:block;font:800 11px/1 var(--sans);letter-spacing:.13em;color:var(--teal-ink);margin-bottom:18px}
.c13-scenario h3{font-family:var(--sans)!important;font-size:16.5px!important;line-height:1.38!important;margin:0 0 9px!important;color:#173845!important}
.c13-scenario p{font-size:14.9px!important;line-height:1.65!important;color:#617780!important;margin:0!important}
.c13-trust-rail{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:0 0 54px;border:1px solid #d8e3e6;border-radius:14px;overflow:hidden;background:#f7fafb}
.c13-trust-rail div{padding:18px 19px;border-right:1px solid #d8e3e6}.c13-trust-rail div:last-child{border-right:0}
.c13-trust-rail strong{display:block;font:760 13px/1.35 var(--sans);color:#173845;margin-bottom:5px}
.c13-trust-rail span{display:block;font:500 12.8px/1.5 var(--sans);color:#657983}

/* Editorial trust without claiming a named technical review that has not been formalized. */
.c13-editorial-principles{margin-top:46px;padding:34px 36px;border-radius:15px;background:linear-gradient(145deg,#031923,#0a3543);color:#fff}
.c13-editorial-principles .c12-kicker{color:#75d9d3!important}
.c13-editorial-principles h2{color:#fff!important;margin:0 0 14px!important;max-width:760px}
.c13-editorial-principles>p{max-width:850px;color:#c9d9dc!important;font-size:16.5px!important;line-height:1.72!important}
.c13-editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:24px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden}
.c13-editorial-grid div{padding:21px;background:rgba(2,20,29,.72)}
.c13-editorial-grid strong{display:block;font:760 14px/1.4 var(--sans);margin-bottom:6px;color:#f3fbfc}
.c13-editorial-grid span{font:500 13.3px/1.58 var(--sans);color:#b9cdd1}
.article-meta .c13-editorial-owner{color:#a9d7d3}
.article-related{margin:48px 0 0;padding-top:28px;border-top:1px solid #d8e3e6}
.article-related h2{font-size:26px!important;margin:0 0 18px!important}
.article-related-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.article-related a{display:block;padding:18px 20px;border:1px solid #d7e3e6;border-radius:12px;color:#173845;text-decoration:none;font:700 14.5px/1.45 var(--sans);background:#fff}
.article-related a:hover{border-color:#9bcfcb;transform:translateY(-1px)}

/* Form polish and explicit next-step information. */
body.inner-page .checkline{display:grid!important;grid-template-columns:22px minmax(0,1fr);gap:11px;align-items:start;font-size:15px!important;line-height:1.58!important;font-weight:560!important}
body.inner-page .checkline input{width:18px!important;height:18px!important;margin:2px 0 0!important;padding:0!important;accent-color:#00756f}
body.inner-page .form-context{border-left:3px solid #00756f}
body.inner-page .form-context p{font-size:15.2px!important}

/* Floating support: present but no longer blocks mobile reading. */
@media(max-width:760px){
  body.inner-page .whatsapp{width:50px;height:50px;right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));box-shadow:0 10px 28px rgba(3,31,37,.25)}
  body.inner-page .whatsapp svg{width:24px;height:24px}
  body.inner-page .site-footer{padding-bottom:calc(28px + env(safe-area-inset-bottom))}
}

/* Mobile: internal pages deliver information before atmosphere. Home is excluded. */
@media(max-width:760px){
  body.inner-page .page-hero-inner,body.inner-page.family-institucional .page-hero-inner,body.inner-page.family-servicos .page-hero-inner,body.inner-page.family-publico .page-hero-inner,body.inner-page.family-inteligencia .page-hero-inner,body.inner-page.family-contato .page-hero-inner,body.inner-page.family-legal .page-hero-inner,body.inner-page.family-faq .page-hero-inner{
    grid-template-columns:1fr!important;gap:14px!important;min-height:0!important;padding:34px 0 20px!important
  }
  body.inner-page .breadcrumbs{margin-bottom:17px!important;font-size:12.5px!important}
  body.inner-page .page-hero-copy .page-title{font-size:clamp(38px,10.4vw,46px)!important;line-height:1.01!important;letter-spacing:-.035em!important}
  body.inner-page .page-hero-copy .body-xl{font-size:16.2px!important;line-height:1.62!important;margin-top:16px!important}
  body.inner-page .internal-hero-note{margin-top:14px!important;font-size:12px!important}
  body.inner-page .page-hero-media,body.inner-page.family-institucional .page-hero-media,body.inner-page.family-servicos .page-hero-media,body.inner-page.family-publico .page-hero-media,body.inner-page.family-inteligencia .page-hero-media{
    height:148px!important;border-radius:10px!important;margin-top:3px!important
  }
  body.inner-page .page-hero-media>img{opacity:.27!important;filter:saturate(.38) contrast(1.03) brightness(.58)!important}
  body.inner-page .brand-micro3d{width:29px!important;height:29px!important;right:8px!important;bottom:8px!important;opacity:.28!important}
  body.inner-page .brand-micro3d img{width:20px!important;height:20px!important}
  body.inner-page.family-inteligencia .page-hero-copy .page-title{font-size:34px!important;line-height:1.03!important}
  body.inner-page.family-inteligencia .page-hero-copy .body-xl{font-size:15.8px!important}
  body.inner-page.family-inteligencia .page-hero-media{height:96px!important}
  body.inner-page.family-contato .page-hero-media,body.inner-page.family-legal .page-hero-media,body.inner-page.family-faq .page-hero-media{display:none!important}
  body.inner-page.family-contato .page-hero-inner,body.inner-page.family-legal .page-hero-inner,body.inner-page.family-faq .page-hero-inner{padding-bottom:30px!important}
  body.inner-page .section.c12-section{padding:54px 0!important}
  body.inner-page .c13-detail-wrap{width:min(calc(100% - 32px),var(--container))}
  body.inner-page .c13-opening-grid{grid-template-columns:1fr;gap:28px}
  body.inner-page .c13-full-prose{margin-top:42px;padding-top:38px}
  .c13-scenario-grid{grid-template-columns:1fr}
  .c13-scenario{border-right:0;border-bottom:1px solid #d6e2e5;min-height:0;padding:20px 4px}.c13-scenario:last-child{border-bottom:0}
  .c13-scenario p{font-size:15.7px!important}
  .c13-trust-rail{grid-template-columns:1fr 1fr}.c13-trust-rail div:nth-child(2){border-right:0}.c13-trust-rail div:nth-child(-n+2){border-bottom:1px solid #d8e3e6}
  .c13-editorial-principles{padding:28px 22px}.c13-editorial-grid{grid-template-columns:1fr}.article-related-grid{grid-template-columns:1fr}
  body.inner-page .c12-card p,body.inner-page .deliverable p,body.inner-page .hub-principles p,body.inner-page .c12-article-card p{font-size:15.7px!important}
  body.inner-page .field-note{font-size:14px!important;line-height:1.55}
}
@media(min-width:761px) and (max-width:1100px){
  body.inner-page .c13-opening-grid{grid-template-columns:1fr;gap:38px}
  body.inner-page .c13-opening-grid .side-panel{position:relative;top:auto;max-width:720px}
  .c13-scenario-grid{grid-template-columns:1fr 1fr}.c13-scenario:nth-child(2){border-right:0}.c13-scenario:nth-child(-n+2){border-bottom:1px solid #d6e2e5}
  .c13-trust-rail{grid-template-columns:1fr 1fr}.c13-trust-rail div:nth-child(2){border-right:0}.c13-trust-rail div:nth-child(-n+2){border-bottom:1px solid #d8e3e6}
}


/* ===== candidate13_1.css ===== */
/* ==========================================================
   ONE BLACK Candidate 13.1 — Controlled Refinement
   Base: Candidate 13. No architecture rewrite.
   Purpose: recover visual identity, real photography and reading priority.
   ========================================================== */

/* 1) Home audiences: photography must feel real, not vector/tech-template. */
body:not(.inner-page) .audience-card img{
  filter:saturate(.78) contrast(1.04) brightness(.88);
  transform:scale(1.005);
}
body:not(.inner-page) .audience-card:hover img{
  filter:saturate(.86) contrast(1.05) brightness(.91);
}
body:not(.inner-page) .audience-card::after{
  background:linear-gradient(180deg,rgba(1,10,16,.06) 4%,rgba(1,10,16,.34) 44%,rgba(1,10,16,.96) 100%);
}
body:not(.inner-page) .audience-content h3{font-size:25px;line-height:1.03}
body:not(.inner-page) .audience-content p{font-size:14px;line-height:1.48;color:#e0ebed}
body:not(.inner-page) .audience-content span{font-size:13.2px;margin-top:12px}

/* 2) Home Direction Technical: official real portrait, restrained crop. */
body:not(.inner-page) .home-direction-media img{
  object-position:center 17%;
  filter:saturate(.88) contrast(1.025) brightness(.96);
}

/* 3) Internal mastheads: information first; teal is accent, not headline body. */
body.inner-page .page-hero-copy .page-title{color:#f8fbfc!important}
body.inner-page .page-hero-media>img{opacity:.40!important;filter:saturate(.44) contrast(1.05) brightness(.64)!important}
body.inner-page.family-servicos .page-hero-media>img{opacity:.38!important}
body.inner-page.family-publico .page-hero-media>img{opacity:.40!important}
body.inner-page.family-inteligencia .page-hero-media>img{opacity:.40!important}
body.inner-page.family-contato .page-hero-media>img{opacity:.31!important}
body.inner-page.family-legal .page-hero-media>img,body.inner-page.family-faq .page-hero-media>img{opacity:.24!important}

/* Direction portrait stays credible, but image must not overpower the institutional copy. */
body.inner-page.family-direcao .direction-profile-media--photo img{
  filter:saturate(.86) contrast(1.02) brightness(.91)!important;
}
body.inner-page.family-direcao .direction-profile-media--photo::after{
  background:linear-gradient(90deg,rgba(2,13,20,.46),rgba(2,13,20,.08) 36%,transparent 70%),linear-gradient(0deg,rgba(2,13,20,.30),transparent 44%)!important;
}

@media(max-width:760px){
  body:not(.inner-page) .audience-content h3{font-size:24px}
  body:not(.inner-page) .audience-content p{font-size:14.5px;line-height:1.5}
  body:not(.inner-page) .audience-content span{font-size:13.5px}
  body.inner-page .page-hero-media>img,
  body.inner-page.family-servicos .page-hero-media>img,
  body.inner-page.family-publico .page-hero-media>img,
  body.inner-page.family-inteligencia .page-hero-media>img{opacity:.25!important}
  body.inner-page.family-contato .page-hero-media>img{opacity:.20!important}
  body.inner-page.family-legal .page-hero-media>img,body.inner-page.family-faq .page-hero-media>img{opacity:.16!important}
}


/* ===== candidate13_2.css ===== */
/* ==========================================================
   ONE BLACK Candidate 13.2 — Home Real Photography Refinement
   Base: Candidate 13.1. Scope: Home audience section only.
   No locked copy or Home architecture was changed.
   ========================================================== */

body:not(.inner-page) .home-audience-refined{
  padding:64px 0 70px!important;
  background:
    radial-gradient(circle at 82% 8%,rgba(0,179,166,.045),transparent 22%),
    linear-gradient(180deg,#f7fafb 0%,#eef4f6 100%)!important;
}
body:not(.inner-page) .home-audience-refined .audience-head{
  grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr)!important;
  align-items:end!important;
  gap:64px!important;
  margin-bottom:28px!important;
}
body:not(.inner-page) .home-audience-refined .section-title{
  font-size:clamp(44px,4.25vw,64px)!important;
  line-height:.94!important;
  letter-spacing:-.042em!important;
  max-width:760px!important;
}
body:not(.inner-page) .home-audience-refined .audience-head>.body-lg{
  justify-self:end!important;
  align-self:center!important;
  max-width:470px!important;
  margin:18px 0 0!important;
  padding:4px 0 4px 32px!important;
  border-left:1px solid rgba(11,42,60,.20)!important;
  font-size:16px!important;
  line-height:1.55!important;
  color:#496675!important;
}
body:not(.inner-page) .home-audience-refined .audience-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
}
body:not(.inner-page) .home-audience-refined .audience-card{
  min-height:345px!important;
  border-radius:11px!important;
  background:#031620!important;
  border:1px solid rgba(11,42,60,.12)!important;
  box-shadow:0 14px 34px rgba(6,28,39,.08)!important;
  overflow:hidden!important;
  transform:translateZ(0);
}
body:not(.inner-page) .home-audience-refined .audience-card img{
  object-fit:cover!important;
  opacity:1!important;
  filter:saturate(.78) contrast(1.045) brightness(.92)!important;
  transform:scale(1.01)!important;
  transition:transform .5s cubic-bezier(.2,.7,.2,1),filter .35s ease!important;
}
body:not(.inner-page) .home-audience-refined .audience-card:nth-child(1) img{object-position:center 48%!important}
body:not(.inner-page) .home-audience-refined .audience-card:nth-child(2) img{object-position:center 48%!important}
body:not(.inner-page) .home-audience-refined .audience-card:nth-child(3) img{object-position:center 50%!important}
body:not(.inner-page) .home-audience-refined .audience-card:nth-child(4) img{object-position:center 48%!important}
body:not(.inner-page) .home-audience-refined .audience-card::after{
  background:linear-gradient(180deg,
    rgba(1,10,16,.015) 0%,
    rgba(1,10,16,.08) 29%,
    rgba(1,10,16,.42) 55%,
    rgba(1,10,16,.91) 78%,
    rgba(1,10,16,.985) 100%)!important;
}
body:not(.inner-page) .home-audience-refined .audience-card:hover img{
  transform:scale(1.035)!important;
  filter:saturate(.85) contrast(1.055) brightness(.96)!important;
}
body:not(.inner-page) .home-audience-refined .audience-content{
  left:22px!important;
  right:22px!important;
  bottom:20px!important;
}
body:not(.inner-page) .home-audience-refined .audience-content::before{
  content:"";
  display:block;
  width:34px;
  height:2px;
  margin:0 0 13px;
  background:var(--teal);
  opacity:.92;
}
body:not(.inner-page) .home-audience-refined .audience-content h3{
  font-size:26px!important;
  line-height:1.02!important;
  letter-spacing:-.025em!important;
  margin:0 0 10px!important;
}
body:not(.inner-page) .home-audience-refined .audience-content p{
  font-size:14.5px!important;
  line-height:1.5!important;
  color:#e4eef0!important;
  max-width:96%!important;
}
body:not(.inner-page) .home-audience-refined .audience-content span{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  margin-top:14px!important;
  color:#58ddd5!important;
  font-size:13.5px!important;
  font-weight:800!important;
}
body:not(.inner-page) .home-audience-refined .audience-card:focus-visible{
  outline:3px solid rgba(0,179,166,.42)!important;
  outline-offset:3px!important;
}

@media(max-width:1180px){
  body:not(.inner-page) .home-audience-refined .audience-head{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-head>.body-lg{
    justify-self:start!important;
    max-width:700px!important;
    margin:0!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-card{min-height:330px!important}
}

@media(max-width:760px){
  body:not(.inner-page) .home-audience-refined{
    padding:44px 0 48px!important;
  }
  body:not(.inner-page) .home-audience-refined .section-title{
    font-size:clamp(38px,11vw,50px)!important;
    line-height:.98!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-head>.body-lg{
    padding:2px 0 2px 18px!important;
    font-size:15px!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-card{
    min-height:315px!important;
    border-radius:10px!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-content{
    left:20px!important;
    right:20px!important;
    bottom:19px!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-content h3{font-size:27px!important}
  body:not(.inner-page) .home-audience-refined .audience-content p{font-size:14.5px!important}
}


/* ===== candidate13_3.css ===== */
/* ==========================================================
   ONE BLACK Candidate 13.3 — Home Audience Reference Match
   Base: Candidate 13.2.
   Scope: ONLY Home / "Para quem atuamos".

   Goal: reproduce the APPROVED visual hierarchy of the supplied
   reference using real photography, generous editorial scale and
   tall cinematic cards. Locked copy and architecture are unchanged.
   ========================================================== */

/* ----- SECTION / BREAKOUT WIDTH ----- */
body:not(.inner-page) .home-audience-refined{
  padding:72px 0 72px!important;
  background:#f7fafb!important;
}
body:not(.inner-page) .home-audience-refined>.container{
  width:min(calc(100% - 28px),1620px)!important;
  max-width:none!important;
}

/* ----- EDITORIAL HEADER ----- */
body:not(.inner-page) .home-audience-refined .audience-head{
  display:grid!important;
  grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr)!important;
  align-items:center!important;
  gap:88px!important;
  margin:0 0 42px!important;
  padding:0 54px!important;
}
body:not(.inner-page) .home-audience-refined .audience-head .eyebrow{
  margin:0 0 15px!important;
  font-size:13px!important;
  letter-spacing:.30em!important;
  color:#087d86!important;
}
body:not(.inner-page) .home-audience-refined .audience-head .eyebrow::after{
  content:"";
  display:inline-block;
  width:52px;
  height:1px;
  margin-left:25px;
  vertical-align:middle;
  background:#0aa6ad;
  opacity:.9;
}
body:not(.inner-page) .home-audience-refined .section-title{
  margin:0!important;
  max-width:790px!important;
  font-size:clamp(54px,4.15vw,70px)!important;
  line-height:.93!important;
  letter-spacing:-.046em!important;
  color:#07131c!important;
}
body:not(.inner-page) .home-audience-refined .section-title::after{
  content:"";
  display:inline-block;
  width:10px;
  height:10px;
  margin-left:4px;
  border-radius:50%;
  background:#0aa7a1;
  vertical-align:.11em;
}
body:not(.inner-page) .home-audience-refined .audience-head>.body-lg{
  position:relative!important;
  justify-self:end!important;
  align-self:center!important;
  max-width:460px!important;
  margin:6px 0 0!important;
  padding:12px 0 12px 45px!important;
  border-left:1px solid rgba(33,73,92,.22)!important;
  font-size:18px!important;
  line-height:1.48!important;
  color:#5b7187!important;
}

/* ----- 4 CINEMATIC CARDS ----- */
body:not(.inner-page) .home-audience-refined .audience-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}
body:not(.inner-page) .home-audience-refined .audience-card{
  position:relative!important;
  aspect-ratio:.68/1!important;
  min-height:500px!important;
  max-height:585px!important;
  border-radius:9px!important;
  overflow:hidden!important;
  isolation:isolate!important;
  background:#03141e!important;
  border:1px solid rgba(9,46,61,.10)!important;
  box-shadow:0 14px 34px rgba(7,28,39,.07)!important;
  transform:none!important;
  transition:transform .28s ease,box-shadow .28s ease!important;
}
/* Local photo stays as an offline fallback. */
body:not(.inner-page) .home-audience-refined .audience-card>img{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  opacity:1!important;
  filter:saturate(.76) contrast(1.03) brightness(.86)!important;
  transform:scale(1.015)!important;
  transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .4s ease!important;
}
/* Real photographic review layer. If it cannot load, the local photo above remains visible. */
body:not(.inner-page) .home-audience-refined .audience-card::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  height:auto!important;
  pointer-events:none!important;
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  opacity:1!important;
  filter:saturate(.72) contrast(1.035) brightness(.86)!important;
  transform:scale(1.012)!important;
  transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .4s ease!important;
}
body:not(.inner-page) .home-audience-refined .audience-card:nth-child(1)::before{
  background-image:url("../home/audience-advogados-escritorios.jpg")!important;
  background-position:48% center!important;
}
body:not(.inner-page) .home-audience-refined .audience-card:nth-child(2)::before{
  background-image:url("../home/audience-empresas.jpg")!important;
  background-position:52% center!important;
}
body:not(.inner-page) .home-audience-refined .audience-card:nth-child(3)::before{
  background-image:url("../home/audience-seguradoras-operadoras.jpg")!important;
  background-position:54% center!important;
}
body:not(.inner-page) .home-audience-refined .audience-card:nth-child(4)::before{
  background-image:url("../home/audience-medicos-instituicoes-saude.jpg")!important;
  background-position:50% center!important;
}
body:not(.inner-page) .home-audience-refined .audience-card::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  pointer-events:none!important;
  background:
    linear-gradient(180deg,
      rgba(1,11,17,.015) 0%,
      rgba(1,11,17,.04) 27%,
      rgba(1,11,17,.20) 45%,
      rgba(1,11,17,.70) 66%,
      rgba(1,11,17,.96) 83%,
      rgba(1,11,17,.995) 100%)!important;
}
body:not(.inner-page) .home-audience-refined .audience-card:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 20px 44px rgba(7,28,39,.11)!important;
}
body:not(.inner-page) .home-audience-refined .audience-card:hover::before,
body:not(.inner-page) .home-audience-refined .audience-card:hover>img{
  transform:scale(1.035)!important;
  filter:saturate(.78) contrast(1.05) brightness(.90)!important;
}

/* ----- CONTENT, FOLLOWING THE REFERENCE SCALE ----- */
body:not(.inner-page) .home-audience-refined .audience-content{
  position:absolute!important;
  z-index:3!important;
  left:32px!important;
  right:28px!important;
  bottom:31px!important;
}
body:not(.inner-page) .home-audience-refined .audience-content::before{
  content:""!important;
  display:block!important;
  width:36px!important;
  height:2px!important;
  margin:0 0 19px!important;
  background:#23c6c2!important;
  opacity:.98!important;
}
body:not(.inner-page) .home-audience-refined .audience-content h3{
  margin:0 0 22px!important;
  color:#fff!important;
  font-size:clamp(26px,1.75vw,30px)!important;
  line-height:1.03!important;
  letter-spacing:-.032em!important;
  font-weight:600!important;
  text-wrap:balance!important;
}
body:not(.inner-page) .home-audience-refined .audience-content p{
  margin:0!important;
  max-width:98%!important;
  color:#f1f5f6!important;
  font-size:16.5px!important;
  line-height:1.52!important;
  font-weight:400!important;
}
body:not(.inner-page) .home-audience-refined .audience-content span{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  margin-top:31px!important;
  color:#37d5d0!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:800!important;
}
body:not(.inner-page) .home-audience-refined .audience-card:focus-visible{
  outline:3px solid rgba(0,179,166,.46)!important;
  outline-offset:4px!important;
}

/* ----- TABLET ----- */
@media(max-width:1180px){
  body:not(.inner-page) .home-audience-refined{
    padding:62px 0 64px!important;
  }
  body:not(.inner-page) .home-audience-refined>.container{
    width:min(calc(100% - 36px),1100px)!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-head{
    grid-template-columns:1fr!important;
    gap:20px!important;
    padding:0 10px!important;
    margin-bottom:32px!important;
  }
  body:not(.inner-page) .home-audience-refined .section-title{
    max-width:760px!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-head>.body-lg{
    justify-self:start!important;
    max-width:620px!important;
    margin:0!important;
    padding-left:25px!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:16px!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-card{
    aspect-ratio:.86/1!important;
    min-height:440px!important;
    max-height:none!important;
  }
}

/* ----- MOBILE ----- */
@media(max-width:760px){
  body:not(.inner-page) .home-audience-refined{
    padding:48px 0 50px!important;
  }
  body:not(.inner-page) .home-audience-refined>.container{
    width:min(calc(100% - 26px),720px)!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-head{
    padding:0 5px!important;
    margin-bottom:26px!important;
    gap:17px!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-head .eyebrow{
    font-size:12px!important;
    letter-spacing:.24em!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-head .eyebrow::after{
    width:38px!important;
    margin-left:15px!important;
  }
  body:not(.inner-page) .home-audience-refined .section-title{
    font-size:clamp(40px,11.6vw,52px)!important;
    line-height:.96!important;
    max-width:100%!important;
  }
  body:not(.inner-page) .home-audience-refined .section-title::after{
    width:7px!important;
    height:7px!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-head>.body-lg{
    padding:4px 0 4px 18px!important;
    max-width:100%!important;
    font-size:15.5px!important;
    line-height:1.52!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-grid{
    grid-template-columns:1fr!important;
    gap:15px!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-card{
    aspect-ratio:.83/1!important;
    min-height:440px!important;
    max-height:520px!important;
    border-radius:9px!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-content{
    left:25px!important;
    right:22px!important;
    bottom:25px!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-content::before{
    margin-bottom:16px!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-content h3{
    font-size:29px!important;
    margin-bottom:16px!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-content p{
    font-size:15.5px!important;
    line-height:1.5!important;
  }
  body:not(.inner-page) .home-audience-refined .audience-content span{
    margin-top:22px!important;
    font-size:14.5px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  body:not(.inner-page) .home-audience-refined .audience-card,
  body:not(.inner-page) .home-audience-refined .audience-card::before,
  body:not(.inner-page) .home-audience-refined .audience-card>img{
    transition:none!important;
  }
}


/* ===== candidate13_4.css ===== */
/* ==========================================================
   ONE BLACK Candidate 13.4 — Team Home Refinement
   Base: Candidate 13.3.
   Scope: HOME ONLY. No locked copy or page architecture changed.
   Purpose: raise legibility, hierarchy, materiality and conversion
   while preserving the approved ONE BLACK visual identity.
   ========================================================== */

/* ---------- GLOBAL HOME RHYTHM ---------- */
body:not(.inner-page) main{overflow:clip}
body:not(.inner-page) .section{scroll-margin-top:92px}
body:not(.inner-page) .section-title,
body:not(.inner-page) .quote-title,
body:not(.inner-page) .home-authority-title{
  text-wrap:balance;
}
body:not(.inner-page) .body-lg{line-height:1.62}

/* ---------- HEADER: calmer, more institutional ---------- */
@media(min-width:1181px){
  body:not(.inner-page) .site-header .container{width:min(calc(100% - 72px),1480px)}
  body:not(.inner-page) .header-inner{min-height:82px;gap:28px}
  body:not(.inner-page) .site-logo{width:245px;flex:0 0 245px}
  body:not(.inner-page) .primary-nav{gap:25px;margin-left:auto}
  body:not(.inner-page) .nav-trigger,
  body:not(.inner-page) .nav-link{font-size:14.5px;letter-spacing:-.01em}
  body:not(.inner-page) .header-cta{min-height:45px;padding:10px 20px;font-size:14px;border-radius:11px}
}

/* ---------- HERO: information first, cinema second ---------- */
body:not(.inner-page) .hero::before{
  background:
    linear-gradient(90deg,#010a10 0%,rgba(1,10,16,.99) 18%,rgba(2,15,23,.95) 34%,rgba(2,18,27,.69) 51%,rgba(1,10,16,.20) 70%,rgba(1,10,16,.13) 100%),
    linear-gradient(0deg,rgba(1,10,16,.55),transparent 36%)!important;
}
body:not(.inner-page) .hero-grid{min-height:650px!important}
body:not(.inner-page) .hero-copy{width:min(52%,735px)!important;padding:76px 0 82px!important}
body:not(.inner-page) .hero-copy .eyebrow{font-size:13px;letter-spacing:.26em;margin-bottom:17px}
body:not(.inner-page) .hero-copy .display{
  max-width:720px!important;
  font-size:clamp(58px,4.75vw,76px)!important;
  line-height:.94!important;
  letter-spacing:-.042em!important;
}
body:not(.inner-page) .hero-copy .body-xl{
  max-width:650px!important;
  margin-top:25px!important;
  color:#dce7e9!important;
  font-size:18px!important;
  line-height:1.62!important;
}
body:not(.inner-page) .hero-actions{margin-top:30px!important;gap:12px!important}
body:not(.inner-page) .hero-actions .btn{min-height:48px;padding:11px 20px;font-size:14.5px;border-radius:10px}
body:not(.inner-page) .hero-media img{
  object-position:54% center!important;
  filter:saturate(.88) contrast(1.055) brightness(.86)!important;
}

/* ---------- SOLUTIONS: restore reading comfort ---------- */
body:not(.inner-page) .home-services{padding:56px 0 50px!important;background:#f8fbfc!important;color:#102a38!important;border-top:0!important}
body:not(.inner-page) .home-services .eyebrow{color:#087d86!important}
body:not(.inner-page) .home-services .section-title{color:#0b1e2a!important}
body:not(.inner-page) .home-services .section-head,
body:not(.inner-page) .home-services-head{
  align-items:end!important;
  margin-bottom:30px!important;
}
body:not(.inner-page) .home-services .section-title{
  font-size:clamp(40px,3.55vw,54px)!important;
  line-height:.98!important;
  letter-spacing:-.034em!important;
  max-width:770px!important;
}
body:not(.inner-page) .home-services .body-lg{
  color:#526b77!important;
  font-size:16px!important;
  line-height:1.58!important;
  max-width:540px!important;
}
body:not(.inner-page) .home-services .service-index{
  border-top:1px solid #dbe6e9!important;
  border-bottom:1px solid #dbe6e9!important;
}
body:not(.inner-page) .home-services .service-row{
  min-height:196px!important;
  padding:24px 22px 21px!important;
  column-gap:13px!important;
  row-gap:7px!important;
  border-color:#dbe6e9!important;
}
body:not(.inner-page) .home-services .service-icon{
  width:46px!important;height:46px!important;
  background:#052638!important;color:#76e0da!important;
  border:1px solid rgba(0,143,139,.16)!important;
}
body:not(.inner-page) .home-services .service-no{font-size:11.5px!important;color:#66808b!important}
body:not(.inner-page) .home-services .service-title{
  font-size:15.5px!important;line-height:1.28!important;min-height:40px!important;color:#102b3a!important
}
body:not(.inner-page) .home-services .service-row p{
  font-size:13.5px!important;line-height:1.52!important;color:#657983!important
}
body:not(.inner-page) .home-services .service-row:hover{background:#f1f7f8!important}

/* ---------- NATIONAL PRESENCE: strengthen proof, reduce UI feel ---------- */
body:not(.inner-page) .section--dark:has(.presence-grid){padding:58px 0 56px!important}
body:not(.inner-page) .presence-grid{gap:38px!important}
body:not(.inner-page) .presence-copy .section-title{
  font-size:clamp(38px,3.15vw,50px)!important;line-height:.99!important
}
body:not(.inner-page) .presence-copy .body-lg{font-size:16.5px!important;line-height:1.58!important;color:#cedde0!important}
body:not(.inner-page) .map-stage{min-height:330px!important}
body:not(.inner-page) .map-stage img{filter:saturate(1.02) contrast(1.035) brightness(.95)!important}
body:not(.inner-page) .stats{gap:22px!important}
body:not(.inner-page) .stat strong{font-size:52px!important}
body:not(.inner-page) .stat span{font-size:15.5px!important;line-height:1.48!important}
body:not(.inner-page) .presence-signature{font-size:13.5px!important;letter-spacing:.15em!important;color:#d5e2e4!important}

/* ---------- METHOD: readable, systematic, not cramped ---------- */
body:not(.inner-page) .section--light:has(.method-grid){padding:50px 0 46px!important}
body:not(.inner-page) .method-head{gap:46px!important;margin-bottom:26px!important}
body:not(.inner-page) .method-head .section-title{font-size:clamp(38px,3.2vw,49px)!important;line-height:.98!important}
body:not(.inner-page) .method-head .body-lg{font-size:16px!important;line-height:1.58!important;color:#536d78!important}
body:not(.inner-page) .method{padding:20px 22px 18px!important;grid-template-columns:42px 1fr!important;gap:0 13px!important}
body:not(.inner-page) .method-num{width:40px!important;height:40px!important;font-size:13.5px!important}
body:not(.inner-page) .method h3{font-size:15px!important;line-height:1.25!important;margin-top:3px!important}
body:not(.inner-page) .method p{font-size:13.5px!important;line-height:1.5!important;color:#647983!important}

/* ---------- AUDIENCES: retain C13.3 approved concept, polish detail ---------- */
body:not(.inner-page) .home-audience-refined{padding-top:78px!important;padding-bottom:78px!important}
body:not(.inner-page) .home-audience-refined .audience-head{margin-bottom:46px!important}
body:not(.inner-page) .home-audience-refined .audience-card{box-shadow:0 16px 42px rgba(7,28,39,.08)!important}
body:not(.inner-page) .home-audience-refined .audience-content h3{font-weight:600!important}
body:not(.inner-page) .home-audience-refined .audience-content p{max-width:96%!important}
body:not(.inner-page) .home-audience-refined .audience-card:hover{transform:translateY(-3px)!important;box-shadow:0 24px 52px rgba(7,28,39,.13)!important}

/* ---------- DIRECTION + INTELLIGENCE: authority, not promo tiles ---------- */
body:not(.inner-page) .home-authority{background:#eef4f5!important;border-top:1px solid #dce7e9;border-bottom:1px solid #dce7e9}
body:not(.inner-page) .home-authority-grid{min-height:360px!important}
body:not(.inner-page) .home-direction,
body:not(.inner-page) .home-intelligence{min-height:360px!important}
body:not(.inner-page) .home-direction{grid-template-columns:.44fr .56fr!important}
body:not(.inner-page) .home-direction-media{min-height:360px!important;background:#dbe6e8!important}
body:not(.inner-page) .home-direction-media img{
  object-position:center 36%!important;
  filter:saturate(.78) contrast(1.02) brightness(.98)!important;
}
body:not(.inner-page) .home-direction-copy{padding:42px 44px!important}
body:not(.inner-page) .home-authority-title{font-size:35px!important;line-height:1.02!important;letter-spacing:-.025em!important}
body:not(.inner-page) .home-direction-copy>p:not(.eyebrow):not(.person-reg){font-size:15px!important;line-height:1.58!important;max-width:520px!important}
body:not(.inner-page) .home-direction-copy .btn{font-size:13.5px!important;padding:10px 16px!important}
body:not(.inner-page) .home-intelligence-image{opacity:.48!important;filter:saturate(.72) contrast(1.02) brightness(.92)!important}
body:not(.inner-page) .home-intelligence::after{
  background:linear-gradient(90deg,rgba(3,21,30,.985),rgba(3,27,38,.86) 56%,rgba(3,21,30,.30))!important
}
body:not(.inner-page) .home-intelligence-copy{padding:44px 48px!important;display:flex;flex-direction:column;justify-content:center;height:100%}
body:not(.inner-page) .home-intelligence .home-authority-title{font-size:36px!important;line-height:1.03!important}
body:not(.inner-page) .home-intelligence-copy>p:not(.eyebrow){font-size:15px!important;line-height:1.58!important;max-width:560px!important}
body:not(.inner-page) .home-intelligence .btn{align-self:flex-start;font-size:13.5px!important;padding:10px 16px!important}

/* ---------- FINAL CONVERSION: calm confidence ---------- */
body:not(.inner-page) .final-cta{padding:54px 0!important;background:linear-gradient(106deg,#031721,#064052 72%,#073545)!important}
body:not(.inner-page) .final-grid{gap:66px!important;align-items:center!important}
body:not(.inner-page) .final-cta .quote-title{font-size:clamp(34px,2.8vw,44px)!important;line-height:1.05!important}
body:not(.inner-page) .final-copy p{font-size:15.5px!important;line-height:1.58!important;color:#d6e4e7!important}
body:not(.inner-page) .final-copy .btn{min-height:46px;padding:10px 17px;font-size:13.5px}
body:not(.inner-page) .microcopy{font-size:13px!important;color:#bcd0d4!important}

/* ---------- FOOTER: maintain depth with better reading ---------- */
body:not(.inner-page) .site-footer{padding-top:44px!important}
body:not(.inner-page) .footer-grid{gap:28px!important}
body:not(.inner-page) .footer-presence,
body:not(.inner-page) .footer-links a,
body:not(.inner-page) .footer-contact{font-size:13.5px!important;line-height:1.55!important}
body:not(.inner-page) .footer-heading{font-size:13.5px!important}
body:not(.inner-page) .footer-primary-nav a{font-size:13px!important}
body:not(.inner-page) .footer-bottom,
body:not(.inner-page) .footer-legal a,
body:not(.inner-page) .footer-legal button{font-size:12px!important}

/* ---------- TABLET ---------- */
@media(max-width:1180px){
  body:not(.inner-page) .hero-grid{min-height:590px!important}
  body:not(.inner-page) .hero-copy{width:min(58%,610px)!important;padding:64px 0 66px!important}
  body:not(.inner-page) .hero-copy .display{font-size:clamp(48px,5.5vw,64px)!important}
  body:not(.inner-page) .home-services .service-index{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body:not(.inner-page) .home-services .service-row{min-height:190px!important}
  body:not(.inner-page) .home-audience-refined{padding:66px 0 68px!important}
  body:not(.inner-page) .home-direction-copy,
  body:not(.inner-page) .home-intelligence-copy{padding:38px 36px!important}
}

/* ---------- MOBILE ---------- */
@media(max-width:760px){
  body:not(.inner-page) .hero-copy{width:100%!important;padding:50px 0 34px!important}
  body:not(.inner-page) .hero-copy .display{font-size:clamp(40px,12vw,50px)!important;line-height:.98!important;max-width:100%!important}
  body:not(.inner-page) .hero-copy .body-xl{font-size:16.5px!important;line-height:1.62!important;margin-top:20px!important}
  body:not(.inner-page) .hero-actions .btn{width:auto;min-height:46px;font-size:14px}
  body:not(.inner-page) .hero-media{height:360px!important}
  body:not(.inner-page) .home-services{padding:45px 0 42px!important}
  body:not(.inner-page) .home-services .section-title{font-size:37px!important}
  body:not(.inner-page) .home-services .body-lg{font-size:15.5px!important}
  body:not(.inner-page) .home-services .service-row{min-height:auto!important;padding:20px 0!important}
  body:not(.inner-page) .home-services .service-title{font-size:15.5px!important}
  body:not(.inner-page) .home-services .service-row p{font-size:13.5px!important}
  body:not(.inner-page) .presence-copy .section-title{font-size:38px!important}
  body:not(.inner-page) .stat strong{font-size:46px!important}
  body:not(.inner-page) .method-head .section-title{font-size:38px!important}
  body:not(.inner-page) .method h3{font-size:15px!important}
  body:not(.inner-page) .method p{font-size:13.5px!important}
  body:not(.inner-page) .home-audience-refined{padding:54px 0 56px!important}
  body:not(.inner-page) .home-audience-refined .audience-card{min-height:430px!important}
  body:not(.inner-page) .home-audience-refined .audience-content{left:24px!important;right:22px!important;bottom:25px!important}
  body:not(.inner-page) .home-audience-refined .audience-content h3{font-size:27px!important;margin-bottom:16px!important}
  body:not(.inner-page) .home-audience-refined .audience-content p{font-size:15px!important;line-height:1.5!important}
  body:not(.inner-page) .home-direction,
  body:not(.inner-page) .home-intelligence{min-height:auto!important}
  body:not(.inner-page) .home-direction-media{min-height:300px!important}
  body:not(.inner-page) .home-direction-copy,
  body:not(.inner-page) .home-intelligence-copy{padding:32px 24px!important}
  body:not(.inner-page) .home-authority-title,
  body:not(.inner-page) .home-intelligence .home-authority-title{font-size:31px!important}
  body:not(.inner-page) .final-cta{padding:46px 0!important}
  body:not(.inner-page) .final-cta .quote-title{font-size:34px!important}
}


/* ===== candidate13_5.css ===== */
/* ==========================================================
   ONE BLACK Candidate 13.5 — Home Framing + Reading Refinement
   Base: Candidate 13.4.
   Scope: HOME ONLY.
   Purpose: improve photographic framing, section balance and
   typographic softness without changing approved copy/architecture.
   ========================================================== */

body:not(.inner-page){
  --home-serif:"Source Serif 4","Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
  font-kerning:normal;
}
body:not(.inner-page) :is(.display,.section-title,.quote-title,.home-authority-title,.audience-content h3){
  font-family:var(--home-serif)!important;
  font-optical-sizing:auto;
  font-synthesis:none;
}
body:not(.inner-page) :is(.body-lg,.body-xl,.service-row p,.method p,.audience-content p,.home-direction-copy>p,.home-intelligence-copy>p,.final-copy p){
  font-weight:400;
  letter-spacing:-.008em;
}
body:not(.inner-page) .eyebrow{
  letter-spacing:.22em!important;
  font-weight:700!important;
}

/* HEADER — slightly calmer spacing and type. */
@media(min-width:1181px){
  body:not(.inner-page) .header-inner{min-height:84px!important;gap:30px!important}
  body:not(.inner-page) .site-logo{width:248px!important;flex-basis:248px!important}
  body:not(.inner-page) .primary-nav{gap:27px!important}
  body:not(.inner-page) .nav-trigger,
  body:not(.inner-page) .nav-link{font-size:14.5px!important;font-weight:500!important;letter-spacing:-.008em!important}
  body:not(.inner-page) .header-cta{font-size:14.25px!important;font-weight:700!important}
}

/* HERO — preserve cinematic impact while improving text rhythm and crop. */
body:not(.inner-page) .hero::before{
  background:
    linear-gradient(90deg,#010a10 0%,rgba(1,10,16,.99) 17%,rgba(2,15,23,.94) 33%,rgba(2,18,27,.66) 50%,rgba(1,10,16,.18) 69%,rgba(1,10,16,.10) 100%),
    linear-gradient(0deg,rgba(1,10,16,.48),transparent 38%)!important;
}
body:not(.inner-page) .hero-grid{min-height:632px!important}
body:not(.inner-page) .hero-copy{width:min(51%,700px)!important;padding:76px 0 78px!important}
body:not(.inner-page) .hero-copy .eyebrow{font-size:12.75px!important;margin-bottom:18px!important}
body:not(.inner-page) .hero-copy .display{
  max-width:690px!important;
  font-size:clamp(56px,4.55vw,72px)!important;
  line-height:.985!important;
  letter-spacing:-.038em!important;
  font-weight:500!important;
}
body:not(.inner-page) .hero-copy .display em{font-style:normal!important;font-weight:500!important}
body:not(.inner-page) .hero-copy .body-xl{
  max-width:620px!important;
  margin-top:24px!important;
  font-size:17.5px!important;
  line-height:1.66!important;
  color:#dce7e9!important;
}
body:not(.inner-page) .hero-actions{margin-top:29px!important;gap:12px!important}
body:not(.inner-page) .hero-actions .btn{min-height:48px!important;padding:11px 20px!important;font-size:14.25px!important}
body:not(.inner-page) .hero-media img{
  object-position:58% 51%!important;
  filter:saturate(.86) contrast(1.04) brightness(.90)!important;
}

/* SOLUTIONS — retain five-column technical index with softer reading. */
body:not(.inner-page) .home-services{padding:58px 0 54px!important}
body:not(.inner-page) .home-services-head{grid-template-columns:1.18fr .86fr auto!important;gap:50px!important;margin-bottom:31px!important}
body:not(.inner-page) .home-services .section-title{
  max-width:760px!important;
  font-size:clamp(39px,3.35vw,52px)!important;
  line-height:1.03!important;
  letter-spacing:-.031em!important;
  font-weight:500!important;
}
body:not(.inner-page) .home-services .body-lg{font-size:16px!important;line-height:1.68!important;color:#526a76!important}
body:not(.inner-page) .home-services .service-row{min-height:188px!important;padding:23px 21px 22px!important;row-gap:8px!important}
body:not(.inner-page) .home-services .service-icon{width:45px!important;height:45px!important}
body:not(.inner-page) .home-services .service-title{font-size:15.25px!important;line-height:1.34!important;min-height:40px!important;font-weight:700!important}
body:not(.inner-page) .home-services .service-row p{font-size:13.8px!important;line-height:1.58!important;color:#647985!important}

/* PRESENCE — stronger framing of map and proof, with less compression. */
body:not(.inner-page) .section--dark:has(.presence-grid){padding:60px 0 58px!important}
body:not(.inner-page) .presence-grid{grid-template-columns:.91fr 1.05fr .50fr .50fr!important;gap:38px!important}
body:not(.inner-page) .presence-copy .section-title{font-size:clamp(38px,3.0vw,48px)!important;line-height:1.04!important;letter-spacing:-.028em!important;font-weight:500!important}
body:not(.inner-page) .presence-copy .body-lg{font-size:16px!important;line-height:1.66!important;color:#cddde1!important}
body:not(.inner-page) .map-stage{min-height:325px!important}
body:not(.inner-page) .map-stage img{object-position:center!important;filter:saturate(1.02) contrast(1.04) brightness(.96)!important}
body:not(.inner-page) .stats{gap:24px!important;padding-left:30px!important}
body:not(.inner-page) .stat strong{font-family:var(--home-serif)!important;font-size:50px!important;font-weight:500!important;line-height:.95!important}
body:not(.inner-page) .stat span{font-size:15.25px!important;line-height:1.55!important}
body:not(.inner-page) .presence-signature{font-size:13px!important;letter-spacing:.14em!important;line-height:1.72!important}

/* METHOD — more breathable labels/descriptions. */
body:not(.inner-page) .section--light:has(.method-grid){padding:54px 0 50px!important}
body:not(.inner-page) .method-head{grid-template-columns:1.04fr .86fr auto!important;gap:48px!important;margin-bottom:27px!important}
body:not(.inner-page) .method-head .section-title{font-size:clamp(38px,3.05vw,48px)!important;line-height:1.02!important;letter-spacing:-.03em!important;font-weight:500!important}
body:not(.inner-page) .method-head .body-lg{font-size:15.8px!important;line-height:1.68!important}
body:not(.inner-page) .method{grid-template-columns:42px 1fr!important;gap:0 13px!important;padding:20px 22px 19px!important}
body:not(.inner-page) .method-num{width:40px!important;height:40px!important;font-size:13.25px!important}
body:not(.inner-page) .method h3{font-size:15.2px!important;line-height:1.3!important;font-weight:700!important;margin-top:3px!important}
body:not(.inner-page) .method p{font-size:14px!important;line-height:1.58!important;color:#607681!important}

/* AUDIENCES — reference-match framing with photo-first visual hierarchy. */
body:not(.inner-page) .home-audience-refined{padding:76px 0 80px!important;background:#f7fafb!important}
body:not(.inner-page) .home-audience-refined>.container{width:min(calc(100% - 30px),1620px)!important;max-width:none!important}
body:not(.inner-page) .home-audience-refined .audience-head{
  grid-template-columns:minmax(0,1.28fr) minmax(350px,.72fr)!important;
  gap:82px!important;
  margin-bottom:44px!important;
  padding:0 54px!important;
}
body:not(.inner-page) .home-audience-refined .audience-head .eyebrow{font-size:12.75px!important;margin-bottom:16px!important}
body:not(.inner-page) .home-audience-refined .audience-head .eyebrow::after{width:50px!important;margin-left:24px!important}
body:not(.inner-page) .home-audience-refined .section-title{
  max-width:820px!important;
  font-size:clamp(53px,4.0vw,68px)!important;
  line-height:.99!important;
  letter-spacing:-.043em!important;
  font-weight:500!important;
}
body:not(.inner-page) .home-audience-refined .audience-head>.body-lg{max-width:450px!important;padding-left:42px!important;font-size:17.5px!important;line-height:1.58!important;color:#5c7185!important}
body:not(.inner-page) .home-audience-refined .audience-grid{gap:14px!important}
body:not(.inner-page) .home-audience-refined .audience-card{
  aspect-ratio:.70/1!important;
  min-height:510px!important;
  max-height:565px!important;
  border-radius:8px!important;
  border-color:rgba(7,39,52,.11)!important;
  box-shadow:0 15px 36px rgba(7,28,39,.075)!important;
}
body:not(.inner-page) .home-audience-refined .audience-card>img{
  filter:saturate(.78) contrast(1.025) brightness(.90)!important;
  transform:scale(1.0)!important;
}
body:not(.inner-page) .home-audience-refined .audience-card::before{
  filter:saturate(.77) contrast(1.03) brightness(.90)!important;
  transform:scale(1.0)!important;
}
body:not(.inner-page) .home-audience-refined .audience-card:nth-child(1)::before{background-position:46% 47%!important}
body:not(.inner-page) .home-audience-refined .audience-card:nth-child(2)::before{background-position:50% 51%!important}
body:not(.inner-page) .home-audience-refined .audience-card:nth-child(3)::before{background-position:52% 49%!important}
body:not(.inner-page) .home-audience-refined .audience-card:nth-child(4)::before{background-position:54% 52%!important}
body:not(.inner-page) .home-audience-refined .audience-card::after{
  background:linear-gradient(180deg,
    rgba(1,11,17,.00) 0%,
    rgba(1,11,17,.025) 31%,
    rgba(1,11,17,.15) 48%,
    rgba(1,11,17,.63) 67%,
    rgba(1,11,17,.94) 84%,
    rgba(1,11,17,.992) 100%)!important;
}
body:not(.inner-page) .home-audience-refined .audience-card:hover{transform:translateY(-2px)!important;box-shadow:0 22px 48px rgba(7,28,39,.12)!important}
body:not(.inner-page) .home-audience-refined .audience-card:hover::before,
body:not(.inner-page) .home-audience-refined .audience-card:hover>img{transform:scale(1.018)!important;filter:saturate(.80) contrast(1.04) brightness(.93)!important}
body:not(.inner-page) .home-audience-refined .audience-content{left:30px!important;right:28px!important;bottom:29px!important}
body:not(.inner-page) .home-audience-refined .audience-content::before{width:35px!important;margin-bottom:18px!important}
body:not(.inner-page) .home-audience-refined .audience-content h3{font-size:clamp(25px,1.65vw,29px)!important;line-height:1.08!important;letter-spacing:-.025em!important;font-weight:600!important;margin-bottom:18px!important}
body:not(.inner-page) .home-audience-refined .audience-content p{font-size:15.5px!important;line-height:1.58!important;color:#f2f6f7!important;max-width:100%!important}
body:not(.inner-page) .home-audience-refined .audience-content span{margin-top:27px!important;font-size:14.5px!important;font-weight:700!important}

/* AUTHORITY — more confident crop of the real portrait and cleaner intelligence image framing. */
body:not(.inner-page) .home-authority-grid{min-height:350px!important}
body:not(.inner-page) .home-direction,
body:not(.inner-page) .home-intelligence{min-height:350px!important}
body:not(.inner-page) .home-direction{grid-template-columns:.45fr .55fr!important}
body:not(.inner-page) .home-direction-media{min-height:350px!important}
body:not(.inner-page) .home-direction-media img{object-position:50% 24%!important;filter:saturate(.82) contrast(1.015) brightness(.99)!important}
body:not(.inner-page) .home-direction-copy{padding:40px 42px!important}
body:not(.inner-page) .home-authority-title{font-size:34px!important;line-height:1.08!important;letter-spacing:-.025em!important;font-weight:500!important}
body:not(.inner-page) .home-direction-copy>p:not(.eyebrow):not(.person-reg){font-size:15px!important;line-height:1.65!important}
body:not(.inner-page) .home-intelligence-image{opacity:.34!important;object-position:76% 50%!important;transform:scale(1.04)!important;filter:saturate(.72) contrast(1.02) brightness(.91)!important}
body:not(.inner-page) .home-intelligence::after{background:linear-gradient(90deg,rgba(3,21,30,.99),rgba(3,27,38,.89) 56%,rgba(3,21,30,.45))!important}
body:not(.inner-page) .home-intelligence-copy{padding:42px 46px!important}
body:not(.inner-page) .home-intelligence .home-authority-title{font-size:35px!important;line-height:1.08!important}
body:not(.inner-page) .home-intelligence-copy>p:not(.eyebrow){font-size:15px!important;line-height:1.65!important}

/* FINAL CTA + FOOTER — softer typography, same conversion hierarchy. */
body:not(.inner-page) .final-cta{padding:54px 0!important}
body:not(.inner-page) .final-grid{gap:62px!important}
body:not(.inner-page) .final-cta .quote-title{font-size:clamp(33px,2.75vw,42px)!important;line-height:1.12!important;letter-spacing:-.025em!important;font-weight:500!important}
body:not(.inner-page) .final-copy p{font-size:15.5px!important;line-height:1.65!important}
body:not(.inner-page) .microcopy{font-size:13px!important;line-height:1.5!important}
body:not(.inner-page) .site-footer{padding-top:44px!important}
body:not(.inner-page) .footer-presence,
body:not(.inner-page) .footer-links a,
body:not(.inner-page) .footer-contact{font-size:13.5px!important;line-height:1.62!important}
body:not(.inner-page) .footer-bottom,
body:not(.inner-page) .footer-legal a,
body:not(.inner-page) .footer-legal button{font-size:12px!important;line-height:1.5!important}

/* TABLET */
@media(max-width:1180px){
  body:not(.inner-page) .hero-grid{min-height:585px!important}
  body:not(.inner-page) .hero-copy{width:min(58%,610px)!important;padding:62px 0 64px!important}
  body:not(.inner-page) .hero-copy .display{font-size:clamp(48px,5.35vw,63px)!important}
  body:not(.inner-page) .home-services .service-index{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body:not(.inner-page) .home-audience-refined{padding:64px 0 68px!important}
  body:not(.inner-page) .home-audience-refined>.container{width:min(calc(100% - 36px),1100px)!important}
  body:not(.inner-page) .home-audience-refined .audience-head{grid-template-columns:1fr!important;gap:20px!important;padding:0 10px!important;margin-bottom:32px!important}
  body:not(.inner-page) .home-audience-refined .audience-head>.body-lg{justify-self:start!important;max-width:620px!important;padding-left:24px!important}
  body:not(.inner-page) .home-audience-refined .audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
  body:not(.inner-page) .home-audience-refined .audience-card{aspect-ratio:.86/1!important;min-height:445px!important;max-height:none!important}
}

/* MOBILE */
@media(max-width:760px){
  body:not(.inner-page) .hero-copy{width:100%!important;padding:48px 0 32px!important}
  body:not(.inner-page) .hero-copy .display{font-size:clamp(39px,11.5vw,48px)!important;line-height:1.01!important;letter-spacing:-.032em!important}
  body:not(.inner-page) .hero-copy .body-xl{font-size:16.25px!important;line-height:1.68!important;margin-top:20px!important}
  body:not(.inner-page) .hero-media{height:350px!important}
  body:not(.inner-page) .hero-media img{object-position:59% 50%!important}
  body:not(.inner-page) .home-services{padding:46px 0 44px!important}
  body:not(.inner-page) .home-services .section-title{font-size:36px!important;line-height:1.05!important}
  body:not(.inner-page) .home-services .service-row{min-height:auto!important;padding:20px 0!important}
  body:not(.inner-page) .home-services .service-row p{font-size:13.75px!important;line-height:1.6!important}
  body:not(.inner-page) .presence-copy .section-title{font-size:37px!important;line-height:1.06!important}
  body:not(.inner-page) .presence-copy .body-lg{font-size:15.5px!important}
  body:not(.inner-page) .map-stage{min-height:268px!important}
  body:not(.inner-page) .method-head .section-title{font-size:37px!important;line-height:1.05!important}
  body:not(.inner-page) .method h3{font-size:15.25px!important}
  body:not(.inner-page) .method p{font-size:14px!important;line-height:1.58!important}
  body:not(.inner-page) .home-audience-refined{padding:52px 0 56px!important}
  body:not(.inner-page) .home-audience-refined>.container{width:min(calc(100% - 26px),720px)!important}
  body:not(.inner-page) .home-audience-refined .audience-head{padding:0 5px!important;margin-bottom:27px!important;gap:18px!important}
  body:not(.inner-page) .home-audience-refined .section-title{font-size:clamp(39px,11.2vw,49px)!important;line-height:1.0!important}
  body:not(.inner-page) .home-audience-refined .audience-head>.body-lg{font-size:15.25px!important;line-height:1.6!important;padding-left:18px!important}
  body:not(.inner-page) .home-audience-refined .audience-grid{grid-template-columns:1fr!important;gap:15px!important}
  body:not(.inner-page) .home-audience-refined .audience-card{aspect-ratio:.82/1!important;min-height:420px!important;max-height:none!important}
  body:not(.inner-page) .home-audience-refined .audience-content{left:24px!important;right:22px!important;bottom:24px!important}
  body:not(.inner-page) .home-audience-refined .audience-content h3{font-size:26px!important;line-height:1.08!important}
  body:not(.inner-page) .home-audience-refined .audience-content p{font-size:15px!important;line-height:1.58!important}
  body:not(.inner-page) .home-direction-media{min-height:290px!important}
  body:not(.inner-page) .home-direction-media img{object-position:50% 20%!important}
  body:not(.inner-page) .home-direction-copy,
  body:not(.inner-page) .home-intelligence-copy{padding:31px 24px!important}
  body:not(.inner-page) .home-authority-title,
  body:not(.inner-page) .home-intelligence .home-authority-title{font-size:30px!important;line-height:1.1!important}
  body:not(.inner-page) .final-cta .quote-title{font-size:33px!important;line-height:1.12!important}
}


/* ===== candidate13_6.css ===== */
/* ONE BLACK Candidate 13.6 — Presence Map Integration
   Scope: Home / Presença Nacional only. */
body:not(.inner-page) .map-stage{
  position:relative!important;
  min-height:350px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:38px 0 4px!important;
}
body:not(.inner-page) .map-stage::after{display:none!important}
body:not(.inner-page) .map-stage .map-kicker{
  position:absolute!important;
  top:0!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  z-index:3!important;
  color:#8fe8e1!important;
  font-family:var(--sans)!important;
  font-size:12px!important;
  font-weight:700!important;
  letter-spacing:.19em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
body:not(.inner-page) .map-stage .map-kicker::after{
  content:"";
  display:block;
  width:42px;
  height:1px;
  background:rgba(74,226,216,.9);
  margin:9px auto 0;
}
body:not(.inner-page) .map-stage img{
  width:112%!important;
  max-width:none!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  opacity:.90!important;
  mix-blend-mode:screen!important;
  filter:saturate(.92) contrast(1.02) brightness(.89)!important;
  transform:translateY(2px)!important;
}
@media(max-width:1180px){
  body:not(.inner-page) .map-stage{min-height:290px!important;padding-top:34px!important}
  body:not(.inner-page) .map-stage img{width:105%!important;opacity:.88!important}
}
@media(max-width:760px){
  body:not(.inner-page) .map-stage{min-height:260px!important;padding-top:34px!important}
  body:not(.inner-page) .map-stage img{width:100%!important;opacity:.86!important}
  body:not(.inner-page) .map-stage .map-kicker{font-size:11px!important;letter-spacing:.17em!important}
}


/* ===== candidate13_7.css ===== */
/* ==========================================================
   ONE BLACK Candidate 13.7 — Presence National / Team Refinement
   Base: Candidate 13.6.
   Scope: HOME / Presença Nacional only.
   Principle: continuous surface, evidence first, map as atmosphere.
   ========================================================== */

/* Section surface: one continuous navy field, no card-like islands. */
body:not(.inner-page) .presence-section{
  position:relative!important;
  overflow:hidden!important;
  padding:68px 0 66px!important;
  background:
    radial-gradient(ellipse 38% 58% at 49% 50%,rgba(0,179,166,.10),transparent 72%),
    radial-gradient(ellipse 24% 52% at 78% 48%,rgba(30,75,107,.10),transparent 78%),
    linear-gradient(104deg,#02131c 0%,#042631 53%,#021923 100%)!important;
}
body:not(.inner-page) .presence-section::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.025),transparent 22%,transparent 77%,rgba(255,255,255,.018)),
    radial-gradient(circle at 50% 48%,rgba(57,219,210,.045),transparent 35%);
}

/* Layout: message → ecosystem → scale → signature. */
body:not(.inner-page) .presence-section .presence-grid{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:minmax(300px,1.02fr) minmax(420px,1.30fr) minmax(180px,.52fr) minmax(132px,.36fr)!important;
  column-gap:clamp(26px,2.8vw,46px)!important;
  row-gap:26px!important;
  align-items:center!important;
}

/* Copy — calmer editorial measure and smoother reading. */
body:not(.inner-page) .presence-section .presence-copy{
  align-self:center!important;
  padding-right:4px!important;
}
body:not(.inner-page) .presence-section .presence-copy .eyebrow{
  margin-bottom:20px!important;
  font-size:12px!important;
  letter-spacing:.21em!important;
  color:#72ddd6!important;
}
body:not(.inner-page) .presence-section .presence-copy .section-title{
  max-width:470px!important;
  margin:0!important;
  font-family:var(--home-serif)!important;
  font-size:clamp(40px,3.15vw,50px)!important;
  line-height:1.055!important;
  letter-spacing:-.032em!important;
  font-weight:500!important;
  color:#f7fbfc!important;
  text-wrap:balance!important;
}
body:not(.inner-page) .presence-section .presence-copy .body-lg{
  max-width:440px!important;
  margin:24px 0 0!important;
  font-size:16.25px!important;
  line-height:1.72!important;
  letter-spacing:-.007em!important;
  color:#c9d9dd!important;
}
body:not(.inner-page) .presence-section .presence-cta{
  min-height:47px!important;
  margin-top:26px!important;
  padding:11px 19px!important;
  font-size:14px!important;
  font-weight:700!important;
  box-shadow:0 8px 22px rgba(0,179,166,.12)!important;
}

/* Ecosystem map — remove the visible rectangular background completely. */
body:not(.inner-page) .presence-section .map-stage{
  position:relative!important;
  min-height:390px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
  padding:34px 0 0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  isolation:isolate!important;
}
body:not(.inner-page) .presence-section .map-stage::before{
  content:"";
  position:absolute;
  z-index:-1;
  width:92%;
  aspect-ratio:1.25/1;
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(0,179,166,.095),rgba(0,179,166,.025) 46%,transparent 73%);
  filter:blur(12px);
}
body:not(.inner-page) .presence-section .map-stage::after{display:none!important}
body:not(.inner-page) .presence-section .map-stage .map-kicker{
  position:absolute!important;
  top:0!important;
  left:6%!important;
  transform:none!important;
  z-index:3!important;
  display:flex!important;
  align-items:center!important;
  gap:15px!important;
  color:#8ee7e1!important;
  font-family:var(--sans)!important;
  font-size:11.75px!important;
  font-weight:750!important;
  letter-spacing:.19em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
body:not(.inner-page) .presence-section .map-stage .map-kicker::after{
  content:"";
  width:54px!important;
  height:1px!important;
  margin:0!important;
  background:linear-gradient(90deg,rgba(72,224,215,.9),rgba(72,224,215,.08))!important;
}
body:not(.inner-page) .presence-section .map-stage img{
  display:block!important;
  width:118%!important;
  max-width:none!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center 50%!important;
  opacity:.94!important;
  mix-blend-mode:screen!important;
  filter:saturate(.94) contrast(1.08) brightness(.86)!important;
  transform:translate(-1%,6px)!important;
}

/* Scale — editorial proof, not widgets. */
body:not(.inner-page) .presence-section .stats{
  align-self:center!important;
  display:grid!important;
  gap:0!important;
  padding:4px 0 4px 28px!important;
  border-left:1px solid rgba(194,224,228,.18)!important;
}
body:not(.inner-page) .presence-section .stat{
  position:relative!important;
  padding:21px 0 24px!important;
  border-bottom:1px solid rgba(194,224,228,.15)!important;
}
body:not(.inner-page) .presence-section .stat:first-child{padding-top:0!important}
body:not(.inner-page) .presence-section .stat:last-child{
  padding-bottom:0!important;
  border-bottom:0!important;
}
body:not(.inner-page) .presence-section .stat strong{
  display:block!important;
  font-family:var(--home-serif)!important;
  font-size:clamp(52px,4vw,62px)!important;
  line-height:.91!important;
  font-weight:500!important;
  letter-spacing:-.038em!important;
  color:#f8fbfc!important;
}
body:not(.inner-page) .presence-section .stat span{
  display:block!important;
  max-width:176px!important;
  margin-top:12px!important;
  font-size:14.5px!important;
  line-height:1.55!important;
  letter-spacing:-.006em!important;
  color:#c9dade!important;
}

/* Signature — quieter and vertically related to the proof column. */
body:not(.inner-page) .presence-section .presence-signature{
  align-self:stretch!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:6px!important;
  padding-left:28px!important;
  border-left:1px solid rgba(194,224,228,.14)!important;
  color:#c7d8dc!important;
  font-size:12.25px!important;
  font-weight:650!important;
  letter-spacing:.16em!important;
  line-height:1.55!important;
  opacity:.88!important;
}
body:not(.inner-page) .presence-section .presence-signature i{
  width:34px!important;
  height:1px!important;
  margin-top:11px!important;
  background:#42d9d0!important;
  opacity:.9!important;
}

/* Tablet: keep narrative coherence without forcing four narrow columns. */
@media(max-width:1180px){
  body:not(.inner-page) .presence-section{padding:58px 0 56px!important}
  body:not(.inner-page) .presence-section .presence-grid{
    grid-template-columns:minmax(280px,.92fr) minmax(360px,1.08fr)!important;
    gap:34px 42px!important;
    align-items:center!important;
  }
  body:not(.inner-page) .presence-section .presence-copy{grid-column:1!important;grid-row:1!important}
  body:not(.inner-page) .presence-section .map-stage{grid-column:2!important;grid-row:1!important;min-height:330px!important}
  body:not(.inner-page) .presence-section .map-stage img{width:112%!important;opacity:.90!important}
  body:not(.inner-page) .presence-section .stats{
    grid-column:1!important;grid-row:2!important;
    grid-template-columns:1fr 1fr!important;
    gap:24px!important;
    padding:0!important;
    border-left:0!important;
  }
  body:not(.inner-page) .presence-section .stat{
    padding:0 24px 0 0!important;
    border-bottom:0!important;
    border-right:1px solid rgba(194,224,228,.15)!important;
  }
  body:not(.inner-page) .presence-section .stat:last-child{border-right:0!important;padding-right:0!important}
  body:not(.inner-page) .presence-section .presence-signature{
    grid-column:2!important;grid-row:2!important;
    min-height:96px!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
    gap:5px 14px!important;
    padding:0 0 0 22px!important;
  }
  body:not(.inner-page) .presence-section .presence-signature i{margin:0 0 0 8px!important}
}

/* Mobile: information first; map remains atmosphere. */
@media(max-width:760px){
  body:not(.inner-page) .presence-section{padding:46px 0 44px!important}
  body:not(.inner-page) .presence-section .presence-grid{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  body:not(.inner-page) .presence-section .presence-copy,
  body:not(.inner-page) .presence-section .map-stage,
  body:not(.inner-page) .presence-section .stats,
  body:not(.inner-page) .presence-section .presence-signature{
    grid-column:1!important;
    grid-row:auto!important;
  }
  body:not(.inner-page) .presence-section .presence-copy .section-title{
    max-width:100%!important;
    font-size:clamp(36px,10.4vw,44px)!important;
    line-height:1.06!important;
  }
  body:not(.inner-page) .presence-section .presence-copy .body-lg{font-size:15.7px!important;line-height:1.66!important}
  body:not(.inner-page) .presence-section .presence-cta{width:100%!important;justify-content:center!important}
  body:not(.inner-page) .presence-section .map-stage{
    min-height:278px!important;
    padding-top:32px!important;
    margin-top:2px!important;
  }
  body:not(.inner-page) .presence-section .map-stage .map-kicker{left:0!important;font-size:11px!important;letter-spacing:.16em!important}
  body:not(.inner-page) .presence-section .map-stage img{
    width:112%!important;
    opacity:.86!important;
    transform:translate(-1%,4px)!important;
  }
  body:not(.inner-page) .presence-section .stats{
    grid-template-columns:1fr 1fr!important;
    gap:18px!important;
  }
  body:not(.inner-page) .presence-section .stat strong{font-size:45px!important}
  body:not(.inner-page) .presence-section .stat span{font-size:13.5px!important;line-height:1.48!important}
  body:not(.inner-page) .presence-section .presence-signature{
    min-height:0!important;
    padding:18px 0 0!important;
    border-left:0!important;
    border-top:1px solid rgba(194,224,228,.14)!important;
    flex-direction:row!important;
    gap:8px 12px!important;
    font-size:11.5px!important;
    letter-spacing:.13em!important;
  }
  body:not(.inner-page) .presence-section .presence-signature i{margin:0 0 0 5px!important}
}


/* ===== candidate13_8.css ===== */
/* ==========================================================
   ONE BLACK Candidate 13.8 — Home Framing & Photography Refinement
   Base: Candidate 13.7.
   Scope: HOME ONLY.
   Team goal: improve framing, photographic specificity and reading rhythm
   without changing approved copy, routes or architecture.
   ========================================================== */

body:not(.inner-page){
  --home-serif:"Source Serif 4","Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif;
  --home-ink:#0b1f2b;
  --home-muted:#556f7c;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}
body:not(.inner-page) :is(.display,.section-title,.quote-title,.home-authority-title,.audience-content h3,.stat strong){
  font-family:var(--home-serif)!important;
  font-optical-sizing:auto;
  font-synthesis:none;
}
body:not(.inner-page) :is(.body-lg,.body-xl,.service-row p,.method p,.audience-content p,.home-direction-copy>p,.home-intelligence-copy>p,.final-copy p){
  letter-spacing:-.009em!important;
}

/* ---------- SERVICES: technical but not miniature ---------- */
body:not(.inner-page) .home-services{
  padding:64px 0 60px!important;
}
body:not(.inner-page) .home-services-head{
  margin-bottom:36px!important;
  gap:54px!important;
}
body:not(.inner-page) .home-services .section-title{
  max-width:770px!important;
  font-size:clamp(41px,3.35vw,53px)!important;
  line-height:1.035!important;
  letter-spacing:-.032em!important;
  font-weight:500!important;
}
body:not(.inner-page) .home-services .body-lg{
  font-size:16.5px!important;
  line-height:1.72!important;
}
body:not(.inner-page) .home-services .service-row{
  min-height:202px!important;
  padding:25px 22px 24px!important;
  row-gap:9px!important;
}
body:not(.inner-page) .home-services .service-icon{width:47px!important;height:47px!important}
body:not(.inner-page) .home-services .service-title{
  font-size:15.8px!important;
  line-height:1.36!important;
  min-height:43px!important;
}
body:not(.inner-page) .home-services .service-row p{
  font-size:14.25px!important;
  line-height:1.62!important;
  color:#607681!important;
}

/* ---------- PRESENÇA NACIONAL: larger cinematic breathing ---------- */
body:not(.inner-page) .presence-section{
  padding:80px 0 78px!important;
}
body:not(.inner-page) .presence-section .container{
  width:min(calc(100% - 86px),1480px)!important;
  max-width:none!important;
}
body:not(.inner-page) .presence-section .presence-grid{
  grid-template-columns:minmax(350px,1.08fr) minmax(455px,1.32fr) minmax(205px,.57fr) minmax(126px,.34fr)!important;
  column-gap:clamp(30px,3vw,52px)!important;
  align-items:center!important;
}
body:not(.inner-page) .presence-section .presence-copy .eyebrow{
  margin-bottom:22px!important;
}
body:not(.inner-page) .presence-section .presence-copy .section-title{
  max-width:490px!important;
  font-size:clamp(41px,3.2vw,52px)!important;
  line-height:1.055!important;
  letter-spacing:-.032em!important;
  text-wrap:balance!important;
}
body:not(.inner-page) .presence-section .presence-copy .body-lg{
  max-width:445px!important;
  margin-top:25px!important;
  font-size:16.5px!important;
  line-height:1.72!important;
}
body:not(.inner-page) .presence-section .presence-cta{
  margin-top:29px!important;
  min-height:49px!important;
  padding:12px 21px!important;
  font-size:14.25px!important;
}
body:not(.inner-page) .presence-section .map-stage{
  min-height:455px!important;
  padding-top:38px!important;
}
body:not(.inner-page) .presence-section .map-stage::before{
  width:104%!important;
  background:radial-gradient(ellipse at center,rgba(0,179,166,.105),rgba(0,179,166,.025) 49%,transparent 75%)!important;
}
body:not(.inner-page) .presence-section .map-stage .map-kicker{
  left:3%!important;
  top:2px!important;
  font-size:12px!important;
  letter-spacing:.20em!important;
}
body:not(.inner-page) .presence-section .map-stage img{
  width:134%!important;
  opacity:.86!important;
  filter:saturate(.90) contrast(1.04) brightness(.82)!important;
  transform:translate(-2%,8px)!important;
}
body:not(.inner-page) .presence-section .stats{
  padding-left:30px!important;
}
body:not(.inner-page) .presence-section .stat{
  padding:28px 0 30px!important;
}
body:not(.inner-page) .presence-section .stat strong{
  font-size:clamp(58px,4.35vw,68px)!important;
  line-height:.92!important;
  font-weight:500!important;
}
body:not(.inner-page) .presence-section .stat span{
  max-width:180px!important;
  margin-top:14px!important;
  font-size:14.75px!important;
  line-height:1.58!important;
}
body:not(.inner-page) .presence-section .presence-signature{
  padding-left:24px!important;
  font-size:12px!important;
  letter-spacing:.155em!important;
  opacity:.80!important;
}

/* ---------- METHOD: visible at normal reading distance ---------- */
body:not(.inner-page) .section--light:has(.method-grid){
  padding:66px 0 62px!important;
}
body:not(.inner-page) .method-head{
  margin-bottom:36px!important;
  gap:52px!important;
}
body:not(.inner-page) .method-head .section-title{
  font-size:clamp(41px,3.15vw,50px)!important;
  line-height:1.035!important;
  font-weight:500!important;
}
body:not(.inner-page) .method-head .body-lg{
  font-size:16.25px!important;
  line-height:1.70!important;
}
body:not(.inner-page) .method-grid{
  gap:0!important;
}
body:not(.inner-page) .method{
  grid-template-columns:48px 1fr!important;
  column-gap:14px!important;
  padding:25px 24px 24px!important;
  min-height:150px!important;
}
body:not(.inner-page) .method-num{
  width:46px!important;
  height:46px!important;
  font-size:14px!important;
}
body:not(.inner-page) .method h3{
  font-size:16px!important;
  line-height:1.32!important;
  margin-top:4px!important;
}
body:not(.inner-page) .method p{
  font-size:14.6px!important;
  line-height:1.62!important;
  color:#5c7480!important;
}

/* ---------- AUDIENCES: reference framing + real contextual photography ---------- */
body:not(.inner-page) .home-audience-refined{
  padding:88px 0 92px!important;
}
body:not(.inner-page) .home-audience-refined>.container{
  width:min(calc(100% - 34px),1540px)!important;
  max-width:none!important;
}
body:not(.inner-page) .home-audience-refined .audience-head{
  grid-template-columns:minmax(0,1.33fr) minmax(360px,.67fr)!important;
  gap:84px!important;
  margin-bottom:50px!important;
  padding:0 44px!important;
}
body:not(.inner-page) .home-audience-refined .section-title{
  max-width:850px!important;
  font-size:clamp(54px,4.05vw,69px)!important;
  line-height:.995!important;
  letter-spacing:-.042em!important;
  font-weight:500!important;
}
body:not(.inner-page) .home-audience-refined .audience-head>.body-lg{
  max-width:460px!important;
  padding-left:42px!important;
  font-size:17.5px!important;
  line-height:1.62!important;
}
body:not(.inner-page) .home-audience-refined .audience-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
}
body:not(.inner-page) .home-audience-refined .audience-card{
  position:relative!important;
  aspect-ratio:.72/1!important;
  min-height:520px!important;
  max-height:575px!important;
  background:#061923!important;
  border-radius:8px!important;
  overflow:hidden!important;
  border:1px solid rgba(7,39,52,.10)!important;
  box-shadow:0 16px 38px rgba(7,28,39,.08)!important;
}
/* Hide the legacy low-resolution image visually but keep semantic/load fallback in DOM. */
body:not(.inner-page) .home-audience-refined .audience-card>img{
  opacity:0!important;
}
body:not(.inner-page) .home-audience-refined .audience-card::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background-repeat:no-repeat!important;
  background-size:cover!important;
  filter:saturate(.78) contrast(1.035) brightness(.88)!important;
  transform:scale(1.01)!important;
  transition:transform .45s ease,filter .45s ease!important;
}
body:not(.inner-page) .home-audience-refined .audience-card:nth-child(1)::before{
  background-image:url("../home/audience-advogados-escritorios.jpg")!important;
  background-position:51% 48%!important;
}
body:not(.inner-page) .home-audience-refined .audience-card:nth-child(2)::before{
  background-image:url("../home/audience-empresas.jpg")!important;
  background-position:44% 48%!important;
}
body:not(.inner-page) .home-audience-refined .audience-card:nth-child(3)::before{
  background-image:url("../home/audience-seguradoras-operadoras.jpg")!important;
  background-position:54% 44%!important;
}
body:not(.inner-page) .home-audience-refined .audience-card:nth-child(4)::before{
  background-image:url("../home/audience-medicos-instituicoes-saude.jpg")!important;
  background-position:55% 48%!important;
}
body:not(.inner-page) .home-audience-refined .audience-card::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(180deg,
    rgba(1,11,17,.00) 0%,
    rgba(1,11,17,.015) 32%,
    rgba(1,11,17,.10) 48%,
    rgba(1,11,17,.54) 66%,
    rgba(1,11,17,.91) 82%,
    rgba(1,11,17,.995) 100%)!important;
}
body:not(.inner-page) .home-audience-refined .audience-content{
  z-index:2!important;
  left:31px!important;
  right:29px!important;
  bottom:30px!important;
}
body:not(.inner-page) .home-audience-refined .audience-content::before{
  width:36px!important;
  margin-bottom:19px!important;
}
body:not(.inner-page) .home-audience-refined .audience-content h3{
  font-size:clamp(26px,1.72vw,30px)!important;
  line-height:1.09!important;
  margin-bottom:18px!important;
  font-weight:500!important;
}
body:not(.inner-page) .home-audience-refined .audience-content p{
  font-size:15.8px!important;
  line-height:1.62!important;
  color:#f1f6f7!important;
}
body:not(.inner-page) .home-audience-refined .audience-content span{
  margin-top:28px!important;
  font-size:14.75px!important;
}
body:not(.inner-page) .home-audience-refined .audience-card:hover::before{
  transform:scale(1.025)!important;
  filter:saturate(.82) contrast(1.045) brightness(.92)!important;
}

/* ---------- Authority / Intelligence: keep photo framing quiet ---------- */
body:not(.inner-page) .home-direction-media img{
  object-position:50% 22%!important;
}
body:not(.inner-page) .home-intelligence-image{
  object-position:78% 50%!important;
  opacity:.31!important;
}

/* ---------- TABLET ---------- */
@media(max-width:1180px){
  body:not(.inner-page) .presence-section{padding:66px 0 64px!important}
  body:not(.inner-page) .presence-section .container{width:min(calc(100% - 42px),1100px)!important}
  body:not(.inner-page) .presence-section .presence-grid{
    grid-template-columns:minmax(290px,.92fr) minmax(380px,1.08fr)!important;
    gap:38px 44px!important;
  }
  body:not(.inner-page) .presence-section .map-stage{min-height:370px!important}
  body:not(.inner-page) .presence-section .map-stage img{width:120%!important}
  body:not(.inner-page) .home-audience-refined{padding:70px 0 74px!important}
  body:not(.inner-page) .home-audience-refined>.container{width:min(calc(100% - 38px),1100px)!important}
  body:not(.inner-page) .home-audience-refined .audience-head{grid-template-columns:1fr!important;gap:22px!important;padding:0 10px!important;margin-bottom:36px!important}
  body:not(.inner-page) .home-audience-refined .audience-head>.body-lg{max-width:650px!important;padding-left:25px!important}
  body:not(.inner-page) .home-audience-refined .audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
  body:not(.inner-page) .home-audience-refined .audience-card{aspect-ratio:.86/1!important;min-height:455px!important;max-height:none!important}
}

/* ---------- MOBILE ---------- */
@media(max-width:760px){
  body:not(.inner-page) .home-services{padding:48px 0 46px!important}
  body:not(.inner-page) .home-services .service-row p{font-size:14px!important;line-height:1.62!important}
  body:not(.inner-page) .presence-section{padding:50px 0 48px!important}
  body:not(.inner-page) .presence-section .container{width:min(calc(100% - 28px),720px)!important}
  body:not(.inner-page) .presence-section .presence-copy .section-title{font-size:clamp(36px,10.3vw,43px)!important;line-height:1.06!important}
  body:not(.inner-page) .presence-section .map-stage{min-height:290px!important}
  body:not(.inner-page) .presence-section .map-stage img{width:108%!important;opacity:.82!important}
  body:not(.inner-page) .presence-section .stat strong{font-size:49px!important}
  body:not(.inner-page) .section--light:has(.method-grid){padding:52px 0 50px!important}
  body:not(.inner-page) .method-head{margin-bottom:28px!important}
  body:not(.inner-page) .method{min-height:auto!important;padding:22px 0!important}
  body:not(.inner-page) .method h3{font-size:15.75px!important}
  body:not(.inner-page) .method p{font-size:14.3px!important;line-height:1.62!important}
  body:not(.inner-page) .home-audience-refined{padding:56px 0 60px!important}
  body:not(.inner-page) .home-audience-refined>.container{width:min(calc(100% - 28px),720px)!important}
  body:not(.inner-page) .home-audience-refined .audience-head{padding:0 4px!important;margin-bottom:30px!important}
  body:not(.inner-page) .home-audience-refined .section-title{font-size:clamp(39px,11vw,48px)!important;line-height:1.01!important}
  body:not(.inner-page) .home-audience-refined .audience-head>.body-lg{font-size:15.5px!important;line-height:1.62!important;padding-left:18px!important}
  body:not(.inner-page) .home-audience-refined .audience-grid{grid-template-columns:1fr!important;gap:16px!important}
  body:not(.inner-page) .home-audience-refined .audience-card{aspect-ratio:.82/1!important;min-height:430px!important;max-height:none!important}
  body:not(.inner-page) .home-audience-refined .audience-content{left:24px!important;right:22px!important;bottom:25px!important}
  body:not(.inner-page) .home-audience-refined .audience-content h3{font-size:26px!important}
  body:not(.inner-page) .home-audience-refined .audience-content p{font-size:15px!important;line-height:1.6!important}
}

/* ---------- C13.8 QA PATCH — responsive framing + map visibility ---------- */
body:not(.inner-page) .presence-section .map-stage img{
  opacity:.95!important;
  filter:saturate(.96) contrast(1.06) brightness(.95)!important;
  width:128%!important;
  transform:translate(-1%,6px)!important;
}
body:not(.inner-page) .home-authority-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
}
body:not(.inner-page) .home-direction,
body:not(.inner-page) .home-intelligence,
body:not(.inner-page) .home-direction-media,
body:not(.inner-page) .home-direction-copy,
body:not(.inner-page) .home-intelligence-copy{min-width:0!important}

@media(max-width:1180px){
  body:not(.inner-page) .home-services-head,
  body:not(.inner-page) .method-head{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:26px 34px!important;
  }
  body:not(.inner-page) .home-services-all,
  body:not(.inner-page) .method-all{
    grid-column:2!important;
    justify-self:start!important;
  }
  body:not(.inner-page) .presence-section .map-stage img{
    width:116%!important;
    opacity:.93!important;
  }
  body:not(.inner-page) .home-authority-grid{grid-template-columns:1fr!important}
}

@media(max-width:760px){
  body:not(.inner-page) .home-services-head,
  body:not(.inner-page) .method-head{
    grid-template-columns:1fr!important;
    gap:17px!important;
  }
  body:not(.inner-page) .home-services-all,
  body:not(.inner-page) .method-all{
    grid-column:1!important;
    justify-self:start!important;
  }
  body:not(.inner-page) .home-services-head>.body-lg,
  body:not(.inner-page) .method-head>.body-lg{max-width:100%!important}
  body:not(.inner-page) .presence-section .map-stage img{
    width:104%!important;
    opacity:.90!important;
    transform:translate(0,2px)!important;
  }
  body:not(.inner-page) .home-direction{grid-template-columns:1fr!important}
}
body:not(.inner-page) .presence-section .map-stage img{mix-blend-mode:normal!important}


/* ===== candidate14_0.css ===== */
/* ==========================================================
   ONE BLACK Candidate 14.0 — JORNADAS DE EVIDÊNCIA
   Scope: HOME ONLY.
   Principle: the Home is an intelligent gateway to specific journeys.
   Cinematic language is preserved and refined through controlled halo,
   photographic chapters, editorial scale and guided internal navigation.
   ========================================================== */

body.home-journey-14{
  --home14-serif:"Source Serif 4","Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif;
  --home14-ink:#0b202c;
  --home14-navy:#02141d;
  --home14-navy-2:#062936;
  --home14-teal:#38d6cd;
  --home14-paper:#f6f9fa;
  --home14-mineral:#edf3f4;
  --home14-line:rgba(10,47,62,.13);
  --home14-halo:rgba(42,220,208,.16);
  overflow-x:hidden;
  background:var(--home14-paper);
}
body.home-journey-14 :is(.display,.section-title,.quote-title,.journey-card h3,.solution-journey-card h3,.direction-copy h3,.governance-chapter h2){
  font-family:var(--home14-serif)!important;
  font-optical-sizing:auto;
  font-synthesis:none;
}
body.home-journey-14 .container{
  width:min(calc(100% - 84px),1520px)!important;
  max-width:none!important;
}
body.home-journey-14 .eyebrow{
  font-size:12px!important;
  line-height:1.2!important;
  letter-spacing:.22em!important;
  font-weight:800!important;
}
body.home-journey-14 .body-lg{
  font-size:17px!important;
  line-height:1.72!important;
  letter-spacing:-.01em!important;
}

/* ----------------------------------------------------------
   HEADER — broader, calmer, easier to read on wide screens
   ---------------------------------------------------------- */
body.home-journey-14 .site-header .container{
  width:min(calc(100% - 72px),1520px)!important;
}
body.home-journey-14 .header-inner{min-height:76px!important}
body.home-journey-14 .site-logo{width:184px!important}
body.home-journey-14 .primary-nav{gap:25px!important}
body.home-journey-14 .nav-trigger,
body.home-journey-14 .nav-link{font-size:13.1px!important}
body.home-journey-14 .header-cta{min-height:43px!important;padding:9px 17px!important}

/* ----------------------------------------------------------
   HERO — cinematic halo preserved, with a navigational cue
   ---------------------------------------------------------- */
body.home-journey-14 .hero{
  min-height:720px!important;
  background:#020c12!important;
  isolation:isolate!important;
}
body.home-journey-14 .hero::before{
  z-index:1!important;
  background:
    linear-gradient(90deg,#010b11 0%,rgba(1,11,17,.995) 19%,rgba(2,17,25,.94) 38%,rgba(2,18,27,.67) 52%,rgba(1,10,16,.20) 71%,rgba(1,10,16,.12) 100%),
    linear-gradient(0deg,rgba(1,10,16,.64) 0%,transparent 37%)!important;
}
body.home-journey-14 .hero::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  pointer-events:none!important;
  box-shadow:inset 0 -1px 0 rgba(64,220,211,.20)!important;
  background:
    radial-gradient(ellipse 36% 58% at 73% 44%,rgba(46,219,208,.115),transparent 70%),
    radial-gradient(ellipse 45% 26% at 40% 102%,rgba(22,105,130,.10),transparent 74%)!important;
}
body.home-journey-14 .hero-grid{min-height:720px!important}
body.home-journey-14 .hero-copy{
  width:min(53%,720px)!important;
  max-width:720px!important;
  padding:90px 0 90px!important;
}
body.home-journey-14 .hero-copy .eyebrow{margin-bottom:21px!important;color:#79e4dd!important}
body.home-journey-14 .hero-copy .display{
  max-width:720px!important;
  font-size:clamp(58px,5.2vw,80px)!important;
  line-height:.965!important;
  letter-spacing:-.042em!important;
  font-weight:500!important;
  text-wrap:balance!important;
  text-shadow:0 10px 42px rgba(0,0,0,.28)!important;
}
body.home-journey-14 .hero-copy .display em{
  color:#62ddd5!important;
  text-shadow:0 0 36px rgba(49,213,203,.13)!important;
}
body.home-journey-14 .hero-copy .body-xl{
  max-width:620px!important;
  margin-top:27px!important;
  font-size:18px!important;
  line-height:1.67!important;
  letter-spacing:-.011em!important;
  color:#d3e2e5!important;
}
body.home-journey-14 .hero-actions{margin-top:32px!important;gap:13px!important}
body.home-journey-14 .hero-actions .btn{min-height:50px!important;padding:12px 21px!important;font-size:14px!important}
body.home-journey-14 .hero-media img{
  object-position:54% center!important;
  filter:saturate(.91) contrast(1.075) brightness(.84)!important;
}
body.home-journey-14 .hero-journey-cue{
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin-top:35px;
  color:#b9ced3;
  text-decoration:none;
  font-size:12px;
  font-weight:750;
  letter-spacing:.18em;
  text-transform:uppercase;
  transition:color .25s ease;
}
body.home-journey-14 .hero-journey-cue i{
  position:relative;
  width:54px;
  height:1px;
  background:linear-gradient(90deg,#42dcd3,rgba(66,220,211,.12));
}
body.home-journey-14 .hero-journey-cue i::after{
  content:"";
  position:absolute;
  right:0;top:-2px;
  width:5px;height:5px;
  border-right:1px solid #42dcd3;
  border-bottom:1px solid #42dcd3;
  transform:rotate(-45deg);
}
body.home-journey-14 .hero-journey-cue:hover{color:#fff}

/* ----------------------------------------------------------
   JOURNEY GATEWAY — the audience becomes the first choice
   ---------------------------------------------------------- */
body.home-journey-14 .journey-gateway{
  position:relative;
  padding:104px 0 112px!important;
  background:
    radial-gradient(ellipse 38% 18% at 92% 0%,rgba(0,179,166,.075),transparent 76%),
    linear-gradient(180deg,#f7fafb 0%,#eef4f5 100%)!important;
  border-bottom:1px solid rgba(14,53,68,.10);
}
body.home-journey-14 .journey-shell{position:relative}
body.home-journey-14 .journey-head{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(340px,.65fr);
  gap:clamp(55px,7vw,118px);
  align-items:end;
  margin-bottom:54px;
}
body.home-journey-14 .journey-head .section-title{
  max-width:900px!important;
  margin:13px 0 0!important;
  font-size:clamp(48px,4.45vw,70px)!important;
  line-height:1.02!important;
  letter-spacing:-.04em!important;
  font-weight:500!important;
  color:var(--home14-ink)!important;
  text-wrap:balance;
}
body.home-journey-14 .journey-intro{
  padding-left:38px;
  border-left:1px solid rgba(15,58,74,.16);
}
body.home-journey-14 .journey-intro .body-lg{margin:0 0 22px!important;color:#526c77!important}
body.home-journey-14 .journey-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
body.home-journey-14 .journey-card{
  position:relative;
  min-height:410px;
  overflow:hidden;
  border-radius:12px;
  background:#031923;
  color:#fff;
  text-decoration:none;
  isolation:isolate;
  box-shadow:0 22px 52px rgba(7,31,41,.10);
  border:1px solid rgba(4,34,47,.08);
}
body.home-journey-14 .journey-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(1,13,19,.91) 0%,rgba(1,13,19,.69) 42%,rgba(1,13,19,.18) 73%,rgba(1,13,19,.12) 100%),
    linear-gradient(0deg,rgba(1,13,19,.52),transparent 57%);
  transition:background .45s ease;
}
body.home-journey-14 .journey-card::after{
  content:"";
  position:absolute;
  z-index:2;
  width:54%;
  height:74%;
  right:-16%;
  top:12%;
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(49,214,204,.16),transparent 70%);
  filter:blur(18px);
  opacity:.58;
  transition:opacity .45s ease,transform .45s ease;
}
body.home-journey-14 .journey-card img{
  position:absolute;
  inset:0;
  width:100%;height:100%;
  object-fit:cover;
  z-index:0;
  filter:saturate(.72) contrast(1.04) brightness(.76);
  transform:scale(1.01);
  transition:transform .7s cubic-bezier(.2,.65,.25,1),filter .45s ease;
}
body.home-journey-14 .journey-card:nth-child(1) img{object-position:55% 48%}
body.home-journey-14 .journey-card:nth-child(2) img{object-position:58% 52%}
body.home-journey-14 .journey-card:nth-child(3) img{object-position:61% 45%}
body.home-journey-14 .journey-card:nth-child(4) img{object-position:64% 48%}
body.home-journey-14 .journey-index{
  position:absolute;
  top:28px;right:30px;
  z-index:3;
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
  color:#8de7e1;
}
body.home-journey-14 .journey-card-copy{
  position:absolute;
  left:38px;right:35%;bottom:37px;
  z-index:3;
}
body.home-journey-14 .journey-kicker{
  margin:0 0 12px!important;
  color:#66ddd5!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}
body.home-journey-14 .journey-card h3{
  margin:0!important;
  font-size:clamp(31px,2.6vw,42px)!important;
  line-height:1.01!important;
  letter-spacing:-.035em!important;
  font-weight:500!important;
}
body.home-journey-14 .journey-card-copy>p:not(.journey-kicker){
  max-width:560px;
  margin:15px 0 0!important;
  color:#d8e5e7!important;
  font-size:15px!important;
  line-height:1.62!important;
}
body.home-journey-14 .journey-link{
  display:inline-flex;
  gap:10px;
  align-items:center;
  margin-top:20px;
  color:#75e3dc;
  font-size:13px;
  font-weight:750;
}
body.home-journey-14 .journey-link b{font-size:17px;font-weight:400;transition:transform .25s ease}
body.home-journey-14 .journey-card:hover img,
body.home-journey-14 .journey-card:focus-visible img{transform:scale(1.055);filter:saturate(.83) contrast(1.045) brightness(.82)}
body.home-journey-14 .journey-card:hover::after,
body.home-journey-14 .journey-card:focus-visible::after{opacity:.92;transform:translateX(-7%)}
body.home-journey-14 .journey-card:hover .journey-link b,
body.home-journey-14 .journey-card:focus-visible .journey-link b{transform:translateX(4px)}
body.home-journey-14 .journey-footnote{
  margin:25px 0 0!important;
  color:#617983!important;
  font-size:12.5px!important;
  letter-spacing:.06em!important;
}

/* ----------------------------------------------------------
   SOLUTIONS — five individual technical journeys
   ---------------------------------------------------------- */
body.home-journey-14 .home-services-journey{
  padding:112px 0 120px!important;
  background:#f8fbfc!important;
}
body.home-journey-14 .solutions-head{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(340px,.62fr);
  gap:clamp(58px,7vw,118px);
  align-items:end;
  margin-bottom:48px;
}
body.home-journey-14 .solutions-head .section-title{
  max-width:900px!important;
  margin:14px 0 0!important;
  font-size:clamp(48px,4.25vw,67px)!important;
  line-height:1.015!important;
  letter-spacing:-.041em!important;
  font-weight:500!important;
}
body.home-journey-14 .solutions-intro{
  padding-left:38px;
  border-left:1px solid var(--home14-line);
}
body.home-journey-14 .solutions-intro .body-lg{margin:0 0 22px!important;color:#576f7a!important}
body.home-journey-14 .solution-journey-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:16px;
}
body.home-journey-14 .solution-journey-card{
  grid-column:span 2;
  position:relative;
  min-height:440px;
  overflow:hidden;
  border-radius:12px;
  color:#fff;
  text-decoration:none;
  background:#031822;
  isolation:isolate;
  box-shadow:0 20px 55px rgba(4,27,38,.10);
}
body.home-journey-14 .solution-journey-card.solution-wide{grid-column:span 3;min-height:405px}
body.home-journey-14 .solution-journey-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg,rgba(0,11,17,.12) 0%,rgba(0,11,17,.24) 33%,rgba(0,11,17,.77) 68%,rgba(0,11,17,.985) 100%),
    radial-gradient(ellipse 65% 45% at 75% 20%,rgba(25,185,176,.10),transparent 72%);
  transition:background .45s ease;
}
body.home-journey-14 .solution-journey-card::after{
  content:"";
  position:absolute;
  z-index:2;
  left:-12%;right:-12%;bottom:-35%;
  height:55%;
  background:radial-gradient(ellipse at center,rgba(38,218,207,.17),transparent 70%);
  filter:blur(22px);
  opacity:.44;
  transition:opacity .35s ease,transform .45s ease;
}
body.home-journey-14 .solution-journey-card>img{
  position:absolute;
  inset:0;
  width:100%;height:100%;
  object-fit:cover;
  z-index:0;
  filter:saturate(.67) contrast(1.055) brightness(.72);
  transform:scale(1.015);
  transition:transform .68s cubic-bezier(.2,.65,.25,1),filter .4s ease;
}
body.home-journey-14 .solution-no{
  position:absolute;
  top:26px;left:27px;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;height:46px;
  border-radius:50%;
  border:1px solid rgba(122,231,224,.46);
  color:#8ce7e1;
  background:rgba(2,21,29,.36);
  backdrop-filter:blur(7px);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}
body.home-journey-14 .solution-card-copy{
  position:absolute;
  left:27px;right:27px;bottom:28px;
  z-index:3;
}
body.home-journey-14 .solution-context{
  max-width:92%;
  margin:0 0 12px!important;
  color:#82e4de!important;
  font-size:10.8px!important;
  line-height:1.45!important;
  letter-spacing:.105em!important;
  text-transform:uppercase!important;
  font-weight:800!important;
}
body.home-journey-14 .solution-journey-card h3{
  max-width:95%;
  margin:0!important;
  font-size:clamp(27px,2.1vw,35px)!important;
  line-height:1.02!important;
  letter-spacing:-.034em!important;
  font-weight:500!important;
}
body.home-journey-14 .solution-card-copy>p:not(.solution-context){
  max-width:94%;
  margin:14px 0 0!important;
  font-size:14px!important;
  line-height:1.58!important;
  color:#d5e3e6!important;
}
body.home-journey-14 .solution-use{
  display:block;
  max-height:0;
  overflow:hidden;
  opacity:0;
  transform:translateY(8px);
  margin-top:0;
  color:#a9c8ce;
  font-size:12.5px;
  line-height:1.55;
  transition:max-height .35s ease,opacity .35s ease,transform .35s ease,margin .35s ease;
}
body.home-journey-14 .solution-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:18px;
  color:#78e3dc;
  font-size:12.7px;
  font-weight:750;
}
body.home-journey-14 .solution-link b{font-size:16px;font-weight:400;transition:transform .25s ease}
body.home-journey-14 .solution-journey-card:hover>img,
body.home-journey-14 .solution-journey-card:focus-visible>img{transform:scale(1.06);filter:saturate(.78) contrast(1.06) brightness(.78)}
body.home-journey-14 .solution-journey-card:hover::after,
body.home-journey-14 .solution-journey-card:focus-visible::after{opacity:.9;transform:translateY(-15%)}
body.home-journey-14 .solution-journey-card:hover .solution-use,
body.home-journey-14 .solution-journey-card:focus-visible .solution-use{max-height:80px;opacity:1;transform:none;margin-top:10px}
body.home-journey-14 .solution-journey-card:hover .solution-link b,
body.home-journey-14 .solution-journey-card:focus-visible .solution-link b{transform:translateX(4px)}

/* ----------------------------------------------------------
   PRESENCE — keep the existing proof, deepen cinematic atmosphere
   ---------------------------------------------------------- */
body.home-journey-14 .presence-section{
  padding:112px 0 108px!important;
  background:
    radial-gradient(ellipse 37% 58% at 52% 48%,rgba(0,184,174,.15),transparent 74%),
    radial-gradient(ellipse 24% 46% at 82% 55%,rgba(23,82,108,.14),transparent 78%),
    linear-gradient(108deg,#011019 0%,#042631 55%,#021923 100%)!important;
}
body.home-journey-14 .presence-section::before{
  background:
    linear-gradient(90deg,rgba(255,255,255,.018),transparent 24%,transparent 77%,rgba(255,255,255,.012)),
    radial-gradient(circle at 51% 48%,rgba(70,230,220,.065),transparent 38%)!important;
}
body.home-journey-14 .presence-section .presence-grid{
  grid-template-columns:minmax(360px,1.04fr) minmax(500px,1.4fr) minmax(210px,.56fr) minmax(130px,.32fr)!important;
  column-gap:clamp(34px,3vw,56px)!important;
}
body.home-journey-14 .presence-section .presence-copy .section-title{
  font-size:clamp(48px,4.05vw,64px)!important;
  max-width:560px!important;
}
body.home-journey-14 .presence-section .map-stage{min-height:500px!important}
body.home-journey-14 .presence-section .map-stage img{width:138%!important;filter:saturate(.93) contrast(1.06) brightness(.86)!important}
body.home-journey-14 .presence-section .stat strong{font-size:clamp(62px,5vw,78px)!important}

/* ----------------------------------------------------------
   METHOD — a calm editorial chapter after the dark proof scene
   ---------------------------------------------------------- */
body.home-journey-14 .method-chapter-14{
  padding:104px 0 110px!important;
  background:linear-gradient(180deg,#f7fafb,#f1f6f7)!important;
}
body.home-journey-14 .method-chapter-14 .method-head{
  display:grid!important;
  grid-template-columns:minmax(0,1.15fr) minmax(340px,.60fr)!important;
  gap:clamp(55px,7vw,110px)!important;
  align-items:end!important;
  margin-bottom:48px!important;
}
body.home-journey-14 .method-chapter-14 .method-head .section-title{
  font-size:clamp(48px,4.15vw,65px)!important;
  line-height:1.015!important;
  letter-spacing:-.04em!important;
}
body.home-journey-14 .method-chapter-14 .method-head .body-lg{color:#56717c!important}
body.home-journey-14 .method-chapter-14 .method-all{grid-column:2!important;justify-self:start!important}
body.home-journey-14 .method-grid{
  position:relative;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  border-top:1px solid rgba(11,54,70,.15)!important;
  border-bottom:1px solid rgba(11,54,70,.15)!important;
}
body.home-journey-14 .method{
  min-height:210px!important;
  padding:30px 27px 28px!important;
  border-right:1px solid rgba(11,54,70,.13)!important;
  grid-template-columns:1fr!important;
  align-content:start!important;
}
body.home-journey-14 .method:last-child{border-right:0!important}
body.home-journey-14 .method-num{
  width:50px!important;height:50px!important;
  margin-bottom:27px!important;
  border:1px solid rgba(0,179,166,.34)!important;
  background:rgba(0,179,166,.055)!important;
  color:#087d7b!important;
}
body.home-journey-14 .method h3{
  margin:0 0 10px!important;
  font-family:var(--home14-serif)!important;
  font-size:24px!important;
  line-height:1.05!important;
  font-weight:500!important;
}
body.home-journey-14 .method p{font-size:14.5px!important;line-height:1.65!important;color:#5d7681!important}

/* ----------------------------------------------------------
   DIRECTION — authority as a dedicated cinematic chapter
   ---------------------------------------------------------- */
body.home-journey-14 .direction-chapter{
  padding:0!important;
  background:#eaf1f3!important;
  border-top:1px solid rgba(13,52,67,.10);
  border-bottom:1px solid rgba(13,52,67,.10);
}
body.home-journey-14 .direction-chapter .container{width:100%!important;max-width:none!important}
body.home-journey-14 .direction-grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  min-height:660px;
}
body.home-journey-14 .direction-media{
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,#03131d,#082d3e);
  isolation:isolate;
}
body.home-journey-14 .direction-media::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(1,13,19,.03) 0%,rgba(1,13,19,.08) 67%,rgba(1,13,19,.46) 100%),
    radial-gradient(ellipse 44% 34% at 32% 25%,rgba(52,217,208,.13),transparent 72%);
  pointer-events:none;
}
body.home-journey-14 .direction-media img{
  position:absolute;
  inset:0;
  width:100%;height:100%;
  object-fit:cover;
  object-position:50% 19%;
  filter:saturate(.86) contrast(1.03) brightness(.94);
}
body.home-journey-14 .direction-media-signature{
  position:absolute;
  z-index:2;
  left:44px;bottom:40px;
  display:flex;
  gap:13px;
  color:#c3d8dc;
  font-size:10.8px;
  font-weight:750;
  letter-spacing:.15em;
}
body.home-journey-14 .direction-copy{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:78px clamp(55px,6vw,104px)!important;
  background:
    radial-gradient(ellipse 40% 30% at 0% 45%,rgba(0,179,166,.075),transparent 75%),
    linear-gradient(135deg,#f8fbfb,#edf3f4 70%);
}
body.home-journey-14 .direction-copy .section-title{
  max-width:720px!important;
  margin:14px 0 27px!important;
  font-size:clamp(45px,4vw,62px)!important;
  line-height:1.02!important;
  letter-spacing:-.04em!important;
  font-weight:500!important;
}
body.home-journey-14 .direction-copy h3{
  margin:0!important;
  color:#0c2a38!important;
  font-size:30px!important;
  line-height:1.08!important;
  font-weight:500!important;
}
body.home-journey-14 .direction-copy .person-reg{margin:7px 0 18px!important;color:#40616e!important;font-size:13px!important;font-weight:700!important}
body.home-journey-14 .direction-copy>.body-lg{max-width:650px!important;margin:0!important;color:#556f7a!important}
body.home-journey-14 .direction-proof{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin:31px 0 30px;
  border-top:1px solid rgba(11,52,68,.14);
  border-bottom:1px solid rgba(11,52,68,.14);
}
body.home-journey-14 .direction-proof>div{padding:20px 22px 20px 0;border-right:1px solid rgba(11,52,68,.12)}
body.home-journey-14 .direction-proof>div+div{padding-left:22px}
body.home-journey-14 .direction-proof>div:last-child{border-right:0}
body.home-journey-14 .direction-proof span{display:block;margin-bottom:6px;color:#718892;font-size:10.5px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
body.home-journey-14 .direction-proof strong{display:block;color:#143745;font-size:13.5px;line-height:1.4}
body.home-journey-14 .direction-copy .btn{align-self:flex-start!important;min-height:48px!important;padding:11px 18px!important}

/* ----------------------------------------------------------
   INTELLIGENCE — content becomes a continuation of the journey
   ---------------------------------------------------------- */
body.home-journey-14 .intelligence-chapter{
  padding:112px 0 116px!important;
  background:#f8fbfc!important;
}
body.home-journey-14 .intelligence-grid-14{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(400px,.72fr);
  gap:18px;
}
body.home-journey-14 .intelligence-stage{
  position:relative;
  min-height:620px;
  border-radius:13px;
  overflow:hidden;
  background:#031923;
  color:#fff;
  isolation:isolate;
}
body.home-journey-14 .intelligence-stage::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(1,13,20,.98) 0%,rgba(1,18,26,.91) 41%,rgba(1,18,26,.42) 68%,rgba(1,18,26,.18) 100%),
    linear-gradient(0deg,rgba(0,11,17,.55),transparent 55%);
}
body.home-journey-14 .intelligence-stage::after{
  content:"";
  position:absolute;
  z-index:2;
  width:48%;height:60%;
  right:5%;top:12%;
  background:radial-gradient(ellipse at center,rgba(43,213,203,.15),transparent 72%);
  filter:blur(22px);
}
body.home-journey-14 .intelligence-stage>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:68% center;filter:saturate(.75) contrast(1.05) brightness(.72)}
body.home-journey-14 .intelligence-stage-copy{
  position:absolute;
  left:48px;right:37%;bottom:48px;
  z-index:3;
}
body.home-journey-14 .intelligence-stage .eyebrow{color:#70e0d9!important}
body.home-journey-14 .intelligence-stage .section-title{
  margin:15px 0 0!important;
  color:#fff!important;
  font-size:clamp(46px,4vw,62px)!important;
  line-height:1.015!important;
  letter-spacing:-.04em!important;
  font-weight:500!important;
}
body.home-journey-14 .intelligence-stage .body-lg{max-width:600px!important;margin:22px 0 0!important;color:#d0e0e3!important}
body.home-journey-14 .intelligence-stage .btn{margin-top:27px!important}
body.home-journey-14 .intelligence-paths{
  display:flex;
  flex-direction:column;
  border-top:1px solid rgba(10,50,66,.14);
  border-bottom:1px solid rgba(10,50,66,.14);
}
body.home-journey-14 .intelligence-paths-label{
  margin:0!important;
  padding:0 0 20px!important;
  color:#5f7781!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}
body.home-journey-14 .intelligence-paths a{
  position:relative;
  display:grid;
  grid-template-columns:38px 1fr 22px;
  gap:17px;
  align-items:center;
  flex:1;
  min-height:122px;
  padding:25px 6px 25px 0;
  text-decoration:none;
  border-top:1px solid rgba(10,50,66,.12);
  transition:background .25s ease,padding .25s ease;
}
body.home-journey-14 .intelligence-paths a span{color:#078d88;font-size:11px;font-weight:800;letter-spacing:.08em}
body.home-journey-14 .intelligence-paths a strong{font-family:var(--home14-serif);font-size:24px;line-height:1.08;font-weight:500;color:#133340;letter-spacing:-.025em}
body.home-journey-14 .intelligence-paths a b{font-size:18px;font-weight:400;color:#0d8e8a;transition:transform .25s ease}
body.home-journey-14 .intelligence-paths a:hover,
body.home-journey-14 .intelligence-paths a:focus-visible{background:rgba(0,179,166,.045);padding-left:14px}
body.home-journey-14 .intelligence-paths a:hover b,
body.home-journey-14 .intelligence-paths a:focus-visible b{transform:translateX(4px)}

/* ----------------------------------------------------------
   GOVERNANCE — short dark bridge before conversion
   ---------------------------------------------------------- */
body.home-journey-14 .governance-chapter{
  position:relative;
  overflow:hidden;
  padding:76px 0;
  background:
    radial-gradient(ellipse 35% 90% at 78% 50%,rgba(0,179,166,.105),transparent 76%),
    linear-gradient(105deg,#02121b,#052d3b 68%,#031923);
  color:#fff;
}
body.home-journey-14 .governance-chapter::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.02) 49%,transparent 50%);
}
body.home-journey-14 .governance-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(340px,.62fr);
  gap:clamp(55px,7vw,115px);
  align-items:center;
}
body.home-journey-14 .governance-chapter .eyebrow{color:#6ee0d9!important}
body.home-journey-14 .governance-chapter h2{max-width:850px;margin:12px 0 0;font-size:clamp(40px,3.8vw,58px);line-height:1.02;letter-spacing:-.038em;font-weight:500}
body.home-journey-14 .governance-grid>div:last-child{padding-left:38px;border-left:1px solid rgba(186,222,226,.16)}
body.home-journey-14 .governance-grid>div:last-child p{margin:0 0 20px;color:#cbdadd;font-size:15.5px;line-height:1.7}
body.home-journey-14 .governance-chapter .text-link{color:#75e2db!important}

/* ----------------------------------------------------------
   FINAL DECISION — still cinematic, cleaner conversion point
   ---------------------------------------------------------- */
body.home-journey-14 .final-cta-14{
  position:relative;
  padding:104px 0 108px!important;
  overflow:hidden;
  background:
    radial-gradient(ellipse 34% 75% at 78% 55%,rgba(0,179,166,.14),transparent 76%),
    linear-gradient(108deg,#010d14,#042633 66%,#031923)!important;
}
body.home-journey-14 .final-cta-14::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(ellipse 30% 32% at 48% 100%,rgba(46,218,208,.08),transparent 75%);
}
body.home-journey-14 .final-cta-14 .final-grid{
  position:relative;
  z-index:1;
  grid-template-columns:minmax(0,1.18fr) minmax(360px,.62fr)!important;
  gap:clamp(58px,7vw,120px)!important;
  align-items:center!important;
}
body.home-journey-14 .final-cta-14 .quote-title{
  max-width:900px!important;
  font-size:clamp(48px,4.35vw,68px)!important;
  line-height:1.015!important;
  letter-spacing:-.04em!important;
  font-weight:500!important;
}
body.home-journey-14 .final-cta-14 .final-copy{padding-left:38px;border-left:1px solid rgba(194,225,230,.16)}
body.home-journey-14 .final-cta-14 .final-copy>p:first-child{font-size:16px!important;line-height:1.7!important;color:#cfdee1!important}

/* ----------------------------------------------------------
   RESPONSIVE — journey remains coherent on tablet/mobile
   ---------------------------------------------------------- */
@media(max-width:1280px){
  body.home-journey-14 .container{width:min(calc(100% - 56px),1380px)!important}
  body.home-journey-14 .site-header .container{width:min(calc(100% - 48px),1380px)!important}
  body.home-journey-14 .hero-copy{width:min(58%,650px)!important}
  body.home-journey-14 .hero-copy .display{font-size:clamp(54px,5.7vw,72px)!important}
  body.home-journey-14 .journey-card-copy{right:24px}
  body.home-journey-14 .presence-section .presence-grid{
    grid-template-columns:minmax(320px,.95fr) minmax(420px,1.15fr) minmax(185px,.5fr)!important;
  }
  body.home-journey-14 .presence-section .presence-signature{display:none!important}
  body.home-journey-14 .intelligence-stage-copy{right:29%}
}

@media(max-width:1024px){
  body.home-journey-14 .container{width:min(calc(100% - 44px),100%)!important}
  body.home-journey-14 .hero{min-height:650px!important}
  body.home-journey-14 .hero-grid{min-height:650px!important}
  body.home-journey-14 .hero-copy{width:min(62%,610px)!important;padding:72px 0!important}
  body.home-journey-14 .hero-copy .display{font-size:clamp(48px,6vw,62px)!important}
  body.home-journey-14 .hero-copy .body-xl{font-size:16.5px!important;max-width:540px!important}
  body.home-journey-14 .journey-head,
  body.home-journey-14 .solutions-head,
  body.home-journey-14 .governance-grid,
  body.home-journey-14 .final-cta-14 .final-grid{grid-template-columns:1fr!important;gap:26px!important}
  body.home-journey-14 .journey-intro,
  body.home-journey-14 .solutions-intro,
  body.home-journey-14 .governance-grid>div:last-child,
  body.home-journey-14 .final-cta-14 .final-copy{padding-left:0!important;border-left:0!important;max-width:720px!important}
  body.home-journey-14 .journey-grid{grid-template-columns:1fr 1fr!important}
  body.home-journey-14 .journey-card{min-height:385px!important}
  body.home-journey-14 .journey-card-copy{left:28px;right:28px;bottom:28px}
  body.home-journey-14 .journey-card h3{font-size:32px!important}
  body.home-journey-14 .solution-journey-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.home-journey-14 .solution-journey-card,
  body.home-journey-14 .solution-journey-card.solution-wide{grid-column:span 1!important;min-height:410px!important}
  body.home-journey-14 .solution-journey-card:last-child{grid-column:1 / -1!important;min-height:360px!important}
  body.home-journey-14 .presence-section .presence-grid{grid-template-columns:1fr 1.08fr!important;gap:38px!important}
  body.home-journey-14 .presence-section .presence-copy{grid-column:1!important;grid-row:1!important}
  body.home-journey-14 .presence-section .map-stage{grid-column:2!important;grid-row:1!important;min-height:370px!important}
  body.home-journey-14 .presence-section .stats{grid-column:1 / -1!important;grid-row:2!important;grid-template-columns:1fr 1fr!important;border-left:0!important;padding:0!important;gap:28px!important}
  body.home-journey-14 .presence-section .stat{border-bottom:0!important;border-right:1px solid rgba(194,224,228,.15)!important;padding:0 28px 0 0!important}
  body.home-journey-14 .presence-section .stat:last-child{border-right:0!important;padding-right:0!important}
  body.home-journey-14 .method-chapter-14 .method-head{grid-template-columns:1fr!important;gap:20px!important}
  body.home-journey-14 .method-chapter-14 .method-all{grid-column:1!important}
  body.home-journey-14 .method-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.home-journey-14 .method:nth-child(3){border-right:0!important}
  body.home-journey-14 .method:nth-child(-n+3){border-bottom:1px solid rgba(11,54,70,.13)!important}
  body.home-journey-14 .method:nth-child(4),body.home-journey-14 .method:nth-child(5){grid-column:span 1!important}
  body.home-journey-14 .direction-grid{grid-template-columns:.88fr 1.12fr!important;min-height:590px!important}
  body.home-journey-14 .direction-copy{padding:55px 42px!important}
  body.home-journey-14 .direction-proof{grid-template-columns:1fr!important}
  body.home-journey-14 .direction-proof>div,
  body.home-journey-14 .direction-proof>div+div{padding:14px 0!important;border-right:0!important;border-bottom:1px solid rgba(11,52,68,.10)!important}
  body.home-journey-14 .direction-proof>div:last-child{border-bottom:0!important}
  body.home-journey-14 .intelligence-grid-14{grid-template-columns:1fr!important}
  body.home-journey-14 .intelligence-stage{min-height:560px!important}
  body.home-journey-14 .intelligence-paths a{min-height:105px!important}
}

@media(max-width:760px){
  body.home-journey-14 .container,
  body.home-journey-14 .site-header .container{width:calc(100% - 32px)!important}
  body.home-journey-14 .header-inner{min-height:68px!important}
  body.home-journey-14 .site-logo{width:155px!important}
  body.home-journey-14 .hero{min-height:0!important}
  body.home-journey-14 .hero-grid{min-height:auto!important}
  body.home-journey-14 .hero-copy{width:100%!important;max-width:100%!important;padding:52px 0 38px!important}
  body.home-journey-14 .hero-copy .display{font-size:clamp(42px,12.8vw,54px)!important;line-height:.99!important}
  body.home-journey-14 .hero-copy .body-xl{font-size:16px!important;line-height:1.64!important}
  body.home-journey-14 .hero-actions .btn{width:100%!important;justify-content:center!important}
  body.home-journey-14 .hero-journey-cue{margin-top:28px!important}
  body.home-journey-14 .hero-media{height:390px!important;width:calc(100% + 32px)!important;margin-left:-16px!important}
  body.home-journey-14 .hero-media img{object-position:60% center!important}
  body.home-journey-14 .journey-gateway,
  body.home-journey-14 .home-services-journey,
  body.home-journey-14 .method-chapter-14,
  body.home-journey-14 .intelligence-chapter{padding:72px 0 78px!important}
  body.home-journey-14 .journey-head .section-title,
  body.home-journey-14 .solutions-head .section-title,
  body.home-journey-14 .method-chapter-14 .method-head .section-title,
  body.home-journey-14 .direction-copy .section-title,
  body.home-journey-14 .intelligence-stage .section-title,
  body.home-journey-14 .final-cta-14 .quote-title{font-size:clamp(38px,11.4vw,47px)!important;line-height:1.03!important}
  body.home-journey-14 .journey-grid{grid-template-columns:1fr!important;gap:14px!important}
  body.home-journey-14 .journey-card{min-height:430px!important}
  body.home-journey-14 .journey-card::before{background:linear-gradient(0deg,rgba(1,13,19,.97) 0%,rgba(1,13,19,.77) 43%,rgba(1,13,19,.15) 72%,rgba(1,13,19,.07) 100%)!important}
  body.home-journey-14 .journey-card-copy{left:24px;right:24px;bottom:24px!important}
  body.home-journey-14 .journey-card h3{font-size:33px!important}
  body.home-journey-14 .journey-card-copy>p:not(.journey-kicker){font-size:14px!important}
  body.home-journey-14 .solution-journey-grid{grid-template-columns:1fr!important;gap:14px!important}
  body.home-journey-14 .solution-journey-card,
  body.home-journey-14 .solution-journey-card.solution-wide,
  body.home-journey-14 .solution-journey-card:last-child{grid-column:1!important;min-height:455px!important}
  body.home-journey-14 .solution-use{max-height:90px!important;opacity:1!important;transform:none!important;margin-top:10px!important}
  body.home-journey-14 .solution-journey-card::before{background:linear-gradient(180deg,rgba(0,11,17,.10),rgba(0,11,17,.30) 32%,rgba(0,11,17,.85) 61%,rgba(0,11,17,.995) 100%)!important}
  body.home-journey-14 .presence-section{padding:74px 0 72px!important}
  body.home-journey-14 .presence-section .presence-grid{grid-template-columns:1fr!important;gap:27px!important}
  body.home-journey-14 .presence-section .presence-copy,
  body.home-journey-14 .presence-section .map-stage,
  body.home-journey-14 .presence-section .stats{grid-column:1!important;grid-row:auto!important}
  body.home-journey-14 .presence-section .presence-copy .section-title{font-size:clamp(40px,11.2vw,48px)!important}
  body.home-journey-14 .presence-section .map-stage{min-height:300px!important}
  body.home-journey-14 .presence-section .map-stage img{width:118%!important}
  body.home-journey-14 .presence-section .stat strong{font-size:48px!important}
  body.home-journey-14 .method-grid{grid-template-columns:1fr!important}
  body.home-journey-14 .method{min-height:0!important;border-right:0!important;border-bottom:1px solid rgba(11,54,70,.13)!important;padding:24px 0!important;display:grid!important;grid-template-columns:52px 1fr!important;column-gap:18px!important}
  body.home-journey-14 .method:last-child{border-bottom:0!important}
  body.home-journey-14 .method-num{grid-row:1 / 3!important;margin:0!important}
  body.home-journey-14 .method h3{font-size:23px!important;margin:3px 0 6px!important}
  body.home-journey-14 .direction-grid{grid-template-columns:1fr!important;min-height:0!important}
  body.home-journey-14 .direction-media{min-height:500px!important}
  body.home-journey-14 .direction-media img{object-position:50% 14%!important}
  body.home-journey-14 .direction-copy{padding:58px 24px 64px!important}
  body.home-journey-14 .direction-copy h3{font-size:27px!important}
  body.home-journey-14 .direction-copy .btn{width:100%!important;justify-content:center!important}
  body.home-journey-14 .intelligence-stage{min-height:650px!important}
  body.home-journey-14 .intelligence-stage::before{background:linear-gradient(0deg,rgba(1,13,20,.995) 0%,rgba(1,18,26,.93) 48%,rgba(1,18,26,.28) 78%,rgba(1,18,26,.12) 100%)!important}
  body.home-journey-14 .intelligence-stage-copy{left:24px!important;right:24px!important;bottom:28px!important}
  body.home-journey-14 .intelligence-stage .body-lg{font-size:15.5px!important}
  body.home-journey-14 .intelligence-stage .btn{width:100%!important;justify-content:center!important}
  body.home-journey-14 .intelligence-paths{margin-top:20px!important}
  body.home-journey-14 .intelligence-paths a{grid-template-columns:30px 1fr 18px!important;gap:10px!important;padding:22px 0!important;min-height:96px!important}
  body.home-journey-14 .intelligence-paths a strong{font-size:21px!important}
  body.home-journey-14 .governance-chapter{padding:62px 0!important}
  body.home-journey-14 .governance-chapter h2{font-size:clamp(36px,10.7vw,44px)!important}
  body.home-journey-14 .final-cta-14{padding:76px 0 80px!important}
  body.home-journey-14 .final-cta-14 .hero-actions .btn{width:100%!important}
}

@media(prefers-reduced-motion:reduce){
  body.home-journey-14 .journey-card img,
  body.home-journey-14 .solution-journey-card>img,
  body.home-journey-14 .journey-card::after,
  body.home-journey-14 .solution-journey-card::after,
  body.home-journey-14 .journey-link b,
  body.home-journey-14 .solution-link b{transition:none!important}
}

/* C14.0 visual calibration — keep photography perceptible under the cinematic grade. */
body.home-journey-14 .journey-card::before{
  background:
    linear-gradient(90deg,rgba(1,13,19,.78) 0%,rgba(1,13,19,.54) 42%,rgba(1,13,19,.10) 76%,rgba(1,13,19,.06) 100%),
    linear-gradient(0deg,rgba(1,13,19,.56),transparent 58%)!important;
}
body.home-journey-14 .journey-card img{
  filter:saturate(.84) contrast(1.09) brightness(1.18)!important;
}
body.home-journey-14 .journey-card:hover img,
body.home-journey-14 .journey-card:focus-visible img{
  filter:saturate(.94) contrast(1.10) brightness(1.26)!important;
}
body.home-journey-14 .solution-journey-card::before{
  background:
    linear-gradient(180deg,rgba(0,11,17,.03) 0%,rgba(0,11,17,.11) 28%,rgba(0,11,17,.66) 64%,rgba(0,11,17,.97) 100%),
    radial-gradient(ellipse 65% 45% at 75% 20%,rgba(25,185,176,.09),transparent 72%)!important;
}
body.home-journey-14 .solution-journey-card>img{
  filter:saturate(.76) contrast(1.08) brightness(.92)!important;
}
body.home-journey-14 .solution-journey-card:hover>img,
body.home-journey-14 .solution-journey-card:focus-visible>img{
  filter:saturate(.88) contrast(1.09) brightness(1.00)!important;
}
@media(max-width:760px){
  body.home-journey-14 .journey-card::before{
    background:linear-gradient(0deg,rgba(1,13,19,.96) 0%,rgba(1,13,19,.74) 43%,rgba(1,13,19,.11) 74%,rgba(1,13,19,.04) 100%)!important;
  }
  body.home-journey-14 .solution-journey-card::before{
    background:linear-gradient(180deg,rgba(0,11,17,.02),rgba(0,11,17,.15) 31%,rgba(0,11,17,.78) 61%,rgba(0,11,17,.985) 100%)!important;
  }
}

/* Journey photography is painted as a card background for reliable offline rendering. */
body.home-journey-14 .journey-card{
  background-color:#031923!important;
  background-repeat:no-repeat!important;
  background-size:cover!important;
  transition:background-size .65s cubic-bezier(.2,.65,.25,1),box-shadow .3s ease!important;
}
body.home-journey-14 .journey-card:nth-child(1){background-image:url("../home/audience-advogados-escritorios.jpg")!important;background-position:50% 50%!important}
body.home-journey-14 .journey-card:nth-child(2){background-image:url("../home/audience-empresas.jpg")!important;background-position:50% 50%!important}
body.home-journey-14 .journey-card:nth-child(3){background-image:url("../home/audience-seguradoras-operadoras.jpg")!important;background-position:50% 50%!important}
body.home-journey-14 .journey-card:nth-child(4){background-image:url("../home/audience-medicos-instituicoes-saude.jpg")!important;background-position:50% 50%!important}
body.home-journey-14 .journey-card>img{opacity:0!important;pointer-events:none!important}
body.home-journey-14 .journey-card:hover,
body.home-journey-14 .journey-card:focus-visible{background-size:106%!important;box-shadow:0 28px 70px rgba(5,34,45,.16)!important}


/* ===== candidate14_1.css ===== */
/* ==========================================================
   ONE BLACK Candidate 14.1 — COPY + PHOTOGRAPHY AUDIT
   Scope: HOME ONLY.
   Goals:
   - preserve the cinematic halo and journey architecture;
   - make copy speak to the client's decision, not the interface;
   - replace generic/repetitive photography during review;
   - remove portrait photography from Direção Técnica on the Home;
   - keep offline fallbacks for all review photography.
   ========================================================== */

body.home-journey-14.home-journey-14-1{
  --home141-glow:rgba(54,224,213,.17);
  --home141-line:rgba(141,223,221,.17);
}

/* HERO — broader entry point for all four audiences */
body.home-journey-14-1 .hero-copy{
  width:min(55%,760px)!important;
  max-width:760px!important;
}
body.home-journey-14-1 .hero-copy .display{
  max-width:760px!important;
  font-size:clamp(62px,5.45vw,84px)!important;
  line-height:.94!important;
  letter-spacing:-.046em!important;
}
body.home-journey-14-1 .hero-copy .display em{
  display:inline;
  color:#69e0d8!important;
}
body.home-journey-14-1 .hero-copy .body-xl{
  max-width:650px!important;
}

/* JOURNEY PHOTOGRAPHY — real context first, grading second */
body.home-journey-14-1 .journey-card{
  background-image:none!important;
  background-color:#031923!important;
}
body.home-journey-14-1 .journey-card>img{
  opacity:1!important;
  pointer-events:none!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  filter:saturate(.73) contrast(1.08) brightness(.78)!important;
  transform:scale(1.018)!important;
  transition:transform .7s cubic-bezier(.2,.65,.25,1),filter .45s ease!important;
}
body.home-journey-14-1 .journey-card:nth-child(1)>img{object-position:54% 50%!important}
body.home-journey-14-1 .journey-card:nth-child(2)>img{object-position:50% 49%!important}
body.home-journey-14-1 .journey-card:nth-child(3)>img{object-position:54% 52%!important}
body.home-journey-14-1 .journey-card:nth-child(4)>img{object-position:58% 50%!important}
body.home-journey-14-1 .journey-card::before{
  background:
    linear-gradient(90deg,rgba(1,13,19,.91) 0%,rgba(1,13,19,.65) 42%,rgba(1,13,19,.20) 75%,rgba(1,13,19,.10) 100%),
    linear-gradient(0deg,rgba(1,13,19,.72) 0%,rgba(1,13,19,.20) 58%,transparent 82%)!important;
}
body.home-journey-14-1 .journey-card::after{
  width:58%!important;
  height:78%!important;
  right:-15%!important;
  top:8%!important;
  background:radial-gradient(ellipse at center,rgba(49,214,204,.20),transparent 70%)!important;
}
body.home-journey-14-1 .journey-card:hover>img,
body.home-journey-14-1 .journey-card:focus-visible>img{
  transform:scale(1.055)!important;
  filter:saturate(.84) contrast(1.08) brightness(.86)!important;
}
body.home-journey-14-1 .journey-card-copy{
  right:31%!important;
}
body.home-journey-14-1 .journey-card-copy>p:not(.journey-kicker){
  max-width:590px!important;
}

/* SOLUTIONS — five distinct visual situations, same cinematic grammar */
body.home-journey-14-1 .solution-journey-card>img{
  filter:saturate(.70) contrast(1.09) brightness(.76)!important;
}
body.home-journey-14-1 .solution-journey-card:nth-child(1)>img{object-position:52% 50%!important}
body.home-journey-14-1 .solution-journey-card:nth-child(2)>img{object-position:55% 48%!important}
body.home-journey-14-1 .solution-journey-card:nth-child(3)>img{object-position:55% 52%!important}
body.home-journey-14-1 .solution-journey-card:nth-child(4)>img{object-position:54% 46%!important}
body.home-journey-14-1 .solution-journey-card:nth-child(5)>img{object-position:50% 52%!important}
body.home-journey-14-1 .solution-journey-card::before{
  background:
    linear-gradient(180deg,rgba(0,11,17,.08) 0%,rgba(0,11,17,.18) 30%,rgba(0,11,17,.71) 66%,rgba(0,11,17,.985) 100%),
    radial-gradient(ellipse 68% 47% at 78% 20%,rgba(25,185,176,.12),transparent 72%)!important;
}
body.home-journey-14-1 .solution-journey-card:hover>img,
body.home-journey-14-1 .solution-journey-card:focus-visible>img{
  filter:saturate(.82) contrast(1.10) brightness(.84)!important;
}

/* DIRECTION TECHNICAL — no portrait on Home. Authority is editorial. */
body.home-journey-14-1 .direction-chapter-14-1{
  position:relative;
  overflow:hidden;
  padding:0!important;
  background:#edf3f4!important;
  border-top:1px solid rgba(13,52,67,.10);
  border-bottom:1px solid rgba(13,52,67,.10);
  isolation:isolate;
}
body.home-journey-14-1 .direction-chapter-14-1::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(ellipse 34% 62% at 20% 44%,rgba(47,220,210,.15),transparent 72%),
    linear-gradient(90deg,#02131d 0%,#042a37 46%,transparent 46%);
}
body.home-journey-14-1 .direction-grid-14-1{
  position:relative;
  z-index:1;
  display:grid!important;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;
  min-height:520px!important;
  width:min(calc(100% - 84px),1520px)!important;
  margin:0 auto!important;
}
body.home-journey-14-1 .direction-editorial{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:78px clamp(54px,5vw,86px) 76px 0;
  color:#fff;
}
body.home-journey-14-1 .direction-editorial::after{
  content:"";
  position:absolute;
  right:0;
  top:14%;
  bottom:14%;
  width:1px;
  background:linear-gradient(180deg,transparent,rgba(124,225,219,.26),transparent);
}
body.home-journey-14-1 .direction-editorial .eyebrow{
  color:#78e4dd!important;
}
body.home-journey-14-1 .direction-editorial .section-title{
  max-width:650px!important;
  margin:16px 0 0!important;
  color:#fff!important;
  font-size:clamp(48px,4.15vw,66px)!important;
  line-height:1.01!important;
  letter-spacing:-.042em!important;
  font-weight:500!important;
  text-shadow:0 10px 38px rgba(0,0,0,.22);
}
body.home-journey-14-1 .direction-halo-mark{
  display:flex;
  gap:14px;
  margin-top:34px;
  color:#a9cbd0;
  font-size:10.5px;
  font-weight:800;
  letter-spacing:.17em;
}
body.home-journey-14-1 .direction-copy-14-1{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:72px 0 72px clamp(58px,6vw,104px)!important;
  background:transparent!important;
}
body.home-journey-14-1 .direction-copy-14-1::before{
  content:"";
  position:absolute;
  width:520px;
  height:420px;
  left:-120px;
  top:50%;
  transform:translateY(-50%);
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(45,210,202,.08),transparent 70%);
  filter:blur(22px);
  pointer-events:none;
}
body.home-journey-14-1 .direction-copy-14-1>*{position:relative;z-index:1}
body.home-journey-14-1 .direction-copy-14-1 .eyebrow{color:#087f7b!important}
body.home-journey-14-1 .direction-copy-14-1 h3{
  margin:16px 0 0!important;
  color:#0c2a38!important;
  font-size:clamp(31px,2.5vw,39px)!important;
  line-height:1.05!important;
  font-weight:500!important;
}
body.home-journey-14-1 .direction-copy-14-1 .person-reg{
  margin:8px 0 20px!important;
}
body.home-journey-14-1 .direction-copy-14-1>.body-lg{
  max-width:680px!important;
}
body.home-journey-14-1 .direction-copy-14-1 .direction-proof{
  max-width:760px;
}

/* INTELLIGENCE — research in motion, not another stack of books */
body.home-journey-14-1 .intelligence-stage>img{
  object-position:64% 50%!important;
  filter:saturate(.72) contrast(1.08) brightness(.73)!important;
}
body.home-journey-14-1 .intelligence-stage::before{
  background:
    linear-gradient(90deg,rgba(1,13,20,.985) 0%,rgba(1,18,26,.91) 41%,rgba(1,18,26,.38) 69%,rgba(1,18,26,.16) 100%),
    linear-gradient(0deg,rgba(0,11,17,.58),transparent 55%)!important;
}

/* GOVERNANCE — remove metalinguistic reference to design */
body.home-journey-14-1 .governance-chapter h2{
  max-width:820px!important;
}

/* C14.1 subtle chapter transitions */
body.home-journey-14-1 .journey-gateway,
body.home-journey-14-1 .home-services-journey,
body.home-journey-14-1 .method-chapter-14,
body.home-journey-14-1 .intelligence-chapter{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
}

@media(max-width:1280px){
  body.home-journey-14-1 .hero-copy{width:min(59%,690px)!important}
  body.home-journey-14-1 .direction-grid-14-1{width:min(calc(100% - 56px),1380px)!important}
}

@media(max-width:1024px){
  body.home-journey-14-1 .hero-copy{width:min(64%,640px)!important}
  body.home-journey-14-1 .hero-copy .display{font-size:clamp(50px,6.4vw,66px)!important}
  body.home-journey-14-1 .journey-card-copy{right:28px!important}
  body.home-journey-14-1 .direction-grid-14-1{
    width:min(calc(100% - 44px),100%)!important;
    grid-template-columns:1fr!important;
    min-height:0!important;
  }
  body.home-journey-14-1 .direction-chapter-14-1::before{
    background:
      radial-gradient(ellipse 52% 45% at 70% 20%,rgba(47,220,210,.13),transparent 72%),
      linear-gradient(180deg,#02131d 0%,#042a37 47%,#edf3f4 47%,#edf3f4 100%);
  }
  body.home-journey-14-1 .direction-editorial{
    min-height:410px;
    padding:68px 0 64px!important;
  }
  body.home-journey-14-1 .direction-editorial::after{display:none}
  body.home-journey-14-1 .direction-editorial .section-title{max-width:760px!important}
  body.home-journey-14-1 .direction-copy-14-1{padding:62px 0 68px!important}
}

@media(max-width:760px){
  body.home-journey-14-1 .hero-copy{width:100%!important}
  body.home-journey-14-1 .hero-copy .display{font-size:clamp(43px,13.2vw,56px)!important;line-height:.98!important}
  body.home-journey-14-1 .journey-card>img{filter:saturate(.76) contrast(1.07) brightness(.82)!important}
  body.home-journey-14-1 .journey-card::before{
    background:linear-gradient(0deg,rgba(1,13,19,.98) 0%,rgba(1,13,19,.76) 45%,rgba(1,13,19,.16) 73%,rgba(1,13,19,.05) 100%)!important;
  }
  body.home-journey-14-1 .journey-card-copy{right:24px!important}
  body.home-journey-14-1 .solution-journey-card>img{filter:saturate(.73) contrast(1.08) brightness(.80)!important}
  body.home-journey-14-1 .direction-grid-14-1{width:calc(100% - 32px)!important}
  body.home-journey-14-1 .direction-editorial{min-height:390px!important;padding:58px 0 55px!important}
  body.home-journey-14-1 .direction-editorial .section-title{font-size:clamp(39px,11.8vw,49px)!important}
  body.home-journey-14-1 .direction-halo-mark{flex-wrap:wrap;gap:9px 12px;margin-top:28px}
  body.home-journey-14-1 .direction-copy-14-1{padding:54px 0 62px!important}
  body.home-journey-14-1 .direction-copy-14-1 h3{font-size:29px!important}
  body.home-journey-14-1 .direction-copy-14-1 .btn{width:100%!important;justify-content:center!important}
}

@media(prefers-reduced-motion:reduce){
  body.home-journey-14-1 .journey-card>img,
  body.home-journey-14-1 .solution-journey-card>img{transition:none!important}
}

/* C14.1 QA fix — Candidate 04 reintroduced a five-column footer on tablet. */
@media(max-width:1024px) and (min-width:761px){
  body.home-journey-14-1 .footer-grid{
    grid-template-columns:1.15fr 1fr 1fr!important;
    gap:28px!important;
  }
  body.home-journey-14-1 .footer-grid>div:first-child{
    grid-column:1 / -1!important;
    max-width:430px!important;
  }
  body.home-journey-14-1 .footer-grid>.footer-publics,
  body.home-journey-14-1 .footer-grid>.footer-contact{
    margin-top:10px!important;
    min-width:0!important;
  }
  body.home-journey-14-1 .footer-contact{
    overflow-wrap:anywhere!important;
  }
}


/* ===== candidate14_2.css ===== */
/* ============================================================
   ONE BLACK Candidate 14.2 — CINEMATIC RESPONSIVE DENSITY
   Objective: preserve halo/cinematic identity while reducing empty
   space and giving desktop, tablet and mobile distinct reading rhythms.
   Scope: Home only.
   ============================================================ */

body.home-journey-14-2{
  --c142-cinema:1420px;
  --c142-experience:1320px;
  --c142-editorial:1210px;
}
body.home-journey-14-2 [hidden]{display:none!important}
body.home-journey-14-2 .mobile-swipe-hint{display:none!important}

/* Width hierarchy: cinematic / experience / editorial */
body.home-journey-14-2 .hero .container,
body.home-journey-14-2 .presence-section .container,
body.home-journey-14-2 .final-cta-14 .container{width:min(calc(100% - 72px),var(--c142-cinema))!important}
body.home-journey-14-2 .journey-gateway .container,
body.home-journey-14-2 .home-services-journey .container,
body.home-journey-14-2 .intelligence-chapter .container{width:min(calc(100% - 72px),var(--c142-experience))!important}
body.home-journey-14-2 .method-chapter-14 .container,
body.home-journey-14-2 .governance-chapter .container{width:min(calc(100% - 72px),var(--c142-editorial))!important}

/* HERO — preserve the opening scene, only tighten vertical air */
body.home-journey-14-2 .hero-grid{min-height:690px!important}
body.home-journey-14-2 .hero-copy{padding-top:58px!important;padding-bottom:58px!important}
body.home-journey-14-2 .hero-copy .display{font-size:clamp(56px,4.95vw,76px)!important;max-width:790px!important}
body.home-journey-14-2 .hero-copy .body-xl{max-width:680px!important}

/* JOURNEYS — 4 cinematic doors in one row on desktop */
body.home-journey-14-2 .journey-gateway{padding:78px 0 82px!important}
body.home-journey-14-2 .journey-head{
  grid-template-columns:minmax(0,1.12fr) minmax(320px,.62fr)!important;
  gap:clamp(46px,5.5vw,82px)!important;
  margin-bottom:34px!important;
}
body.home-journey-14-2 .journey-head .section-title{font-size:clamp(44px,3.6vw,58px)!important;max-width:820px!important}
body.home-journey-14-2 .journey-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
body.home-journey-14-2 .journey-card{min-height:342px!important;border-radius:10px!important}
body.home-journey-14-2 .journey-card::before{
  background:linear-gradient(0deg,rgba(1,13,19,.97) 0%,rgba(1,13,19,.83) 38%,rgba(1,13,19,.30) 68%,rgba(1,13,19,.10) 100%)!important;
}
body.home-journey-14-2 .journey-card::after{width:72%!important;height:62%!important;right:-29%!important;top:3%!important}
body.home-journey-14-2 .journey-index{top:20px!important;right:21px!important;font-size:10.5px!important}
body.home-journey-14-2 .journey-card-copy{left:22px!important;right:22px!important;bottom:22px!important}
body.home-journey-14-2 .journey-kicker{margin-bottom:8px!important;font-size:9.5px!important}
body.home-journey-14-2 .journey-card h3{font-size:clamp(25px,2vw,31px)!important;line-height:1.02!important}
body.home-journey-14-2 .journey-card-copy>p:not(.journey-kicker){
  margin-top:10px!important;font-size:12.7px!important;line-height:1.5!important;
  display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;
}
body.home-journey-14-2 .journey-link{margin-top:12px!important;font-size:11.5px!important}
body.home-journey-14-2 .journey-footnote{margin-top:18px!important}

/* SOLUTIONS — one cinematic stage + selectable technical paths */
body.home-journey-14-2 .home-services-journey{padding:82px 0 88px!important}
body.home-journey-14-2 .solutions-head{
  grid-template-columns:minmax(0,1.12fr) minmax(320px,.60fr)!important;
  gap:clamp(46px,5.5vw,82px)!important;margin-bottom:36px!important
}
body.home-journey-14-2 .solutions-head .section-title{font-size:clamp(44px,3.55vw,57px)!important;max-width:820px!important}
body.home-journey-14-2 .solution-explorer{
  display:grid;grid-template-columns:minmax(250px,.36fr) minmax(0,1fr);gap:14px;align-items:stretch;
  min-height:510px;
}
body.home-journey-14-2 .solution-tabs{
  display:flex;flex-direction:column;min-width:0;
  border-top:1px solid rgba(10,50,66,.14);border-bottom:1px solid rgba(10,50,66,.14);
}
body.home-journey-14-2 .solution-tab{
  appearance:none;border:0;border-bottom:1px solid rgba(10,50,66,.11);background:transparent;
  color:#143541;text-align:left;min-height:96px;padding:17px 16px 17px 4px;
  display:grid;grid-template-columns:34px 1fr;gap:13px;align-items:center;cursor:pointer;
  transition:background .25s ease,padding .25s ease,color .25s ease;
}
body.home-journey-14-2 .solution-tab:last-child{border-bottom:0}
body.home-journey-14-2 .solution-tab-no{font-size:10.5px;font-weight:800;letter-spacing:.11em;color:#087f7b}
body.home-journey-14-2 .solution-tab strong{
  font-family:var(--home14-serif);font-size:22px;line-height:1.06;font-weight:500;letter-spacing:-.025em
}
body.home-journey-14-2 .solution-tab:hover,
body.home-journey-14-2 .solution-tab:focus-visible{background:rgba(0,179,166,.045);padding-left:12px}
body.home-journey-14-2 .solution-tab.is-active{
  background:linear-gradient(90deg,rgba(0,179,166,.10),rgba(0,179,166,.025));
  box-shadow:inset 3px 0 0 #0ea8a2;color:#082d39;padding-left:12px;
}
body.home-journey-14-2 .solution-stage{position:relative;min-width:0;min-height:510px}
body.home-journey-14-2 .solution-panel{
  position:absolute;inset:0;overflow:hidden;border-radius:12px;background:#031923;color:#fff;isolation:isolate;
  box-shadow:0 22px 58px rgba(4,27,38,.11);
}
body.home-journey-14-2 .solution-panel::before{
  content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(90deg,rgba(1,13,20,.98) 0%,rgba(1,18,26,.90) 42%,rgba(1,18,26,.42) 70%,rgba(1,18,26,.15) 100%),
             linear-gradient(0deg,rgba(0,11,17,.56),transparent 58%);
}
body.home-journey-14-2 .solution-panel::after{
  content:"";position:absolute;z-index:2;width:46%;height:64%;right:4%;top:10%;
  background:radial-gradient(ellipse at center,rgba(42,216,206,.17),transparent 72%);filter:blur(24px);pointer-events:none
}
body.home-journey-14-2 .solution-panel>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:64% 50%;filter:saturate(.73) contrast(1.08) brightness(.75)}
body.home-journey-14-2 .solution-panel-copy{position:absolute;z-index:3;left:42px;right:43%;bottom:40px;max-width:620px}
body.home-journey-14-2 .solution-panel .solution-context{max-width:620px!important;margin-bottom:12px!important;color:#7de2dc!important}
body.home-journey-14-2 .solution-panel h3{margin:0!important;font-family:var(--home14-serif);font-size:clamp(38px,3.25vw,53px)!important;line-height:1.01!important;letter-spacing:-.038em;font-weight:500}
body.home-journey-14-2 .solution-panel-desc{margin:17px 0 0!important;color:#d8e5e7!important;font-size:14.5px!important;line-height:1.58!important}
body.home-journey-14-2 .solution-panel-use{margin:13px 0 0!important;color:#a9c8ce!important;font-size:12.7px!important;line-height:1.55!important}
body.home-journey-14-2 .solution-panel-link{display:inline-flex;margin-top:22px;color:#78e3dc;text-decoration:none;font-size:13px;font-weight:750}
body.home-journey-14-2 .solution-panel-link:hover{text-decoration:underline}

/* PRESENCE — keep it as a major scene, remove unused vertical air */
body.home-journey-14-2 .presence-section{padding:82px 0 80px!important}
body.home-journey-14-2 .presence-section .presence-grid{
  grid-template-columns:minmax(330px,.92fr) minmax(430px,1.25fr) minmax(190px,.48fr) minmax(100px,.22fr)!important;
  column-gap:clamp(24px,2.5vw,42px)!important;align-items:center!important
}
body.home-journey-14-2 .presence-section .presence-copy .section-title{font-size:clamp(43px,3.65vw,57px)!important}
body.home-journey-14-2 .presence-section .map-stage{min-height:360px!important}
body.home-journey-14-2 .presence-section .map-stage img{width:128%!important}
body.home-journey-14-2 .presence-section .stat strong{font-size:clamp(53px,4.3vw,68px)!important}

/* METHOD — process, not five separate monuments */
body.home-journey-14-2 .method-chapter-14{padding:76px 0 82px!important}
body.home-journey-14-2 .method-chapter-14 .method-head{
  grid-template-columns:minmax(0,1.12fr) minmax(310px,.58fr)!important;
  gap:clamp(42px,5vw,75px)!important;margin-bottom:30px!important
}
body.home-journey-14-2 .method-chapter-14 .method-head .section-title{font-size:clamp(43px,3.55vw,56px)!important}
body.home-journey-14-2 .method{min-height:154px!important;padding:21px 20px 20px!important}
body.home-journey-14-2 .method-num{width:38px!important;height:38px!important;margin-bottom:17px!important;font-size:10px!important}
body.home-journey-14-2 .method h3{font-size:21px!important;margin-bottom:7px!important}
body.home-journey-14-2 .method p{font-size:12.7px!important;line-height:1.52!important}

/* DIRECTION — compact editorial authority, no portrait */
body.home-journey-14-2 .direction-grid-14-1{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;min-height:360px!important;
  width:min(calc(100% - 72px),var(--c142-editorial))!important
}
body.home-journey-14-2 .direction-editorial{padding:48px 50px 46px 0!important}
body.home-journey-14-2 .direction-editorial .section-title{font-size:clamp(39px,3.45vw,51px)!important;max-width:600px!important}
body.home-journey-14-2 .direction-halo-mark{margin-top:22px!important}
body.home-journey-14-2 .direction-copy-14-1{padding:44px 0 44px clamp(45px,5vw,76px)!important}
body.home-journey-14-2 .direction-copy-14-1 h3{font-size:30px!important}
body.home-journey-14-2 .direction-copy-14-1 .person-reg{margin-bottom:13px!important}
body.home-journey-14-2 .direction-copy-14-1>.body-lg{font-size:14px!important;line-height:1.55!important}
body.home-journey-14-2 .direction-proof{margin:20px 0 20px!important}
body.home-journey-14-2 .direction-proof>div{padding-top:13px!important;padding-bottom:13px!important}
body.home-journey-14-2 .direction-copy-14-1 .btn{min-height:44px!important}

/* INTELLIGENCE — one strong feature + 2x2 continuation grid */
body.home-journey-14-2 .intelligence-chapter{padding:82px 0 88px!important}
body.home-journey-14-2 .intelligence-grid-14{grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr)!important;gap:14px!important}
body.home-journey-14-2 .intelligence-stage{min-height:510px!important}
body.home-journey-14-2 .intelligence-stage-copy{left:38px!important;right:34%!important;bottom:38px!important}
body.home-journey-14-2 .intelligence-stage .section-title{font-size:clamp(40px,3.45vw,53px)!important}
body.home-journey-14-2 .intelligence-paths{
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto 1fr 1fr;
  gap:0;border-top:1px solid rgba(10,50,66,.14);border-bottom:1px solid rgba(10,50,66,.14)
}
body.home-journey-14-2 .intelligence-paths-label{grid-column:1/-1;padding:0 0 13px!important}
body.home-journey-14-2 .intelligence-paths a{
  min-height:0!important;padding:22px 16px!important;display:grid!important;grid-template-columns:28px 1fr 18px!important;gap:10px!important;
  border-top:1px solid rgba(10,50,66,.12);border-right:1px solid rgba(10,50,66,.12)
}
body.home-journey-14-2 .intelligence-paths a:nth-of-type(even){border-right:0}
body.home-journey-14-2 .intelligence-paths a strong{font-size:20px!important;line-height:1.08!important}
body.home-journey-14-2 .intelligence-paths a:hover,
body.home-journey-14-2 .intelligence-paths a:focus-visible{padding-left:22px!important}

/* GOVERNANCE + FINAL — bridges, not another full-screen chapter */
body.home-journey-14-2 .governance-chapter{padding:58px 0!important}
body.home-journey-14-2 .governance-chapter h2{font-size:clamp(36px,3.15vw,48px)!important}
body.home-journey-14-2 .final-cta-14{padding:78px 0 82px!important}
body.home-journey-14-2 .final-cta-14 .quote-title{font-size:clamp(43px,3.75vw,58px)!important}

/* ------------------------ 1280 ------------------------ */
@media(max-width:1280px){
  body.home-journey-14-2 .hero .container,
  body.home-journey-14-2 .presence-section .container,
  body.home-journey-14-2 .final-cta-14 .container,
  body.home-journey-14-2 .journey-gateway .container,
  body.home-journey-14-2 .home-services-journey .container,
  body.home-journey-14-2 .intelligence-chapter .container,
  body.home-journey-14-2 .method-chapter-14 .container,
  body.home-journey-14-2 .governance-chapter .container{width:min(calc(100% - 52px),100%)!important}
  body.home-journey-14-2 .journey-card{min-height:330px!important}
  body.home-journey-14-2 .journey-card h3{font-size:25px!important}
  body.home-journey-14-2 .solution-explorer{grid-template-columns:235px 1fr;min-height:490px}
  body.home-journey-14-2 .solution-stage{min-height:490px}
  body.home-journey-14-2 .solution-tab{min-height:92px}
  body.home-journey-14-2 .presence-section .presence-grid{grid-template-columns:minmax(310px,.9fr) minmax(390px,1.12fr) minmax(180px,.46fr)!important}
  body.home-journey-14-2 .presence-section .presence-signature{display:none!important}
  body.home-journey-14-2 .intelligence-grid-14{grid-template-columns:1.08fr .92fr!important}
}

/* ------------------------ 1025–1180 ------------------------ */
@media(max-width:1180px) and (min-width:1025px){
  body.home-journey-14-2 .hero-grid{min-height:650px!important}
  body.home-journey-14-2 .journey-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.home-journey-14-2 .journey-card{min-height:310px!important}
  body.home-journey-14-2 .journey-card-copy>p:not(.journey-kicker){-webkit-line-clamp:2}
  body.home-journey-14-2 .solution-explorer{grid-template-columns:1fr;min-height:0}
  body.home-journey-14-2 .solution-tabs{flex-direction:row;overflow-x:auto;border:0;border-bottom:1px solid rgba(10,50,66,.14);scrollbar-width:thin}
  body.home-journey-14-2 .solution-tab{flex:1 0 190px;min-height:74px;padding:12px 13px!important;grid-template-columns:28px 1fr;border-bottom:0;border-right:1px solid rgba(10,50,66,.10)}
  body.home-journey-14-2 .solution-tab.is-active{box-shadow:inset 0 -3px 0 #0ea8a2}
  body.home-journey-14-2 .solution-tab strong{font-size:19px}
  body.home-journey-14-2 .solution-stage{min-height:455px}
  body.home-journey-14-2 .presence-section .presence-grid{grid-template-columns:1fr 1.05fr!important;gap:28px!important}
  body.home-journey-14-2 .presence-section .presence-copy{grid-column:1!important;grid-row:1!important}
  body.home-journey-14-2 .presence-section .map-stage{grid-column:2!important;grid-row:1!important;min-height:330px!important}
  body.home-journey-14-2 .presence-section .stats{grid-column:1/-1!important;grid-row:2!important;grid-template-columns:1fr 1fr!important;padding:0!important;border-left:0!important}
  body.home-journey-14-2 .presence-section .stat{padding:0 24px 0 0!important;border-bottom:0!important;border-right:1px solid rgba(194,224,228,.15)!important}
  body.home-journey-14-2 .presence-section .stat:last-child{border-right:0!important}
  body.home-journey-14-2 .intelligence-grid-14{grid-template-columns:1fr .88fr!important}
  body.home-journey-14-2 .intelligence-stage{min-height:480px!important}
}

/* ------------------------ TABLET 761–1024 ------------------------ */
@media(max-width:1024px) and (min-width:761px){
  body.home-journey-14-2 .container,
  body.home-journey-14-2 .hero .container,
  body.home-journey-14-2 .presence-section .container,
  body.home-journey-14-2 .final-cta-14 .container,
  body.home-journey-14-2 .journey-gateway .container,
  body.home-journey-14-2 .home-services-journey .container,
  body.home-journey-14-2 .intelligence-chapter .container,
  body.home-journey-14-2 .method-chapter-14 .container,
  body.home-journey-14-2 .governance-chapter .container{width:min(calc(100% - 42px),100%)!important}
  body.home-journey-14-2 .hero{min-height:620px!important}
  body.home-journey-14-2 .hero-grid{min-height:620px!important}
  body.home-journey-14-2 .hero-copy{padding:52px 0!important}
  body.home-journey-14-2 .journey-gateway,
  body.home-journey-14-2 .home-services-journey,
  body.home-journey-14-2 .method-chapter-14,
  body.home-journey-14-2 .intelligence-chapter{padding-top:66px!important;padding-bottom:70px!important}
  body.home-journey-14-2 .journey-head,
  body.home-journey-14-2 .solutions-head{grid-template-columns:1fr!important;gap:18px!important;margin-bottom:28px!important}
  body.home-journey-14-2 .journey-intro,
  body.home-journey-14-2 .solutions-intro{padding-left:0!important;border-left:0!important;max-width:680px!important}
  body.home-journey-14-2 .journey-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  body.home-journey-14-2 .journey-card{min-height:320px!important}
  body.home-journey-14-2 .journey-card h3{font-size:27px!important}
  body.home-journey-14-2 .solution-explorer{grid-template-columns:1fr;min-height:0}
  body.home-journey-14-2 .solution-tabs{flex-direction:row;overflow-x:auto;border:0;border-bottom:1px solid rgba(10,50,66,.14);scroll-snap-type:x proximity}
  body.home-journey-14-2 .solution-tab{flex:0 0 210px;min-height:74px;padding:12px 14px!important;grid-template-columns:28px 1fr;border-bottom:0;border-right:1px solid rgba(10,50,66,.10);scroll-snap-align:start}
  body.home-journey-14-2 .solution-tab.is-active{box-shadow:inset 0 -3px 0 #0ea8a2}
  body.home-journey-14-2 .solution-tab strong{font-size:19px}
  body.home-journey-14-2 .solution-stage{min-height:450px}
  body.home-journey-14-2 .solution-panel-copy{left:34px;right:36%;bottom:34px}
  body.home-journey-14-2 .presence-section{padding:66px 0!important}
  body.home-journey-14-2 .presence-section .presence-grid{grid-template-columns:1fr 1.02fr!important;gap:24px!important}
  body.home-journey-14-2 .presence-section .presence-copy{grid-column:1!important;grid-row:1!important}
  body.home-journey-14-2 .presence-section .map-stage{grid-column:2!important;grid-row:1!important;min-height:310px!important}
  body.home-journey-14-2 .presence-section .stats{grid-column:1/-1!important;grid-row:2!important;grid-template-columns:1fr 1fr!important;padding:0!important;border-left:0!important;gap:24px!important}
  body.home-journey-14-2 .presence-section .stat{padding:0 22px 0 0!important;border-right:1px solid rgba(194,224,228,.15)!important;border-bottom:0!important}
  body.home-journey-14-2 .presence-section .stat:last-child{border-right:0!important}
  body.home-journey-14-2 .method-chapter-14 .method-head{grid-template-columns:1fr!important;gap:16px!important;margin-bottom:24px!important}
  body.home-journey-14-2 .method-chapter-14 .method-all{grid-column:1!important}
  body.home-journey-14-2 .method-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
  body.home-journey-14-2 .method{padding:17px 12px!important;min-height:150px!important}
  body.home-journey-14-2 .method-num{width:34px!important;height:34px!important;margin-bottom:13px!important}
  body.home-journey-14-2 .method h3{font-size:18px!important}
  body.home-journey-14-2 .method p{font-size:11.7px!important;line-height:1.45!important}
  body.home-journey-14-2 .direction-grid-14-1{width:min(calc(100% - 42px),100%)!important;grid-template-columns:.92fr 1.08fr!important;min-height:350px!important}
  body.home-journey-14-2 .direction-editorial{min-height:0!important;padding:44px 34px 42px 0!important}
  body.home-journey-14-2 .direction-editorial .section-title{font-size:clamp(36px,5vw,46px)!important}
  body.home-journey-14-2 .direction-copy-14-1{padding:40px 0 40px 36px!important}
  body.home-journey-14-2 .direction-proof{grid-template-columns:1fr!important;margin:14px 0 16px!important}
  body.home-journey-14-2 .direction-proof>div,
  body.home-journey-14-2 .direction-proof>div+div{padding:8px 0!important;border-right:0!important;border-bottom:1px solid rgba(11,52,68,.10)!important}
  body.home-journey-14-2 .direction-proof>div:last-child{border-bottom:0!important}
  body.home-journey-14-2 .intelligence-grid-14{grid-template-columns:1fr!important}
  body.home-journey-14-2 .intelligence-stage{min-height:430px!important}
  body.home-journey-14-2 .intelligence-paths{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:auto 1fr 1fr!important}
  body.home-journey-14-2 .intelligence-paths a{min-height:120px!important}
  body.home-journey-14-2 .governance-chapter{padding:50px 0!important}
  body.home-journey-14-2 .final-cta-14{padding:66px 0 70px!important}
}

/* ------------------------ MOBILE ≤760 ------------------------ */
@media(max-width:760px){
  body.home-journey-14-2 .container,
  body.home-journey-14-2 .hero .container,
  body.home-journey-14-2 .presence-section .container,
  body.home-journey-14-2 .final-cta-14 .container,
  body.home-journey-14-2 .journey-gateway .container,
  body.home-journey-14-2 .home-services-journey .container,
  body.home-journey-14-2 .intelligence-chapter .container,
  body.home-journey-14-2 .method-chapter-14 .container,
  body.home-journey-14-2 .governance-chapter .container{width:calc(100% - 32px)!important}
  body.home-journey-14-2 .hero-copy{padding:44px 0 30px!important}
  body.home-journey-14-2 .hero-copy .display{font-size:clamp(41px,12vw,50px)!important;line-height:.99!important}
  body.home-journey-14-2 .hero-media{height:340px!important}
  body.home-journey-14-2 .journey-gateway,
  body.home-journey-14-2 .home-services-journey,
  body.home-journey-14-2 .method-chapter-14,
  body.home-journey-14-2 .intelligence-chapter{padding:58px 0 62px!important}
  body.home-journey-14-2 .journey-head,
  body.home-journey-14-2 .solutions-head{grid-template-columns:1fr!important;gap:16px!important;margin-bottom:24px!important}
  body.home-journey-14-2 .journey-intro,
  body.home-journey-14-2 .solutions-intro{padding-left:0!important;border-left:0!important}
  body.home-journey-14-2 .journey-head .section-title,
  body.home-journey-14-2 .solutions-head .section-title{font-size:clamp(37px,10.5vw,45px)!important}
  body.home-journey-14-2 .mobile-swipe-hint{display:block!important;margin:12px 0 0!important;color:#667e87!important;font-size:11.5px!important;letter-spacing:.035em!important}
  body.home-journey-14-2 .journey-grid{
    display:flex!important;overflow-x:auto;gap:12px!important;margin-right:-16px;padding-right:16px;padding-bottom:5px;
    scroll-snap-type:x mandatory;scroll-padding-left:0;overscroll-behavior-inline:contain;scrollbar-width:none
  }
  body.home-journey-14-2 .journey-grid::-webkit-scrollbar{display:none}
  body.home-journey-14-2 .journey-card{flex:0 0 min(84vw,345px);min-height:375px!important;scroll-snap-align:start}
  body.home-journey-14-2 .journey-card h3{font-size:29px!important}
  body.home-journey-14-2 .journey-card-copy>p:not(.journey-kicker){-webkit-line-clamp:3;font-size:12.8px!important}
  body.home-journey-14-2 .journey-footnote{margin-top:16px!important}

  body.home-journey-14-2 .solution-swipe-hint{margin-bottom:8px!important}
  body.home-journey-14-2 .solution-explorer{display:block;min-height:0}
  body.home-journey-14-2 .solution-tabs{
    flex-direction:row;overflow-x:auto;border:0;border-bottom:1px solid rgba(10,50,66,.14);margin-right:-16px;padding-right:16px;
    scroll-snap-type:x mandatory;scrollbar-width:none
  }
  body.home-journey-14-2 .solution-tabs::-webkit-scrollbar{display:none}
  body.home-journey-14-2 .solution-tab{
    flex:0 0 188px;min-height:70px;padding:11px 12px!important;grid-template-columns:25px 1fr;border-bottom:0;border-right:1px solid rgba(10,50,66,.10);scroll-snap-align:start
  }
  body.home-journey-14-2 .solution-tab.is-active{box-shadow:inset 0 -3px 0 #0ea8a2}
  body.home-journey-14-2 .solution-tab strong{font-size:17.5px}
  body.home-journey-14-2 .solution-stage{min-height:445px;margin-top:12px}
  body.home-journey-14-2 .solution-panel::before{background:linear-gradient(0deg,rgba(1,13,20,.99) 0%,rgba(1,18,26,.89) 44%,rgba(1,18,26,.28) 72%,rgba(1,18,26,.09) 100%)}
  body.home-journey-14-2 .solution-panel>img{object-position:58% 35%}
  body.home-journey-14-2 .solution-panel-copy{left:23px;right:23px;bottom:23px}
  body.home-journey-14-2 .solution-panel h3{font-size:34px!important}
  body.home-journey-14-2 .solution-panel-desc{font-size:13.3px!important;line-height:1.5!important}
  body.home-journey-14-2 .solution-panel-use{font-size:11.8px!important}

  body.home-journey-14-2 .presence-section{padding:58px 0 58px!important}
  body.home-journey-14-2 .presence-section .presence-grid{grid-template-columns:1fr!important;gap:20px!important}
  body.home-journey-14-2 .presence-section .presence-copy,
  body.home-journey-14-2 .presence-section .map-stage,
  body.home-journey-14-2 .presence-section .stats{grid-column:1!important;grid-row:auto!important}
  body.home-journey-14-2 .presence-section .map-stage{min-height:255px!important}
  body.home-journey-14-2 .presence-section .map-stage img{width:112%!important}
  body.home-journey-14-2 .presence-section .stats{grid-template-columns:1fr 1fr!important;gap:16px!important;padding:0!important;border-left:0!important}
  body.home-journey-14-2 .presence-section .stat{padding:0 12px 0 0!important;border-bottom:0!important;border-right:1px solid rgba(194,224,228,.14)!important}
  body.home-journey-14-2 .presence-section .stat:last-child{border-right:0!important;padding-right:0!important}
  body.home-journey-14-2 .presence-section .stat strong{font-size:42px!important}

  body.home-journey-14-2 .method-chapter-14 .method-head{grid-template-columns:1fr!important;gap:14px!important;margin-bottom:18px!important}
  body.home-journey-14-2 .method-chapter-14 .method-all{grid-column:1!important}
  body.home-journey-14-2 .method-grid{grid-template-columns:1fr!important}
  body.home-journey-14-2 .method{min-height:0!important;padding:16px 0!important;grid-template-columns:42px 1fr!important;column-gap:14px!important;border-right:0!important;border-bottom:1px solid rgba(11,54,70,.13)!important}
  body.home-journey-14-2 .method:last-child{border-bottom:0!important}
  body.home-journey-14-2 .method-num{grid-row:1/3;width:34px!important;height:34px!important;margin:0!important}
  body.home-journey-14-2 .method h3{font-size:21px!important;margin:1px 0 4px!important}
  body.home-journey-14-2 .method p{font-size:12.5px!important}

  body.home-journey-14-2 .direction-grid-14-1{width:calc(100% - 32px)!important;grid-template-columns:1fr!important;min-height:0!important}
  body.home-journey-14-2 .direction-chapter-14-1::before{background:radial-gradient(ellipse 60% 42% at 75% 18%,rgba(47,220,210,.13),transparent 72%),linear-gradient(180deg,#02131d 0%,#042a37 43%,#edf3f4 43%,#edf3f4 100%)}
  body.home-journey-14-2 .direction-editorial{min-height:300px!important;padding:46px 0 38px!important}
  body.home-journey-14-2 .direction-editorial .section-title{font-size:clamp(37px,10.5vw,45px)!important}
  body.home-journey-14-2 .direction-copy-14-1{padding:38px 0 46px!important}
  body.home-journey-14-2 .direction-copy-14-1 h3{font-size:27px!important}
  body.home-journey-14-2 .direction-proof{margin:14px 0 16px!important}
  body.home-journey-14-2 .direction-proof>div,
  body.home-journey-14-2 .direction-proof>div+div{padding:8px 0!important;border-right:0!important;border-bottom:1px solid rgba(11,52,68,.10)!important}
  body.home-journey-14-2 .direction-proof>div:last-child{border-bottom:0!important}

  body.home-journey-14-2 .intelligence-grid-14{grid-template-columns:1fr!important;gap:12px!important}
  body.home-journey-14-2 .intelligence-stage{min-height:460px!important}
  body.home-journey-14-2 .intelligence-stage-copy{left:23px!important;right:23px!important;bottom:24px!important}
  body.home-journey-14-2 .intelligence-stage .section-title{font-size:clamp(36px,10.1vw,44px)!important}
  body.home-journey-14-2 .intelligence-stage .body-lg{font-size:14px!important;line-height:1.54!important}
  body.home-journey-14-2 .intelligence-paths{
    display:flex!important;flex-direction:row!important;overflow-x:auto;border:0!important;gap:10px;padding-bottom:4px;margin-right:-16px;padding-right:16px;
    scroll-snap-type:x mandatory;scrollbar-width:none
  }
  body.home-journey-14-2 .intelligence-paths::-webkit-scrollbar{display:none}
  body.home-journey-14-2 .intelligence-paths-label{display:none!important}
  body.home-journey-14-2 .intelligence-paths a{
    flex:0 0 min(80vw,310px);min-height:138px!important;padding:18px!important;border:1px solid rgba(10,50,66,.12)!important;border-radius:9px;scroll-snap-align:start;
    grid-template-columns:25px 1fr 16px!important
  }
  body.home-journey-14-2 .intelligence-paths a strong{font-size:19px!important}

  body.home-journey-14-2 .governance-chapter{padding:46px 0!important}
  body.home-journey-14-2 .governance-grid{gap:18px!important}
  body.home-journey-14-2 .governance-chapter h2{font-size:36px!important}
  body.home-journey-14-2 .final-cta-14{padding:58px 0 62px!important}
  body.home-journey-14-2 .final-cta-14 .quote-title{font-size:clamp(38px,10.5vw,46px)!important}
}

/* Short landscape devices: prevent a desktop-like hero from monopolizing the viewport */
@media(min-width:700px) and (max-height:520px){
  body.home-journey-14-2 .hero,
  body.home-journey-14-2 .hero-grid{min-height:520px!important}
  body.home-journey-14-2 .hero-copy{padding:34px 0!important}
  body.home-journey-14-2 .hero-copy .display{font-size:clamp(42px,5.7vw,58px)!important}
  body.home-journey-14-2 .hero-copy .body-xl{font-size:14px!important;line-height:1.48!important}
  body.home-journey-14-2 .hero-actions{margin-top:20px!important}
}

@media(prefers-reduced-motion:reduce){
  body.home-journey-14-2 .journey-grid,
  body.home-journey-14-2 .solution-tabs,
  body.home-journey-14-2 .intelligence-paths{scroll-behavior:auto!important}
}

/* C14.2 QA containment fixes */
body.home-journey-14-2 .presence-section .map-stage{overflow:hidden!important}
@media(max-width:1024px) and (min-width:761px){
  body.home-journey-14-2 .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:26px 34px!important}
  body.home-journey-14-2 .footer-grid>div:first-child{grid-column:1 / -1!important;max-width:440px!important}
  body.home-journey-14-2 .footer-grid>*{min-width:0!important}
  body.home-journey-14-2 .footer-contact{overflow-wrap:anywhere!important;word-break:break-word!important}
}


/* ===== candidate14_3.css ===== */
/* ============================================================
   ONE BLACK Candidate 14.3 — EDITORIAL COMPRESSION
   Scope: second half of Home only.
   Principle: flow → authority → expansion → pause → decision.
   Preserve cinematic halo; reduce empty space and visual competition.
   ============================================================ */

body.home-journey-14-3{
  --c143-editorial:1280px;
  --c143-reading:1180px;
}

/* Shared lower-half density */
body.home-journey-14-3 .method-chapter-14,
body.home-journey-14-3 .intelligence-chapter{
  scroll-margin-top:76px;
}

/* METHOD — wider visual reading, lower height, explicit process line */
body.home-journey-14-3 .method-chapter-14{
  padding:58px 0 62px!important;
  background:linear-gradient(180deg,#f8fbfc 0%,#f2f7f8 100%)!important;
}
body.home-journey-14-3 .method-chapter-14 .container{
  width:min(calc(100% - 72px),var(--c143-editorial))!important;
}
body.home-journey-14-3 .method-chapter-14 .method-head{
  grid-template-columns:minmax(0,1.22fr) minmax(330px,.56fr)!important;
  gap:clamp(36px,4.5vw,66px)!important;
  align-items:end!important;
  margin-bottom:24px!important;
}
body.home-journey-14-3 .method-chapter-14 .method-head .section-title{
  max-width:760px!important;
  font-size:clamp(42px,3.35vw,53px)!important;
  line-height:1.01!important;
}
body.home-journey-14-3 .method-chapter-14 .method-head .body-lg{
  max-width:520px!important;
  font-size:13.8px!important;
  line-height:1.58!important;
}
body.home-journey-14-3 .method-chapter-14 .method-all{
  margin-top:10px!important;
}
body.home-journey-14-3 .method-grid{
  position:relative!important;
  border-top:0!important;
  border-bottom:1px solid rgba(11,54,70,.14)!important;
  padding-top:12px!important;
}
body.home-journey-14-3 .method-grid::before{
  content:"";
  position:absolute;
  left:4%;right:4%;top:31px;
  height:1px;
  background:linear-gradient(90deg,rgba(14,168,162,.18),rgba(14,168,162,.55) 18%,rgba(14,168,162,.55) 82%,rgba(14,168,162,.18));
  pointer-events:none;
}
body.home-journey-14-3 .method{
  position:relative!important;
  min-height:126px!important;
  padding:8px 18px 20px!important;
  border-right:0!important;
  background:transparent!important;
}
body.home-journey-14-3 .method+.method{
  border-left:1px solid rgba(11,54,70,.08)!important;
}
body.home-journey-14-3 .method-num{
  position:relative;z-index:2;
  width:38px!important;height:38px!important;
  margin-bottom:13px!important;
  background:#f5fafb!important;
  border:1px solid rgba(0,179,166,.38)!important;
  box-shadow:0 0 0 7px #f5fafb;
}
body.home-journey-14-3 .method h3{
  font-size:20px!important;
  margin-bottom:5px!important;
}
body.home-journey-14-3 .method p{
  max-width:210px;
  font-size:11.9px!important;
  line-height:1.48!important;
}

/* DIRECTION — institutional signature, not a hero within the hero */
body.home-journey-14-3 .direction-chapter-14-1{
  position:relative;
  overflow:hidden;
  padding:0!important;
  background:
    radial-gradient(ellipse 28% 85% at 18% 46%,rgba(26,195,185,.08),transparent 72%),
    linear-gradient(180deg,#edf3f4,#e9f0f2)!important;
  border-top:1px solid rgba(13,52,67,.10)!important;
  border-bottom:1px solid rgba(13,52,67,.10)!important;
}
body.home-journey-14-3 .direction-chapter-14-1::before{display:none!important}
body.home-journey-14-3 .direction-grid-14-1{
  width:min(calc(100% - 72px),var(--c143-editorial))!important;
  margin:0 auto!important;
  min-height:0!important;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;
  gap:clamp(42px,5vw,78px)!important;
  align-items:center!important;
  padding:34px 0 36px!important;
}
body.home-journey-14-3 .direction-editorial{
  min-height:0!important;
  padding:0!important;
  color:#0b3242!important;
  justify-content:center!important;
}
body.home-journey-14-3 .direction-editorial::after{
  right:calc(clamp(42px,5vw,78px) / -2)!important;
  top:5%!important;bottom:5%!important;
  background:linear-gradient(180deg,transparent,rgba(11,52,68,.16),transparent)!important;
}
body.home-journey-14-3 .direction-editorial .eyebrow{color:#087f7b!important}
body.home-journey-14-3 .direction-editorial .section-title{
  margin:10px 0 0!important;
  max-width:610px!important;
  color:#0a3040!important;
  text-shadow:none!important;
  font-size:clamp(34px,2.85vw,44px)!important;
  line-height:1.015!important;
}
body.home-journey-14-3 .direction-halo-mark{
  margin-top:14px!important;
  gap:10px!important;
  color:#6c8a93!important;
  font-size:9px!important;
  letter-spacing:.14em!important;
}
body.home-journey-14-3 .direction-copy-14-1{
  min-height:0!important;
  padding:0!important;
  background:transparent!important;
}
body.home-journey-14-3 .direction-copy-14-1::before{
  width:360px!important;height:240px!important;left:-70px!important;
  opacity:.58!important;
}
body.home-journey-14-3 .direction-copy-14-1 .eyebrow{margin-bottom:0!important}
body.home-journey-14-3 .direction-copy-14-1 h3{
  margin:9px 0 0!important;
  font-size:27px!important;
}
body.home-journey-14-3 .direction-copy-14-1 .person-reg{
  margin:5px 0 10px!important;
  font-size:11.5px!important;
}
body.home-journey-14-3 .direction-copy-14-1>.body-lg{
  max-width:620px!important;
  font-size:12.6px!important;
  line-height:1.5!important;
}
body.home-journey-14-3 .direction-proof{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  margin:12px 0 12px!important;
}
body.home-journey-14-3 .direction-proof>div{
  padding:9px 14px 9px 0!important;
}
body.home-journey-14-3 .direction-proof>div+div{padding-left:14px!important}
body.home-journey-14-3 .direction-proof span{
  margin-bottom:3px!important;
  font-size:8.8px!important;
}
body.home-journey-14-3 .direction-proof strong{font-size:11.3px!important}
body.home-journey-14-3 .direction-copy-14-1 .btn{
  min-height:38px!important;
  padding:8px 14px!important;
  font-size:11px!important;
}

/* INTELLIGENCE — controlled expansion: feature + 2x2 paths */
body.home-journey-14-3 .intelligence-chapter{
  padding:62px 0 66px!important;
  background:#f8fbfc!important;
}
body.home-journey-14-3 .intelligence-chapter .container{
  width:min(calc(100% - 72px),var(--c143-editorial))!important;
}
body.home-journey-14-3 .intelligence-grid-14{
  grid-template-columns:minmax(0,1.22fr) minmax(360px,.78fr)!important;
  gap:16px!important;
  align-items:stretch!important;
}
body.home-journey-14-3 .intelligence-stage{
  min-height:455px!important;
  border-radius:11px!important;
}
body.home-journey-14-3 .intelligence-stage-copy{
  left:34px!important;right:34%!important;bottom:32px!important;
}
body.home-journey-14-3 .intelligence-stage .section-title{
  font-size:clamp(38px,3.15vw,49px)!important;
  max-width:650px!important;
}
body.home-journey-14-3 .intelligence-stage .body-lg{
  margin-top:14px!important;
  font-size:12.8px!important;
  line-height:1.55!important;
}
body.home-journey-14-3 .intelligence-stage .btn{
  margin-top:18px!important;
  min-height:42px!important;
  padding:10px 15px!important;
}
body.home-journey-14-3 .intelligence-paths{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-template-rows:auto 1fr 1fr!important;
  min-height:455px!important;
}
body.home-journey-14-3 .intelligence-paths-label{
  padding:0 0 10px!important;
}
body.home-journey-14-3 .intelligence-paths a{
  min-height:0!important;
  padding:18px 13px!important;
  grid-template-columns:24px 1fr 15px!important;
  gap:8px!important;
}
body.home-journey-14-3 .intelligence-paths a strong{
  font-size:18px!important;
  line-height:1.07!important;
}
body.home-journey-14-3 .intelligence-paths a span{font-size:9.5px!important}
body.home-journey-14-3 .intelligence-paths a b{font-size:15px!important}
body.home-journey-14-3 .intelligence-paths a:hover,
body.home-journey-14-3 .intelligence-paths a:focus-visible{padding-left:18px!important}

/* GOVERNANCE — a short pause, clearly separate from the conversion scene */
body.home-journey-14-3 .governance-chapter{
  padding:38px 0!important;
  background:
    radial-gradient(ellipse 28% 110% at 82% 48%,rgba(0,179,166,.09),transparent 75%),
    linear-gradient(105deg,#02121b,#052a37 72%,#031923)!important;
}
body.home-journey-14-3 .governance-chapter .container{
  width:min(calc(100% - 72px),var(--c143-reading))!important;
}
body.home-journey-14-3 .governance-grid{
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.62fr)!important;
  gap:clamp(38px,5vw,70px)!important;
}
body.home-journey-14-3 .governance-chapter h2{
  margin-top:8px!important;
  max-width:720px!important;
  font-size:clamp(31px,2.65vw,40px)!important;
}
body.home-journey-14-3 .governance-grid>div:last-child{
  padding-left:28px!important;
}
body.home-journey-14-3 .governance-grid>div:last-child p{
  margin-bottom:12px!important;
  font-size:12.7px!important;
  line-height:1.55!important;
}
body.home-journey-14-3 .governance-chapter .text-link{font-size:11.5px!important}

/* FINAL — distinct tonal lift and concise decision point */
body.home-journey-14-3 .final-cta-14{
  padding:56px 0 60px!important;
  background:
    radial-gradient(ellipse 38% 95% at 80% 42%,rgba(0,192,181,.17),transparent 72%),
    radial-gradient(ellipse 24% 48% at 48% 100%,rgba(60,220,211,.08),transparent 75%),
    linear-gradient(108deg,#031721,#063443 68%,#042430)!important;
  border-top:1px solid rgba(113,224,216,.08);
}
body.home-journey-14-3 .final-cta-14 .container{
  width:min(calc(100% - 72px),var(--c143-editorial))!important;
}
body.home-journey-14-3 .final-cta-14 .final-grid{
  grid-template-columns:minmax(0,1.16fr) minmax(340px,.64fr)!important;
  gap:clamp(44px,5.5vw,82px)!important;
}
body.home-journey-14-3 .final-cta-14 .quote-title{
  max-width:800px!important;
  font-size:clamp(39px,3.25vw,50px)!important;
}
body.home-journey-14-3 .final-cta-14 .final-copy{
  padding-left:30px!important;
}
body.home-journey-14-3 .final-cta-14 .final-copy>p:first-child{
  font-size:13.5px!important;
  line-height:1.58!important;
}
body.home-journey-14-3 .final-cta-14 .hero-actions{margin-top:16px!important}
body.home-journey-14-3 .final-cta-14 .microcopy{margin-top:10px!important}

/* ------------------------ compact desktop / tablet ------------------------ */
@media(max-width:1180px){
  body.home-journey-14-3 .method-chapter-14 .container,
  body.home-journey-14-3 .direction-grid-14-1,
  body.home-journey-14-3 .intelligence-chapter .container,
  body.home-journey-14-3 .governance-chapter .container,
  body.home-journey-14-3 .final-cta-14 .container{width:min(calc(100% - 48px),100%)!important}
  body.home-journey-14-3 .direction-grid-14-1{gap:38px!important}
  body.home-journey-14-3 .intelligence-grid-14{grid-template-columns:1.08fr .92fr!important}
  body.home-journey-14-3 .intelligence-stage-copy{right:28%!important}
}

@media(max-width:1024px) and (min-width:761px){
  body.home-journey-14-3 .method-chapter-14{padding:50px 0 54px!important}
  body.home-journey-14-3 .method-chapter-14 .method-head{grid-template-columns:1fr!important;gap:12px!important;margin-bottom:20px!important}
  body.home-journey-14-3 .method-chapter-14 .method-all{grid-column:1!important}
  body.home-journey-14-3 .method-grid::before{top:27px!important}
  body.home-journey-14-3 .method{min-height:118px!important;padding:6px 10px 16px!important}
  body.home-journey-14-3 .method-num{width:34px!important;height:34px!important;box-shadow:0 0 0 5px #f5fafb}
  body.home-journey-14-3 .method h3{font-size:17px!important}
  body.home-journey-14-3 .method p{font-size:10.7px!important}

  body.home-journey-14-3 .direction-grid-14-1{
    grid-template-columns:.95fr 1.05fr!important;
    padding:30px 0!important;
    gap:30px!important;
  }
  body.home-journey-14-3 .direction-editorial::after{right:-15px!important}
  body.home-journey-14-3 .direction-editorial .section-title{font-size:clamp(31px,4.2vw,38px)!important}
  body.home-journey-14-3 .direction-copy-14-1 h3{font-size:24px!important}
  body.home-journey-14-3 .direction-proof{grid-template-columns:1fr!important;margin:9px 0 10px!important}
  body.home-journey-14-3 .direction-proof>div,
  body.home-journey-14-3 .direction-proof>div+div{padding:6px 0!important;border-right:0!important;border-bottom:1px solid rgba(11,52,68,.09)!important}
  body.home-journey-14-3 .direction-proof>div:last-child{border-bottom:0!important}

  body.home-journey-14-3 .intelligence-chapter{padding:54px 0 58px!important}
  body.home-journey-14-3 .intelligence-grid-14{grid-template-columns:1fr!important;gap:12px!important}
  body.home-journey-14-3 .intelligence-stage{min-height:400px!important}
  body.home-journey-14-3 .intelligence-paths{min-height:0!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:auto 1fr 1fr!important}
  body.home-journey-14-3 .intelligence-paths a{min-height:98px!important}

  body.home-journey-14-3 .governance-chapter{padding:34px 0!important}
  body.home-journey-14-3 .governance-chapter h2{font-size:clamp(29px,4vw,36px)!important}
  body.home-journey-14-3 .final-cta-14{padding:50px 0 54px!important}
}

/* ------------------------ mobile: compact guided reading ------------------------ */
@media(max-width:760px){
  body.home-journey-14-3 .method-chapter-14,
  body.home-journey-14-3 .intelligence-chapter{padding:46px 0 50px!important}
  body.home-journey-14-3 .method-chapter-14 .container,
  body.home-journey-14-3 .direction-grid-14-1,
  body.home-journey-14-3 .intelligence-chapter .container,
  body.home-journey-14-3 .governance-chapter .container,
  body.home-journey-14-3 .final-cta-14 .container{width:calc(100% - 32px)!important}

  body.home-journey-14-3 .method-chapter-14 .method-head{grid-template-columns:1fr!important;gap:11px!important;margin-bottom:18px!important}
  body.home-journey-14-3 .method-chapter-14 .method-head .section-title{font-size:clamp(35px,10vw,43px)!important}
  body.home-journey-14-3 .method-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    padding-top:0!important;
    border-top:1px solid rgba(11,54,70,.13)!important;
  }
  body.home-journey-14-3 .method-grid::before{display:none!important}
  body.home-journey-14-3 .method{
    display:grid!important;
    grid-template-columns:38px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    column-gap:13px!important;
    min-height:0!important;
    padding:13px 0!important;
    border-left:0!important;
    border-bottom:1px solid rgba(11,54,70,.10)!important;
  }
  body.home-journey-14-3 .method:last-child{border-bottom:0!important}
  body.home-journey-14-3 .method-num{grid-row:1/3;margin:0!important;box-shadow:none!important}
  body.home-journey-14-3 .method h3{font-size:19px!important;margin:1px 0 3px!important}
  body.home-journey-14-3 .method p{max-width:none!important;font-size:11.8px!important;margin:0!important}

  body.home-journey-14-3 .direction-grid-14-1{
    grid-template-columns:1fr!important;
    gap:0!important;
    padding:36px 0 38px!important;
  }
  body.home-journey-14-3 .direction-editorial{
    padding:0 0 22px!important;
    border-bottom:1px solid rgba(11,52,68,.12)!important;
  }
  body.home-journey-14-3 .direction-editorial::after{display:none!important}
  body.home-journey-14-3 .direction-editorial .section-title{font-size:clamp(34px,10vw,42px)!important}
  body.home-journey-14-3 .direction-halo-mark{margin-top:12px!important}
  body.home-journey-14-3 .direction-copy-14-1{padding:22px 0 0!important}
  body.home-journey-14-3 .direction-copy-14-1 h3{font-size:26px!important}
  body.home-journey-14-3 .direction-proof{grid-template-columns:1fr!important;margin:12px 0!important}
  body.home-journey-14-3 .direction-proof>div,
  body.home-journey-14-3 .direction-proof>div+div{padding:7px 0!important;border-right:0!important;border-bottom:1px solid rgba(11,52,68,.10)!important}
  body.home-journey-14-3 .direction-proof>div:last-child{border-bottom:0!important}
  body.home-journey-14-3 .direction-copy-14-1 .btn{width:100%!important;justify-content:center!important}

  body.home-journey-14-3 .intelligence-grid-14{grid-template-columns:1fr!important;gap:12px!important}
  body.home-journey-14-3 .intelligence-stage{min-height:385px!important}
  body.home-journey-14-3 .intelligence-stage-copy{left:22px!important;right:22px!important;bottom:22px!important}
  body.home-journey-14-3 .intelligence-stage .section-title{font-size:clamp(35px,10.2vw,43px)!important}
  body.home-journey-14-3 .intelligence-stage .body-lg{font-size:12px!important}
  body.home-journey-14-3 .intelligence-paths{min-height:0!important;grid-template-columns:1fr!important;grid-template-rows:auto!important}
  body.home-journey-14-3 .intelligence-paths a{min-height:0!important;padding:14px 8px!important;grid-template-columns:24px 1fr 15px!important}
  body.home-journey-14-3 .intelligence-paths a strong{font-size:17px!important}

  body.home-journey-14-3 .governance-chapter{padding:32px 0!important}
  body.home-journey-14-3 .governance-grid{grid-template-columns:1fr!important;gap:16px!important}
  body.home-journey-14-3 .governance-chapter h2{font-size:clamp(31px,9.2vw,38px)!important}
  body.home-journey-14-3 .governance-grid>div:last-child{padding-left:0!important;border-left:0!important;border-top:1px solid rgba(186,222,226,.14)!important;padding-top:15px!important}
  body.home-journey-14-3 .governance-grid>div:last-child p{font-size:12.5px!important}

  body.home-journey-14-3 .final-cta-14{padding:44px 0 48px!important}
  body.home-journey-14-3 .final-cta-14 .final-grid{grid-template-columns:1fr!important;gap:22px!important}
  body.home-journey-14-3 .final-cta-14 .quote-title{font-size:clamp(36px,10.6vw,44px)!important}
  body.home-journey-14-3 .final-cta-14 .final-copy{padding-left:0!important;border-left:0!important}
}

@media(prefers-reduced-motion:reduce){
  body.home-journey-14-3 .method-num{box-shadow:none}
}

/* Specificity lock: the legacy C14.0 .direction-chapter .container rule is intentionally overridden here. */
body.home-journey-14-3 .direction-chapter-14-1 .direction-grid-14-1{
  width:min(calc(100% - 72px),var(--c143-editorial))!important;
  max-width:var(--c143-editorial)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
@media(max-width:1180px){
  body.home-journey-14-3 .direction-chapter-14-1 .direction-grid-14-1{width:min(calc(100% - 48px),100%)!important}
}
@media(max-width:760px){
  body.home-journey-14-3 .direction-chapter-14-1 .direction-grid-14-1{width:calc(100% - 32px)!important}
}


/* ===== candidate14_4.css ===== */
/* ONE BLACK Candidate 14.4 — Thematic Cinematic Heroes */
body.hero-cinematic-14-4 .page-hero{position:relative;min-height:0;background:#020c12!important;isolation:isolate;overflow:hidden;border-bottom:1px solid rgba(43,207,196,.16)}
body.hero-cinematic-14-4 .page-hero-inner{display:block!important;position:relative;z-index:4;min-height:470px!important;padding:64px 0 70px!important}
body.hero-cinematic-14-4 .page-hero-copy{position:relative;z-index:5;max-width:690px!important;padding:8px 0}
body.hero-cinematic-14-4 .page-hero-copy .page-title{max-width:680px!important;color:#f8fbfc!important;text-shadow:0 3px 34px rgba(0,0,0,.38)}
body.hero-cinematic-14-4 .page-hero-copy .body-xl{max-width:620px!important;color:#d7e5e8!important;text-shadow:0 2px 20px rgba(0,0,0,.30)}
body.hero-cinematic-14-4 .page-hero-media{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:0!important;border-radius:0!important;box-shadow:none!important;opacity:1!important;background:#020c12!important;z-index:0!important;overflow:hidden!important}
body.hero-cinematic-14-4 .page-hero-media>img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important;opacity:.96!important;filter:saturate(.92) contrast(1.06) brightness(.84)!important;transform:scale(1.004)!important}
body.hero-cinematic-14-4 .page-hero::before{content:""!important;position:absolute!important;inset:0!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(90deg,#020c12 0%,rgba(2,12,18,.99) 18%,rgba(2,16,24,.94) 35%,rgba(2,18,27,.66) 51%,rgba(2,12,18,.18) 68%,rgba(2,12,18,.08) 100%)!important}
body.hero-cinematic-14-4 .page-hero::after{content:""!important;position:absolute!important;inset:0!important;z-index:3!important;pointer-events:none!important;background:linear-gradient(0deg,rgba(1,8,13,.52),transparent 36%),radial-gradient(circle at 72% 50%,rgba(0,179,166,.08),transparent 30%)!important;box-shadow:inset 0 -1px 0 rgba(43,207,196,.16)!important}
body.hero-cinematic-14-4 .page-hero-media::before,body.hero-cinematic-14-4 .page-hero-media::after{display:none!important}
body.hero-cinematic-14-4 .page-hero-media .brand-micro3d{display:none!important}
body.hero-cinematic-14-4 .internal-hero-note{color:#abc3c8!important;opacity:.78!important}
body.hero-cinematic-14-4 .breadcrumbs{color:#9ab3b8!important}
body.hero-cinematic-14-4 .breadcrumbs a{color:#d1dfe2!important}
@media(max-width:1180px){
 body.hero-cinematic-14-4 .page-hero-inner{min-height:450px!important;padding:58px 0 62px!important}
 body.hero-cinematic-14-4 .page-hero-copy{max-width:610px!important}
 body.hero-cinematic-14-4 .page-hero::before{background:linear-gradient(90deg,#020c12 0%,rgba(2,12,18,.985) 22%,rgba(2,16,24,.92) 45%,rgba(2,18,27,.55) 67%,rgba(2,12,18,.18) 100%)!important}
}
@media(max-width:760px){
 body.hero-cinematic-14-4 .page-hero-inner{min-height:520px!important;padding:46px 0 50px!important;display:flex!important;align-items:flex-end!important}
 body.hero-cinematic-14-4 .page-hero-copy{max-width:100%!important;padding-top:150px!important}
 body.hero-cinematic-14-4 .page-hero-copy .page-title{font-size:clamp(38px,10.6vw,48px)!important;line-height:1.01!important}
 body.hero-cinematic-14-4 .page-hero-copy .body-xl{font-size:16px!important;line-height:1.58!important;max-width:100%!important}
 body.hero-cinematic-14-4 .page-hero-media{display:block!important;height:100%!important;border-radius:0!important}
 body.hero-cinematic-14-4 .page-hero-media>img{opacity:.72!important;object-position:64% center!important;filter:saturate(.82) contrast(1.05) brightness(.64)!important}
 body.hero-cinematic-14-4 .page-hero::before{background:linear-gradient(0deg,#020c12 0%,rgba(2,12,18,.99) 25%,rgba(2,12,18,.82) 48%,rgba(2,12,18,.34) 70%,rgba(2,12,18,.18) 100%),linear-gradient(90deg,rgba(2,12,18,.82),rgba(2,12,18,.16))!important}
 body.hero-cinematic-14-4 .page-hero::after{background:linear-gradient(0deg,rgba(1,8,13,.46),transparent 45%),radial-gradient(circle at 64% 27%,rgba(0,179,166,.09),transparent 34%)!important}
 body.hero-cinematic-14-4 .breadcrumbs{margin-bottom:18px!important}
 body.hero-cinematic-14-4 .internal-hero-note{margin-top:15px!important}
}
/* Home hero 14.4: stronger thematic scene while preserving copy legibility */
body.home-journey-14-4 .hero-media img{filter:saturate(.94) contrast(1.07) brightness(.84)!important}
body.home-journey-14-4 .hero::before{background:linear-gradient(90deg,#010a10 0%,rgba(1,10,16,.99) 20%,rgba(2,16,24,.94) 38%,rgba(2,18,27,.64) 53%,rgba(1,10,16,.12) 72%,rgba(1,10,16,.14) 100%),linear-gradient(0deg,rgba(1,10,16,.50),transparent 34%)!important}

/* Direção Técnica interna: autoridade institucional sem retrato protagonista */
body.direction-cinematic-14-4 .direction-profile-hero{position:relative;overflow:hidden;background:#020c12!important;isolation:isolate;border-bottom:1px solid rgba(43,207,196,.16)}
body.direction-cinematic-14-4 .direction-profile-hero::before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,#020c12 0%,rgba(2,12,18,.99) 19%,rgba(2,16,24,.94) 37%,rgba(2,18,27,.64) 53%,rgba(2,12,18,.14) 72%,rgba(2,12,18,.08) 100%)}
body.direction-cinematic-14-4 .direction-profile-hero::after{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background:linear-gradient(0deg,rgba(1,8,13,.50),transparent 38%),radial-gradient(circle at 73% 48%,rgba(0,179,166,.08),transparent 30%)}
body.direction-cinematic-14-4 .direction-profile-grid{position:relative;z-index:4;display:block!important;min-height:470px!important;padding:64px 0 70px!important}
body.direction-cinematic-14-4 .direction-profile-copy{position:relative;z-index:5;max-width:680px!important;padding:8px 0!important}
body.direction-cinematic-14-4 .direction-profile-media{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;margin:0!important;z-index:0!important;overflow:hidden!important;background:#020c12!important}
body.direction-cinematic-14-4 .direction-profile-media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important;opacity:.95!important;filter:saturate(.92) contrast(1.06) brightness(.82)!important;transform:scale(1.004)!important}
body.direction-cinematic-14-4 .direction-profile-vector{display:none!important}
body.direction-cinematic-14-4 .direction-profile-copy .page-title{color:#f8fbfc!important;text-shadow:0 3px 34px rgba(0,0,0,.38)}
body.direction-cinematic-14-4 .direction-profile-copy .body-xl{color:#d7e5e8!important;max-width:620px!important;text-shadow:0 2px 20px rgba(0,0,0,.30)}
@media(max-width:760px){body.direction-cinematic-14-4 .direction-profile-grid{min-height:530px!important;padding:46px 0 50px!important;display:flex!important;align-items:flex-end!important}body.direction-cinematic-14-4 .direction-profile-copy{max-width:100%!important;padding:150px 0 0!important}body.direction-cinematic-14-4 .direction-profile-media img{opacity:.70!important;object-position:64% center!important;filter:saturate(.82) contrast(1.05) brightness(.62)!important}body.direction-cinematic-14-4 .direction-profile-hero::before{background:linear-gradient(0deg,#020c12 0%,rgba(2,12,18,.99) 26%,rgba(2,12,18,.82) 49%,rgba(2,12,18,.35) 70%,rgba(2,12,18,.18) 100%),linear-gradient(90deg,rgba(2,12,18,.82),rgba(2,12,18,.16))}}


/* ===== candidate14_5.css ===== */
/* ==========================================================
   ONE BLACK Candidate 14.5 — SITEWIDE COHERENCE
   Auditoria global: copy, ritmo, densidade, heros temáticos,
   páginas de serviço, públicos, institucional, editorial,
   FAQ, contato e legais.
   ========================================================== */

/* 1) Base visual comum ----------------------------------------------------- */
body.site-refined-14-5{--c145-ink:#0a2b38;--c145-muted:#5a727b;--c145-line:#d7e3e6;--c145-paper:#f7fafb;--c145-navy:#020d13;--c145-navy2:#07303d;--c145-teal:#007f79;background:#f8fafb}
body.site-refined-14-5 main{overflow:hidden}
body.site-refined-14-5 .container{width:min(calc(100% - 56px),1320px)}
body.site-refined-14-5 .eyebrow{letter-spacing:.18em}
body.site-refined-14-5 .text-link{font-weight:760}

/* 2) Heros internos: menos altura, mais enquadramento e presença --------- */
body.site-refined-14-5.hero-cinematic-14-4 .page-hero-inner{min-height:430px!important;padding:50px 0 56px!important}
body.site-refined-14-5.hero-cinematic-14-4 .page-hero-copy{max-width:650px!important;padding:0}
body.site-refined-14-5.hero-cinematic-14-4 .page-hero-copy .page-title{font-size:clamp(48px,5vw,70px)!important;line-height:.99!important;letter-spacing:-.043em!important;max-width:650px!important}
body.site-refined-14-5.hero-cinematic-14-4 .page-hero-copy .body-xl{font-size:17.5px!important;line-height:1.62!important;max-width:610px!important;margin-top:19px!important}
body.site-refined-14-5.hero-cinematic-14-4 .page-hero::before{background:linear-gradient(90deg,#020c12 0%,rgba(2,12,18,.995) 20%,rgba(2,16,24,.95) 37%,rgba(2,18,27,.66) 52%,rgba(2,12,18,.20) 68%,rgba(2,12,18,.06) 100%)!important}
body.site-refined-14-5.hero-cinematic-14-4 .page-hero::after{background:linear-gradient(0deg,rgba(1,8,13,.46),transparent 36%),radial-gradient(circle at 72% 46%,rgba(0,179,166,.09),transparent 28%)!important}
body.site-refined-14-5.hero-cinematic-14-4 .page-hero-media>img{filter:saturate(.94) contrast(1.07) brightness(.82)!important}
body.site-refined-14-5 .breadcrumbs{margin-bottom:22px;font-size:12.5px;opacity:.84}
body.site-refined-14-5 .internal-hero-note{margin-top:20px}

/* Direção Técnica interna segue institucional, sem retrato protagonista. */
body.site-refined-14-5.direction-cinematic-14-4 .direction-profile-grid{min-height:430px!important;padding:50px 0 56px!important}
body.site-refined-14-5.direction-cinematic-14-4 .direction-profile-copy{max-width:650px!important;padding:0!important}
body.site-refined-14-5.direction-cinematic-14-4 .direction-profile-copy .page-title{font-size:clamp(48px,5vw,70px)!important;line-height:.99!important;letter-spacing:-.043em!important}
body.site-refined-14-5.direction-cinematic-14-4 .direction-profile-copy .body-xl{font-size:17.5px!important;line-height:1.62!important}

/* 3) Artigos: mesma gramática visual dos heros, com foco editorial -------- */
body.site-refined-14-5.article-cinematic-14-5 .article-hero{position:relative;isolation:isolate;overflow:hidden;padding:112px 0 62px!important;background:#020d13!important;border-bottom:1px solid rgba(43,207,196,.16)}
body.site-refined-14-5.article-cinematic-14-5 .article-hero::before{content:"";position:absolute;inset:0;z-index:-3;background-image:var(--article-hero-image);background-size:cover;background-position:center;filter:saturate(.90) contrast(1.06) brightness(.58);transform:scale(1.01)}
body.site-refined-14-5.article-cinematic-14-5 .article-hero::after{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#020c12 0%,rgba(2,12,18,.99) 28%,rgba(2,16,24,.92) 48%,rgba(2,12,18,.44) 70%,rgba(2,12,18,.18) 100%),linear-gradient(0deg,rgba(1,8,13,.48),transparent 40%)}
body.site-refined-14-5.article-cinematic-14-5 .article-hero .container{position:relative;z-index:2}
body.site-refined-14-5.article-cinematic-14-5 .article-hero h1{font-size:clamp(46px,5vw,68px)!important;line-height:1.01!important;max-width:850px!important;margin-bottom:18px!important}
body.site-refined-14-5.article-cinematic-14-5 .article-hero .article-deck{font-size:17.5px!important;line-height:1.66!important;max-width:760px!important;color:#d1e0e3!important}
body.site-refined-14-5.article-cinematic-14-5 .article-meta{margin-top:22px!important;gap:10px 16px!important;color:#9fc7c4!important}
body.site-refined-14-5.article-cinematic-14-5 .article-meta span{padding-right:16px;border-right:1px solid rgba(255,255,255,.13)}
body.site-refined-14-5.article-cinematic-14-5 .article-meta span:last-child{border-right:0}

/* 4) Densidade e hierarquia editorial ------------------------------------- */
body.site-refined-14-5.inner-page .section.c12-section{padding:66px 0!important}
body.site-refined-14-5.inner-page .c12-kicker{margin-bottom:10px!important}
body.site-refined-14-5.inner-page .c12-lede{font-size:clamp(31px,2.9vw,42px)!important;line-height:1.12!important;max-width:790px!important;margin-bottom:18px!important}
body.site-refined-14-5.inner-page .c12-intro{font-size:17.4px!important;line-height:1.72!important;max-width:820px!important;margin-bottom:28px!important}
body.site-refined-14-5.inner-page .c13-opening-grid{grid-template-columns:minmax(0,840px) minmax(280px,330px)!important;gap:54px!important}
body.site-refined-14-5.inner-page .c13-full-prose{margin-top:46px!important;padding-top:44px!important}
body.site-refined-14-5.inner-page .c13-full-prose>h2,body.site-refined-14-5.inner-page .prose>h2{font-size:clamp(30px,2.8vw,39px)!important;line-height:1.13!important;margin-top:44px!important;margin-bottom:18px!important}
body.site-refined-14-5.inner-page .prose p,body.site-refined-14-5.inner-page .prose li{font-size:16.4px!important;line-height:1.72!important}

/* Cards deixam de ocupar espaço por inércia. */
body.site-refined-14-5 .c12-card-grid{gap:13px!important;margin:24px 0 34px!important}
body.site-refined-14-5 .c12-card{padding:22px 23px 24px!important;min-height:164px!important;border-radius:13px!important;box-shadow:0 10px 30px rgba(4,31,43,.035)!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
body.site-refined-14-5 .c12-card:hover{transform:translateY(-2px);border-color:#a9d4d1;box-shadow:0 14px 36px rgba(4,31,43,.06)!important}
body.site-refined-14-5 .c12-card-no{margin-bottom:15px!important}
body.site-refined-14-5 .c12-card h3{font-size:17px!important;margin-bottom:7px!important}
body.site-refined-14-5 .c12-card p{font-size:15.2px!important;line-height:1.62!important}

body.site-refined-14-5 .process-rail{margin:24px 0 36px!important}
body.site-refined-14-5 .process-rail li{grid-template-columns:54px 1fr!important;gap:17px!important;padding:19px 0!important}
body.site-refined-14-5 .process-rail h3{font-size:17px!important;margin-bottom:5px!important}
body.site-refined-14-5 .process-rail p{font-size:15.5px!important;line-height:1.62!important}

body.site-refined-14-5 .deliverable-grid{gap:11px!important;margin:22px 0 32px!important}
body.site-refined-14-5 .deliverable{padding:20px 21px!important;border-radius:12px!important}
body.site-refined-14-5 .deliverable p{font-size:15px!important;line-height:1.6!important}
body.site-refined-14-5 .c12-highlight{margin:34px 0!important;padding:27px 30px!important}
body.site-refined-14-5 .c12-highlight p{font-size:23px!important;line-height:1.34!important}
body.site-refined-14-5 .related-services{margin:20px 0 30px!important}
body.site-refined-14-5 .related-service{padding:17px 18px!important}

/* 5) Públicos: cenários e confiança com menos “caixas” ------------------- */
body.site-refined-14-5 .c13-scenarios{margin-bottom:44px!important}
body.site-refined-14-5 .c13-scenario{min-height:166px!important;padding:21px 19px 22px!important}
body.site-refined-14-5 .c13-scenario span{margin-bottom:13px!important}
body.site-refined-14-5 .c13-scenario p{font-size:14.6px!important;line-height:1.58!important}
body.site-refined-14-5 .c13-trust-rail{margin-bottom:42px!important}
body.site-refined-14-5 .c13-trust-rail div{padding:16px 17px!important}

/* 6) Hubs / Centro de Inteligência / Serviços ---------------------------- */
body.site-refined-14-5 .c12-selector{margin:24px 0 34px!important}
body.site-refined-14-5 .c12-selector-row{padding:19px 0!important;gap:20px!important}
body.site-refined-14-5 .c12-article-grid{gap:13px!important;margin-top:24px!important}
body.site-refined-14-5 .c12-article-card{padding:22px!important;min-height:218px!important;border-radius:13px!important}
body.site-refined-14-5 .c12-article-card h3{font-size:22px!important;margin:12px 0 9px!important}
body.site-refined-14-5 .c12-article-card p{font-size:14.5px!important;line-height:1.6!important}
body.site-refined-14-5 .c12-dark-band{padding:58px 0!important;background:radial-gradient(circle at 82% 18%,rgba(0,179,166,.10),transparent 24%),linear-gradient(145deg,#02131b,#082f3e)!important}

/* 7) Artigos: leitura longa sem rolagem inflada -------------------------- */
body.site-refined-14-5 .article-body{max-width:800px!important}
body.site-refined-14-5 .article-body h2{font-size:34px!important;line-height:1.15!important;margin-top:44px!important;margin-bottom:16px!important}
body.site-refined-14-5 .article-body h3{font-size:20px!important;margin-top:30px!important}
body.site-refined-14-5 .article-body p,body.site-refined-14-5 .article-body li{font-size:16.3px!important;line-height:1.75!important}
body.site-refined-14-5 .article-body .article-note{padding:21px 23px!important;margin:27px 0!important}
body.site-refined-14-5 .article-references{margin-top:40px!important;padding-top:22px!important}
body.site-refined-14-5 .article-related{margin-top:38px!important;padding-top:24px!important}
body.site-refined-14-5 .article-related a{padding:16px 17px!important}

/* 8) FAQ, formulários e legais ------------------------------------------- */
body.site-refined-14-5 .faq.c12-faq details{background:transparent!important;border:0!important;border-bottom:1px solid var(--c145-line)!important;border-radius:0!important;padding:0!important}
body.site-refined-14-5 .faq.c12-faq summary{font-size:17px!important;line-height:1.45!important;padding:19px 42px 19px 0!important}
body.site-refined-14-5 .faq.c12-faq details p{padding:0 48px 20px 0!important;font-size:15.8px!important;line-height:1.68!important}
body.site-refined-14-5 .form-card{padding:31px!important;border-radius:15px!important;box-shadow:0 14px 38px rgba(4,31,43,.055)!important}
body.site-refined-14-5 .field input,body.site-refined-14-5 .field textarea,body.site-refined-14-5 .field select{padding:13px 14px!important;border-radius:9px!important}
body.site-refined-14-5 .field textarea{min-height:138px!important}
body.site-refined-14-5 .legal-principle{padding-top:52px!important;padding-bottom:52px!important}

/* 9) CTA final: um encerramento, não uma segunda hero -------------------- */
body.site-refined-14-5 .final-cta{padding:66px 0!important;background:radial-gradient(circle at 82% 22%,rgba(0,179,166,.14),transparent 26%),linear-gradient(105deg,#02141d,#073b48)!important}
body.site-refined-14-5 .final-grid{gap:58px!important}
body.site-refined-14-5 .final-grid .quote-title{font-size:clamp(31px,3.1vw,46px)!important;line-height:1.08!important}
body.site-refined-14-5 .final-copy p{font-size:16.5px!important;line-height:1.65!important;margin-bottom:20px!important}

/* 10) Footer mais compacto e silencioso ---------------------------------- */
body.site-refined-14-5 .site-footer{padding-top:50px!important}
body.site-refined-14-5 .footer-grid{gap:26px!important}
body.site-refined-14-5 .footer-bottom{margin-top:34px!important;padding-top:18px!important}

/* 11) Tablet -------------------------------------------------------------- */
@media(max-width:1100px){
 body.site-refined-14-5 .container{width:min(calc(100% - 42px),1240px)}
 body.site-refined-14-5.hero-cinematic-14-4 .page-hero-inner,body.site-refined-14-5.direction-cinematic-14-4 .direction-profile-grid{min-height:410px!important;padding:46px 0 50px!important}
 body.site-refined-14-5.hero-cinematic-14-4 .page-hero-copy .page-title,body.site-refined-14-5.direction-cinematic-14-4 .direction-profile-copy .page-title{font-size:clamp(44px,6.4vw,62px)!important}
 body.site-refined-14-5.inner-page .c13-opening-grid{grid-template-columns:1fr!important;gap:30px!important}
 body.site-refined-14-5.inner-page .c13-opening-grid .side-panel{max-width:760px}
 body.site-refined-14-5 .c12-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 body.site-refined-14-5.article-cinematic-14-5 .article-hero{padding:104px 0 58px!important}
}

/* 12) Mobile: narrativa guiada, sem empilhar “desktop pequeno” ----------- */
@media(max-width:760px){
 body.site-refined-14-5 .container{width:min(calc(100% - 30px),1240px)}
 body.site-refined-14-5.hero-cinematic-14-4 .page-hero-inner,body.site-refined-14-5.direction-cinematic-14-4 .direction-profile-grid{min-height:480px!important;padding:34px 0 38px!important;align-items:flex-end!important}
 body.site-refined-14-5.hero-cinematic-14-4 .page-hero-copy,body.site-refined-14-5.direction-cinematic-14-4 .direction-profile-copy{padding-top:118px!important}
 body.site-refined-14-5.hero-cinematic-14-4 .page-hero-copy .page-title,body.site-refined-14-5.direction-cinematic-14-4 .direction-profile-copy .page-title{font-size:clamp(36px,10.4vw,44px)!important;line-height:1.01!important}
 body.site-refined-14-5.hero-cinematic-14-4 .page-hero-copy .body-xl,body.site-refined-14-5.direction-cinematic-14-4 .direction-profile-copy .body-xl{font-size:15.7px!important;line-height:1.58!important;margin-top:14px!important}
 body.site-refined-14-5.hero-cinematic-14-4 .page-hero-media>img,body.site-refined-14-5.direction-cinematic-14-4 .direction-profile-media img{object-position:66% center!important;opacity:.68!important;filter:saturate(.84) contrast(1.06) brightness(.60)!important}
 body.site-refined-14-5.hero-cinematic-14-4 .page-hero::before{background:linear-gradient(0deg,#020c12 0%,rgba(2,12,18,.995) 27%,rgba(2,12,18,.84) 50%,rgba(2,12,18,.34) 72%,rgba(2,12,18,.12) 100%),linear-gradient(90deg,rgba(2,12,18,.78),rgba(2,12,18,.10))!important}
 body.site-refined-14-5 .breadcrumbs{margin-bottom:14px!important}
 body.site-refined-14-5.inner-page .section.c12-section{padding:46px 0!important}
 body.site-refined-14-5.inner-page .c12-lede{font-size:30px!important;line-height:1.11!important}
 body.site-refined-14-5.inner-page .c12-intro{font-size:16px!important;line-height:1.65!important}
 body.site-refined-14-5 .c12-card-grid,body.site-refined-14-5 .deliverable-grid{grid-template-columns:1fr!important}
 body.site-refined-14-5 .c12-card{min-height:0!important;padding:20px!important}
 body.site-refined-14-5 .process-rail li{grid-template-columns:40px 1fr!important;padding:16px 0!important}
 body.site-refined-14-5 .c12-highlight{padding:23px 21px!important}
 body.site-refined-14-5 .c12-highlight p{font-size:21px!important}
 body.site-refined-14-5 .c13-full-prose{margin-top:34px!important;padding-top:32px!important}
 body.site-refined-14-5 .c13-scenario{min-height:0!important;padding:18px 2px 19px!important}
 body.site-refined-14-5 .c13-trust-rail{grid-template-columns:1fr!important}
 body.site-refined-14-5 .c13-trust-rail div{border-right:0!important;border-bottom:1px solid var(--c145-line)!important}
 body.site-refined-14-5 .c13-trust-rail div:last-child{border-bottom:0!important}
 body.site-refined-14-5 .c12-selector-row{grid-template-columns:1fr!important;gap:7px!important;padding:17px 0!important}
 body.site-refined-14-5 .c12-selector-row p{grid-column:1!important}
 body.site-refined-14-5 .c12-article-grid{grid-template-columns:1fr!important}
 body.site-refined-14-5 .c12-article-card{min-height:0!important}
 body.site-refined-14-5.article-cinematic-14-5 .article-hero{padding:94px 0 44px!important}
 body.site-refined-14-5.article-cinematic-14-5 .article-hero::before{background-position:66% center;filter:saturate(.82) contrast(1.05) brightness(.48)}
 body.site-refined-14-5.article-cinematic-14-5 .article-hero::after{background:linear-gradient(0deg,#020c12 0%,rgba(2,12,18,.98) 37%,rgba(2,12,18,.69) 67%,rgba(2,12,18,.30) 100%),linear-gradient(90deg,rgba(2,12,18,.74),rgba(2,12,18,.15))}
 body.site-refined-14-5.article-cinematic-14-5 .article-hero h1{font-size:38px!important;line-height:1.02!important}
 body.site-refined-14-5.article-cinematic-14-5 .article-hero .article-deck{font-size:15.7px!important;line-height:1.62!important}
 body.site-refined-14-5.article-cinematic-14-5 .article-meta{font-size:11px!important;gap:7px 10px!important}
 body.site-refined-14-5.article-cinematic-14-5 .article-meta span{padding-right:10px}
 body.site-refined-14-5 .article-body h2{font-size:29px!important;margin-top:38px!important}
 body.site-refined-14-5 .article-body p,body.site-refined-14-5 .article-body li{font-size:15.9px!important;line-height:1.72!important}
 body.site-refined-14-5 .form-card{padding:22px!important}
 body.site-refined-14-5 .form-grid{grid-template-columns:1fr!important;gap:16px!important}
 body.site-refined-14-5 .field--full{grid-column:1!important}
 body.site-refined-14-5 .final-cta{padding:50px 0!important}
 body.site-refined-14-5 .final-grid{grid-template-columns:1fr!important;gap:26px!important}
 body.site-refined-14-5 .final-grid .quote-title{font-size:31px!important}
}

/* 13) Very wide screens: conteúdo permanece editorial, não “espalhado”. */
@media(min-width:1600px){
 body.site-refined-14-5 .container{max-width:1360px}
 body.site-refined-14-5.hero-cinematic-14-4 .page-hero-inner,body.site-refined-14-5.direction-cinematic-14-4 .direction-profile-grid{min-height:450px!important}
 body.site-refined-14-5 .c13-full-prose>h2,body.site-refined-14-5 .c13-full-prose>p,body.site-refined-14-5 .c13-full-prose>ul,body.site-refined-14-5 .c13-full-prose>ol{max-width:900px}
}


/* ===== candidate14_6.css ===== */
/* ==========================================================
   ONE BLACK Candidate 14.6 — COPY / SOURCES / TYPOGRAPHY AUDIT
   Benchmark-driven editorial refinement.
   Typography system: Source Serif 4 + Manrope only.
   ========================================================== */

body.site-audited-14-6{
  --serif:"Source Serif 4","Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif;
  --sans:"Manrope","Aptos","Segoe UI Variable","Segoe UI",Arial,sans-serif;
  font-family:var(--sans);
  font-kerning:normal;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* All editorial display typography shares one serif family. */
body.site-audited-14-6 :is(
  .display,.section-title,.page-title,.quote-title,.person-name,
  .prose h2,.article-card h3,.side-panel h3,.credential-title,
  .credential-title-line,.article-hero h1,.c12-lede,.c12-highlight p,
  .c12-article-card h3,.intelligence-paths a strong,.solution-panel h3
){
  font-family:var(--serif)!important;
  font-optical-sizing:auto;
  font-synthesis:none;
}

/* Interface, navigation, body, controls and compact headings remain Manrope. */
body.site-audited-14-6 :is(
  .primary-nav,.mobile-nav,.btn,.eyebrow,.breadcrumbs,.article-meta,
  .footer-links,.footer-contact,.field,.faq summary,.c12-kicker,
  .process-rail h3,.deliverable h3,.c12-card h3,.c13-scenario h3
){font-family:var(--sans)!important}

/* Benchmark-informed operational notes: explicit without looking like sales cards. */
body.site-audited-14-6 .c146-operational{
  margin:34px 0 42px!important;
  border-left:2px solid rgba(0,179,166,.64)!important;
  background:linear-gradient(90deg,rgba(0,179,166,.055),rgba(0,179,166,.012))!important;
}
body.site-audited-14-6 .c146-operational p{font-size:21px!important;line-height:1.48!important}
body.site-audited-14-6 .c146-operational strong{color:#0c4b55}

/* Institutional scope definition: converts abstract process into concrete pre-execution criteria. */
body.site-audited-14-6 .c146-scope-definition{
  margin:54px 0 64px;
  padding:46px 0 0;
  border-top:1px solid #d7e3e6;
}
body.site-audited-14-6 .c146-scope-definition>h2{
  max-width:760px;
  margin:7px 0 26px;
  font-family:var(--serif);
  font-size:clamp(31px,3vw,43px);
  line-height:1.12;
  letter-spacing:-.025em;
  color:#0d2c39;
}
body.site-audited-14-6 .c146-scope-definition .c12-card-grid{margin-top:0!important}

/* Source governance: readable primary-reference blocks. */
body.site-audited-14-6 .article-references.c146-normative,
body.site-audited-14-6 .c146-normative{
  margin:42px 0 30px;
  padding-top:28px;
  border-top:1px solid #d8e3e6;
}
body.site-audited-14-6 .c146-normative h2{font-size:27px!important;margin:0 0 16px!important}
body.site-audited-14-6 .c146-normative ul{margin:0;padding-left:20px}
body.site-audited-14-6 .c146-normative li+li{margin-top:9px}
body.site-audited-14-6 .c146-normative a{color:#006f6a;text-underline-offset:3px}
body.site-audited-14-6 .c146-source-principle{
  max-width:900px;
  margin-top:18px!important;
  padding:18px 20px;
  border-left:2px solid #00a89f;
  background:#f1f7f7;
  color:#405f69!important;
  font-size:15.5px!important;
  line-height:1.68!important;
}

body.site-audited-14-6 .c146-formalization{margin:28px 0 32px!important}
body.site-audited-14-6 .c146-formalization p{font-size:21px!important;line-height:1.5!important}

/* Long-form reading: keep measure disciplined after typographic unification. */
body.site-audited-14-6.article-page .article-body{max-width:790px!important}
body.site-audited-14-6.article-page .article-body p,
body.site-audited-14-6.article-page .article-body li{letter-spacing:-.004em}
body.site-audited-14-6.article-page .article-references a{font-weight:650}

@media(max-width:760px){
  body.site-audited-14-6 .c146-operational{margin:28px 0 34px!important;padding:21px!important}
  body.site-audited-14-6 .c146-operational p{font-size:19px!important;line-height:1.52!important}
  body.site-audited-14-6 .c146-scope-definition{margin:38px 0 46px;padding-top:34px}
  body.site-audited-14-6 .c146-scope-definition>h2{font-size:30px;line-height:1.12}
  body.site-audited-14-6 .c146-formalization p{font-size:19px!important}
  body.site-audited-14-6 .c146-normative h2{font-size:24px!important}
}


/* ===== candidate14_7.css ===== */
/* ONE BLACK Candidate 14.7 — Final Master Gate */
body.site-master-gate-14-7{font-family:var(--sans);text-rendering:optimizeLegibility}
body.site-master-gate-14-7 .c147-privacy-note{margin-top:18px;padding:16px 18px;border-left:2px solid #00a89f;background:#f1f7f7;color:#405f69;font-size:14.5px;line-height:1.62}
body.site-master-gate-14-7 .c147-privacy-note p{margin:0}.c147-privacy-note p+p{margin-top:8px!important}.c147-privacy-note a{color:#006f6a;font-weight:750;text-underline-offset:3px}
body.site-master-gate-14-7 .c147-policy-meta,body.site-master-gate-14-7 .c147-terms-meta{margin-bottom:28px;padding:22px 0;border-bottom:1px solid #d8e3e6}
body.site-master-gate-14-7 .c147-effective{font-size:16px;line-height:1.6;color:#536f79;margin:4px 0 0}
body.site-master-gate-14-7 .c147-policy-prose a{color:#006f6a;text-underline-offset:3px}
@media(max-width:760px){
 body.site-master-gate-14-7 .mobile-swipe-hint{font-size:13.5px!important;line-height:1.45!important}
 body.site-master-gate-14-7 .journey-kicker{font-size:12.5px!important}
 body.site-master-gate-14-7 .journey-index{font-size:12.5px!important}
 body.site-master-gate-14-7 .journey-card-copy>p:not(.journey-kicker){font-size:14px!important;line-height:1.52!important}
 body.site-master-gate-14-7 .journey-link{font-size:13.5px!important}
 body.site-master-gate-14-7 .solution-panel-desc{font-size:14px!important;line-height:1.55!important}
 body.site-master-gate-14-7 .solution-panel-use{font-size:13.5px!important;line-height:1.5!important}
 body.site-master-gate-14-7 .solution-panel-link{font-size:14px!important}
 body.site-master-gate-14-7 .method-num{font-size:12.5px!important}
 body.site-master-gate-14-7 .method h3{font-size:19px!important}
 body.site-master-gate-14-7 .method p{font-size:14px!important;line-height:1.52!important}
 body.site-master-gate-14-7 .direction-proof span,body.site-master-gate-14-7 .direction-proof strong{font-size:13.5px!important;line-height:1.45!important}
 body.site-master-gate-14-7 .direction-copy-14-1>.body-lg{font-size:14.5px!important;line-height:1.58!important}
 body.site-master-gate-14-7 .intelligence-stage .body-lg{font-size:14px!important;line-height:1.56!important}
 body.site-master-gate-14-7 .intelligence-paths a span{font-size:12.5px!important}
 body.site-master-gate-14-7 .governance-grid>div:last-child p{font-size:14px!important;line-height:1.56!important}
 body.site-master-gate-14-7 .governance-chapter .text-link{font-size:13.5px!important}
 body.site-master-gate-14-7 .microcopy{font-size:14px!important;line-height:1.5!important}
 body.site-master-gate-14-7 .article-meta{font-size:13px!important;line-height:1.45!important}
 body.site-master-gate-14-7 .breadcrumbs{font-size:13.5px!important}
 body.site-master-gate-14-7 .footer-presence,body.site-master-gate-14-7 .footer-links a,body.site-master-gate-14-7 .footer-contact{font-size:14px!important;line-height:1.55!important}
 body.site-master-gate-14-7 .footer-heading{font-size:13.5px!important}
 body.site-master-gate-14-7 .c147-privacy-note{font-size:14px;line-height:1.6}
}



/* ===== Candidate 14.9 — UX CONTINUITY + DIRECTION REFINEMENT ===== */
body.site-ux-refined-14-9{--return-glow:#28d8cf;--return-bg:rgba(3,34,43,.82)}

/* Direção Técnica — nome mais editorial, menor e em uma linha no desktop. */
@media (min-width: 1100px){
  body.site-ux-refined-14-9.direction-cinematic-14-4 .direction-profile-copy{max-width:980px!important;padding-top:22px!important}
  body.site-ux-refined-14-9.direction-cinematic-14-4 .direction-profile-copy .page-title{
    font-size:clamp(42px,4.1vw,58px)!important;
    line-height:1.02!important;
    letter-spacing:-.036em!important;
    max-width:none!important;
    white-space:nowrap!important;
    margin-top:34px!important;
    margin-bottom:20px!important;
  }
  body.site-ux-refined-14-9.direction-cinematic-14-4 .direction-profile-copy .body-xl{max-width:720px!important}
}
@media (min-width:761px) and (max-width:1099px){
  body.site-ux-refined-14-9.direction-cinematic-14-4 .direction-profile-copy{max-width:790px!important;padding-top:18px!important}
  body.site-ux-refined-14-9.direction-cinematic-14-4 .direction-profile-copy .page-title{font-size:42px!important;line-height:1.04!important;letter-spacing:-.03em!important;margin-top:28px!important;max-width:none!important}
}
@media (max-width:760px){
  body.site-ux-refined-14-9.direction-cinematic-14-4 .direction-profile-copy .page-title{font-size:38px!important;line-height:1.02!important;margin-top:20px!important}
}

/* Direção Técnica — retrato real integrado somente nesta página. */
body.site-ux-refined-14-9.family-direcao .side-panel.c12-side{overflow:hidden!important}
body.site-ux-refined-14-9.family-direcao .direction-portrait-card{
  position:relative;margin:28px -31px -33px!important;overflow:hidden;background:#031923;border-top:1px solid rgba(0,127,121,.18)
}
body.site-ux-refined-14-9.family-direcao .direction-portrait-card::after{
  content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,18,26,.82) 0%,rgba(2,18,26,.12) 42%,transparent 68%);pointer-events:none
}
body.site-ux-refined-14-9.family-direcao .direction-portrait-card img{
  display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:center 20%;filter:saturate(.92) contrast(1.04) brightness(.96)
}
body.site-ux-refined-14-9.family-direcao .direction-portrait-card figcaption{
  position:absolute;z-index:2;left:20px;right:20px;bottom:18px;color:#eaf7f7;font:700 12px/1.45 var(--sans);letter-spacing:.07em;text-transform:uppercase
}
@media(max-width:1024px){
  body.site-ux-refined-14-9.family-direcao .direction-portrait-card{margin:26px -25px -27px!important;max-width:520px}
}

/* Alinhamento editorial das aberturas em duas colunas. JS define --opening-align-offset
   pela posição real do título principal, evitando desalinhamento entre páginas. */
@media(min-width:1100px){
  body.site-ux-refined-14-9.inner-page .c13-opening-grid>.side-panel{
    margin-top:var(--opening-align-offset,0px)!important;
    align-self:start!important;
  }
}
@media(max-width:1099px){
  body.site-ux-refined-14-9.inner-page .c13-opening-grid>.side-panel{margin-top:0!important}
}

/* Return Beacon — continuidade contextual no fim do hero de páginas internas. */
body.site-ux-refined-14-9 .page-hero-inner,
body.site-ux-refined-14-9 .direction-profile-grid,
body.site-ux-refined-14-9.article-page .article-hero>.container{position:relative!important}
body.site-ux-refined-14-9 .journey-return{
  position:absolute;z-index:12;right:0;bottom:0;display:inline-flex;align-items:center;gap:9px;
  min-height:40px;padding:9px 14px;border-radius:999px;border:1px solid rgba(74,224,214,.52);
  background:linear-gradient(180deg,rgba(4,45,55,.88),rgba(2,25,33,.88));color:#dffcf9!important;
  font:720 12.5px/1.2 var(--sans);letter-spacing:.015em;text-decoration:none!important;
  box-shadow:0 0 0 1px rgba(0,179,166,.06),0 0 22px rgba(0,179,166,.20),0 8px 24px rgba(0,0,0,.20);
  backdrop-filter:blur(10px);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease
}
body.site-ux-refined-14-9 .journey-return::before{content:"←";font-size:15px;line-height:1;color:#79efe7}
body.site-ux-refined-14-9 .journey-return::after{
  content:"";position:absolute;inset:-5px;border-radius:999px;border:1px solid rgba(40,216,207,.12);opacity:.65;animation:returnBeaconPulse 2.7s ease-in-out infinite;pointer-events:none
}
body.site-ux-refined-14-9 .journey-return:hover,
body.site-ux-refined-14-9 .journey-return:focus-visible{transform:translateY(-2px);border-color:#65eee5;background:linear-gradient(180deg,rgba(5,60,70,.96),rgba(2,31,40,.96));box-shadow:0 0 28px rgba(0,179,166,.34),0 10px 28px rgba(0,0,0,.25)}
@keyframes returnBeaconPulse{0%,100%{opacity:.25;transform:scale(1)}50%{opacity:.75;transform:scale(1.025)}}
@media(prefers-reduced-motion:reduce){body.site-ux-refined-14-9 .journey-return::after{animation:none}}
@media(max-width:760px){
  body.site-ux-refined-14-9 .journey-return{right:0;bottom:-2px;max-width:min(86vw,320px);font-size:12px;padding:9px 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}

/* Jornada por público: pequenas pistas de contexto reforçam que cada página é um capítulo próprio. */
body.site-ux-refined-14-9.family-publico .c13-scenarios{position:relative}
body.site-ux-refined-14-9.family-publico .c13-scenarios::before{
  content:"Jornada específica para este contexto";display:block;margin:0 0 13px;color:#008f8b;font:800 11px/1.3 var(--sans);letter-spacing:.16em;text-transform:uppercase
}


/* =========================================================
   C14.9 R2 — HOME / SOLUTION EXPLORER
   Luxury density + vertically centered copy, preserving C14.9 baseline
   ========================================================= */
body.home-journey-14-2 .home-services-journey{padding:72px 0 78px!important}
body.home-journey-14-2 .solutions-head{margin-bottom:30px!important}
body.home-journey-14-2 .solutions-intro::before{
  content:"ENCONTRE O CAMINHO ADEQUADO";display:block;margin-bottom:10px;
  color:#087f7b;font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;
}
body.home-journey-14-2 .solution-explorer{min-height:430px!important;gap:16px!important}
body.home-journey-14-2 .solution-stage{min-height:430px!important}
body.home-journey-14-2 .solution-tab{min-height:82px!important;padding-top:14px!important;padding-bottom:14px!important}
body.home-journey-14-2 .solution-panel{
  border-radius:14px!important;
  box-shadow:0 26px 70px rgba(4,27,38,.15),0 1px 0 rgba(255,255,255,.05) inset!important;
}
body.home-journey-14-2 .solution-panel::before{
  background:
    linear-gradient(90deg,rgba(1,12,19,.985) 0%,rgba(1,18,26,.91) 39%,rgba(1,18,26,.47) 66%,rgba(1,18,26,.13) 100%),
    linear-gradient(0deg,rgba(0,11,17,.46),transparent 62%)!important;
}
body.home-journey-14-2 .solution-panel::after{
  width:52%!important;height:78%!important;right:1%!important;top:7%!important;
  background:radial-gradient(ellipse at 58% 47%,rgba(42,216,206,.20),rgba(20,115,125,.07) 42%,transparent 72%)!important;
  filter:blur(27px)!important;
}
body.home-journey-14-2 .solution-panel>img{
  object-position:66% 50%!important;
  filter:saturate(.82) contrast(1.08) brightness(.81)!important;
  transform:scale(1.012);
}
body.home-journey-14-2 .solution-panel-copy{
  top:50%!important;bottom:auto!important;transform:translateY(-50%);
  left:40px!important;right:42%!important;max-width:610px!important;
}
body.home-journey-14-2 .solution-panel .solution-context{
  margin-bottom:10px!important;font-size:10.5px!important;line-height:1.35!important;
  letter-spacing:.085em!important;text-transform:uppercase!important;font-weight:800!important;
}
body.home-journey-14-2 .solution-panel h3{
  font-size:clamp(34px,2.75vw,46px)!important;line-height:1.02!important;
}
body.home-journey-14-2 .solution-panel-desc{
  margin-top:14px!important;font-size:14px!important;line-height:1.52!important;max-width:570px!important;
}
body.home-journey-14-2 .solution-panel-use{
  margin-top:10px!important;font-size:12.4px!important;line-height:1.5!important;max-width:570px!important;
}
body.home-journey-14-2 .solution-panel-link{
  margin-top:17px!important;font-size:12.5px!important;letter-spacing:.01em;
  text-underline-offset:4px;
}
body.home-journey-14-2 .solution-panel-link:hover{color:#b5fff9;text-shadow:0 0 18px rgba(75,231,220,.32)}

@media (max-width:1180px){
  body.home-journey-14-2 .solution-explorer{min-height:410px!important}
  body.home-journey-14-2 .solution-stage{min-height:410px!important}
  body.home-journey-14-2 .solution-panel-copy{left:32px!important;right:35%!important}
  body.home-journey-14-2 .solution-panel h3{font-size:clamp(32px,4vw,42px)!important}
}
@media (max-width:820px){
  body.home-journey-14-2 .solution-stage{min-height:420px!important}
  body.home-journey-14-2 .solution-panel-copy{left:28px!important;right:29%!important}
}
@media (max-width:620px){
  body.home-journey-14-2 .home-services-journey{padding:58px 0 62px!important}
  body.home-journey-14-2 .solution-stage{min-height:430px!important}
  body.home-journey-14-2 .solution-panel::before{
    background:linear-gradient(0deg,rgba(1,13,20,.99) 0%,rgba(1,18,26,.91) 51%,rgba(1,18,26,.32) 77%,rgba(1,18,26,.09) 100%)!important;
  }
  body.home-journey-14-2 .solution-panel>img{object-position:58% 30%!important;transform:none}
  body.home-journey-14-2 .solution-panel-copy{
    top:auto!important;bottom:22px!important;transform:none!important;left:22px!important;right:22px!important;
  }
  body.home-journey-14-2 .solution-panel h3{font-size:32px!important}
  body.home-journey-14-2 .solution-panel-desc{font-size:13.6px!important;line-height:1.48!important}
  body.home-journey-14-2 .solution-panel-use{font-size:12.2px!important}
}

/* =========================================================
   EVIDÊNCIA ONE — SPRINT 01
   Anti-regressão + clareza imediata + continuidade de jornada
   IMPORTANT: nenhuma regra abaixo altera asset/crop/altura dos heros internos LOCKED.
   ========================================================= */
body.site-evidencia-one{--eone-teal:#35dcd1;--eone-line:rgba(53,220,209,.28)}

/* Home — clareza em 5 segundos sem reabrir H1, imagem ou composição do hero. */
body.site-evidencia-one .eone-hero-clarity{max-width:780px;margin:18px 0 0;padding-left:15px;border-left:1px solid rgba(81,229,220,.38)}
body.site-evidencia-one .eone-hero-clarity p{margin:0;color:#dce9eb;font-family:var(--sans)}
body.site-evidencia-one .eone-hero-audiences{font-size:13.5px;line-height:1.5;font-weight:700;letter-spacing:-.01em}
body.site-evidencia-one .eone-hero-services{margin-top:6px!important;color:#9fb9be!important;font-size:12.2px;line-height:1.48;font-weight:560}
body.site-evidencia-one .eone-hero-trust{display:flex;flex-wrap:wrap;gap:8px 16px;max-width:900px;margin:16px 0 0;padding-top:13px;border-top:1px solid rgba(255,255,255,.09)}
body.site-evidencia-one .eone-trust-item{display:flex;align-items:baseline;gap:6px;color:#b8cdd0;font-family:var(--sans);white-space:nowrap}
body.site-evidencia-one .eone-trust-item strong{color:#78eee6;font-size:12.5px;font-weight:800;letter-spacing:.015em}
body.site-evidencia-one .eone-trust-item small{font-size:10.8px;line-height:1.35;color:#a6bcc0}
@media(max-width:760px){
 body.site-evidencia-one .eone-hero-clarity{margin-top:15px;padding-left:12px}
 body.site-evidencia-one .eone-hero-audiences{font-size:12.7px}
 body.site-evidencia-one .eone-hero-services{font-size:11.5px}
 body.site-evidencia-one .eone-hero-trust{gap:8px 12px;margin-top:14px;padding-top:11px}
 body.site-evidencia-one .eone-trust-item{white-space:normal;flex:1 1 46%;align-items:flex-start;flex-direction:column;gap:1px}
 body.site-evidencia-one .eone-trust-item strong{font-size:12px}
 body.site-evidencia-one .eone-trust-item small{font-size:10.5px}
}

/* Header — nome completo do hub editorial, mantendo a mesma arquitetura. */
@media(min-width:1181px){
 body.site-evidencia-one .primary-nav{gap:1px!important}
 body.site-evidencia-one .nav-trigger,body.site-evidencia-one .nav-link{padding-left:9px;padding-right:9px}
 body.site-evidencia-one:not(.inner-page) .primary-nav{gap:16px!important}
}

/* CTAs contextuais: ação específica primeiro, contratação institucional depois. */
body.site-evidencia-one .eone-context-cta{max-width:100%;white-space:normal;text-align:center;line-height:1.25;padding-top:11px;padding-bottom:11px}

/* Jornadas dos quatro públicos: os cards existentes passam a conduzir ao próximo passo. */
body.site-evidencia-one.family-publico .c13-opening-grid .c12-card{display:flex;flex-direction:column}
body.site-evidencia-one .eone-path-link{display:inline-flex;align-items:center;margin-top:auto;padding-top:16px;color:#087f7b;font:750 12.2px/1.4 var(--sans);text-decoration:none;border-top:1px solid rgba(11,127,123,.12)}
body.site-evidencia-one .eone-path-link:hover,body.site-evidencia-one .eone-path-link:focus-visible{color:#045e5b;text-decoration:underline;text-underline-offset:4px}

/* Visão geral de Serviços — pergunta técnica como ponto de entrada. */
body.site-evidencia-one .eone-service-question{margin:26px 0 30px;padding:19px 22px;border:1px solid rgba(0,127,121,.17);border-radius:14px;background:linear-gradient(135deg,rgba(0,127,121,.055),rgba(255,255,255,.72));box-shadow:0 12px 32px rgba(2,33,42,.045)}
body.site-evidencia-one .eone-service-question-kicker{margin:0 0 5px;color:#087f7b;font:800 10.5px/1.3 var(--sans);letter-spacing:.15em}
body.site-evidencia-one .eone-service-question-title{margin:0;color:#0a2731;font:650 22px/1.22 var(--serif);letter-spacing:-.018em}
body.site-evidencia-one .eone-service-question-copy{max-width:820px;margin:7px 0 0;color:#53666d;font:500 13.6px/1.58 var(--sans)}

/* Opening grids — reforço de alinhamento apenas de conteúdo; não toca nos heros. */
@media(min-width:1100px){
 body.site-evidencia-one .c13-opening-grid{align-items:start!important}
 body.site-evidencia-one .c13-opening-grid>.side-panel{position:relative!important}
}

/* 404 — rotas úteis. */
body.site-evidencia-one .eone-404-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}

/* =========================================================
   EVIDÊNCIA ONE — SPRINT 02
   Dados institucionais fora da Home + seção institucional exclusiva
   ========================================================= */

/* Home: presença nacional continua como narrativa, sem bloco de métricas institucionais. */
body.site-evidencia-one .presence-section .presence-grid{
  grid-template-columns:minmax(340px,.92fr) minmax(500px,1.35fr)!important;
  column-gap:clamp(36px,5vw,78px)!important;
  align-items:center!important;
}
body.site-evidencia-one .presence-section .presence-copy{grid-column:1!important;grid-row:1!important}
body.site-evidencia-one .presence-section .map-stage{grid-column:2!important;grid-row:1!important}
body.site-evidencia-one .presence-section .presence-signature{
  grid-column:1/-1!important;grid-row:2!important;
  justify-self:end!important;margin-top:2px!important;
}
@media(max-width:1024px){
  body.site-evidencia-one .presence-section .presence-grid{grid-template-columns:1fr 1.04fr!important;gap:28px!important}
}
@media(max-width:760px){
  body.site-evidencia-one .presence-section .presence-grid{grid-template-columns:1fr!important;gap:22px!important}
  body.site-evidencia-one .presence-section .presence-copy,
  body.site-evidencia-one .presence-section .map-stage,
  body.site-evidencia-one .presence-section .presence-signature{grid-column:1!important;grid-row:auto!important}
  body.site-evidencia-one .presence-section .presence-signature{justify-self:start!important}
}

/* Institucional: credenciais oficiais em um único capítulo premium. */
body.site-evidencia-one.inner-page .eone-institutional-credentials{
  position:relative;overflow:hidden;padding:76px 0 80px;
  background:
    radial-gradient(ellipse at 82% 18%,rgba(21,190,180,.15),transparent 36%),
    radial-gradient(ellipse at 10% 105%,rgba(16,92,115,.18),transparent 42%),
    linear-gradient(135deg,#04131b 0%,#061d27 48%,#03202a 100%);
  border-top:1px solid rgba(97,228,218,.12);border-bottom:1px solid rgba(97,228,218,.12);
}
body.site-evidencia-one.inner-page .eone-institutional-credentials::before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.26;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);
  background-size:52px 52px;mask-image:linear-gradient(90deg,transparent,black 20%,black 80%,transparent);
}
body.site-evidencia-one .eone-credentials-shell{position:relative;z-index:1}
body.site-evidencia-one .eone-credentials-head{
  display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.55fr);gap:clamp(42px,6vw,90px);align-items:end;margin-bottom:34px;
}
body.site-evidencia-one .eone-credentials-head .eyebrow{color:#78eee6;margin-bottom:12px}
body.site-evidencia-one .eone-credentials-head h2{
  max-width:790px;margin:0;color:#f4f8f8;font-family:var(--serif);font-size:clamp(38px,3.6vw,54px);font-weight:520;line-height:1.04;letter-spacing:-.034em;
}
body.site-evidencia-one .eone-credentials-head>p{
  max-width:410px;margin:0 0 4px;color:#a9c1c6;font:500 14px/1.65 var(--sans);
}
body.site-evidencia-one .eone-credentials-grid{
  display:grid;grid-template-columns:1.35fr repeat(4,minmax(0,1fr));
  border:1px solid rgba(112,229,219,.16);border-radius:18px;overflow:hidden;
  background:linear-gradient(180deg,rgba(255,255,255,.042),rgba(255,255,255,.018));
  box-shadow:0 28px 80px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.035);
  backdrop-filter:blur(8px);
}
body.site-evidencia-one .eone-credential{
  min-height:220px;padding:28px 24px 25px;display:flex;flex-direction:column;justify-content:space-between;gap:24px;
  border-left:1px solid rgba(112,229,219,.11);position:relative;
}
body.site-evidencia-one .eone-credential:first-child{border-left:0}
body.site-evidencia-one .eone-credential::after{
  content:"";position:absolute;left:22px;right:22px;bottom:0;height:1px;opacity:0;
  background:linear-gradient(90deg,transparent,#53ded4,transparent);transition:opacity .25s ease;
}
body.site-evidencia-one .eone-credential:hover::after{opacity:.7}
body.site-evidencia-one .eone-credential-icon{
  width:42px;height:42px;border:1px solid rgba(105,235,225,.25);border-radius:50%;display:grid;place-items:center;
  color:#6fe8df;background:radial-gradient(circle at 35% 30%,rgba(64,224,213,.16),rgba(8,43,53,.12));
  box-shadow:0 0 30px rgba(19,194,184,.08);
}
body.site-evidencia-one .eone-credential-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
body.site-evidencia-one .eone-credential small{
  display:block;margin-bottom:8px;color:#6fa4aa;font:800 9.5px/1.3 var(--sans);letter-spacing:.145em;
}
body.site-evidencia-one .eone-credential strong{
  display:block;color:#f4f9f9;font-family:var(--serif);font-size:clamp(25px,2vw,34px);font-weight:560;line-height:1.06;letter-spacing:-.025em;
}
body.site-evidencia-one .eone-credential--identity strong{font-size:clamp(23px,1.75vw,30px);line-height:1.12}
body.site-evidencia-one .eone-credential p{margin:9px 0 0;color:#a9c1c6;font:520 12.3px/1.48 var(--sans)}
@media(max-width:1180px){
  body.site-evidencia-one .eone-credentials-grid{grid-template-columns:1.3fr 1fr 1fr}
  body.site-evidencia-one .eone-credential:nth-child(4),body.site-evidencia-one .eone-credential:nth-child(5){border-top:1px solid rgba(112,229,219,.11)}
}
@media(max-width:820px){
  body.site-evidencia-one.inner-page .eone-institutional-credentials{padding:62px 0 66px}
  body.site-evidencia-one .eone-credentials-head{grid-template-columns:1fr;gap:16px;margin-bottom:26px}
  body.site-evidencia-one .eone-credentials-head h2{font-size:clamp(35px,7vw,46px)}
  body.site-evidencia-one .eone-credentials-grid{grid-template-columns:1fr 1fr}
  body.site-evidencia-one .eone-credential{min-height:190px;border-top:1px solid rgba(112,229,219,.11)}
  body.site-evidencia-one .eone-credential:nth-child(odd){border-left:0}
  body.site-evidencia-one .eone-credential:first-child{grid-column:1/-1;border-top:0}
}
@media(max-width:560px){
  body.site-evidencia-one .eone-credentials-grid{grid-template-columns:1fr}
  body.site-evidencia-one .eone-credential,body.site-evidencia-one .eone-credential:first-child{grid-column:1;border-left:0;min-height:0;padding:22px 21px;display:grid;grid-template-columns:42px 1fr;align-items:start;justify-content:start;gap:15px}
  body.site-evidencia-one .eone-credential>div{min-width:0}
  body.site-evidencia-one .eone-credential strong{font-size:27px}
  body.site-evidencia-one .eone-credential--identity strong{font-size:24px}
}


/* =========================================================
   EVIDÊNCIA ONE — SPRINT 07 | DECISION EXPERIENCE
   Clean layer: Presença Nacional + Ecossistema Médico
   ========================================================= */
body.site-evidencia-one .presence-section--approved{position:relative;overflow:hidden;padding:56px 0 48px;background:radial-gradient(ellipse at 68% 42%,rgba(0,196,187,.13),transparent 38%),linear-gradient(112deg,#05242d 0%,#062d37 50%,#05232c 100%)}
body.site-evidencia-one .presence-section--approved::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.18;background-image:linear-gradient(rgba(70,223,215,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(70,223,215,.026) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(90deg,transparent,#000 15%,#000 85%,transparent)}
body.site-evidencia-one .presence-section--approved .container{width:min(calc(100% - 72px),1560px);max-width:none;position:relative;z-index:1}
body.site-evidencia-one .presence-section--approved .presence-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(560px,1.04fr) 98px;grid-template-rows:auto auto;column-gap:50px;row-gap:34px;align-items:center}
body.site-evidencia-one .presence-section--approved .presence-copy{grid-column:1;grid-row:1;max-width:620px;align-self:end}
body.site-evidencia-one .presence-section--approved .presence-copy .section-title{font-size:clamp(42px,3.25vw,60px);line-height:1.035;letter-spacing:-.034em;max-width:610px;margin:0}
body.site-evidencia-one .presence-section--approved .presence-copy .body-lg{font-size:17px;line-height:1.55;max-width:560px;margin:20px 0 0;color:#d4e1e3}
body.site-evidencia-one .presence-section--approved .presence-cta{margin-top:22px;min-height:54px;padding:13px 23px;border-radius:10px}
body.site-evidencia-one .presence-section--approved .presence-stats{grid-column:1;grid-row:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:790px;margin:0;padding:0}
body.site-evidencia-one .presence-section--approved .presence-stats .stat{min-height:112px;padding:0 22px;border:0;border-right:1px solid rgba(217,239,241,.22);display:grid;grid-template-columns:52px 1fr;gap:14px;align-content:start}
body.site-evidencia-one .presence-section--approved .presence-stats .stat:first-child{padding-left:0}.presence-section--approved .presence-stats .stat:last-child{border-right:0;padding-right:0}
body.site-evidencia-one .presence-section--approved .stat-icon{width:48px;height:48px;border:1px solid #28d8cf;border-radius:50%;display:grid;place-items:center;color:#35e2d8;box-shadow:0 0 26px rgba(0,211,197,.12)}
body.site-evidencia-one .presence-section--approved .stat-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
body.site-evidencia-one .presence-section--approved .presence-stats strong{display:block;font-family:var(--serif);font-size:clamp(31px,2.1vw,41px);line-height:.98;font-weight:520;color:#f7fbfb;letter-spacing:-.028em}
body.site-evidencia-one .presence-section--approved .presence-stats .stat--place strong{font-size:clamp(26px,1.65vw,34px)}
body.site-evidencia-one .presence-section--approved .presence-stats .stat span:not(.stat-icon){display:block;margin-top:8px;max-width:19ch;color:#d5e2e4;font-size:13px;line-height:1.4}
body.site-evidencia-one .presence-section--approved .map-stage{grid-column:2;grid-row:1 / span 2;display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:0;background:transparent;border:0;box-shadow:none}
body.site-evidencia-one .presence-section--approved .map-stage::before,body.site-evidencia-one .presence-section--approved .map-stage::after{display:none}
body.site-evidencia-one .presence-section--approved .map-stage img{display:block;width:min(100%,690px);height:auto;max-width:690px;object-fit:contain;transform:scale(1.05);transform-origin:center;filter:none;mix-blend-mode:normal}
body.site-evidencia-one .presence-section--approved .presence-signature{grid-column:3;grid-row:1 / span 2;align-self:end;margin-bottom:8px;padding-left:24px;border-left:1px solid rgba(255,255,255,.42);display:flex;flex-direction:column;gap:8px;color:#eff7f7;font-size:11px;letter-spacing:.2em;font-weight:700}.presence-section--approved .presence-signature i{width:36px;height:3px;margin-top:8px;background:#32dcd3}
body.site-evidencia-one .presence-section--approved + .method-chapter-14{padding-top:clamp(72px,7vw,108px)}

/* Decision experience */
.decision-commercial-note{margin-top:18px;padding:18px 20px;border-left:2px solid var(--teal-2);background:rgba(4,43,53,.04)}

/* Ecosystem */
.family-ecosystem .ecosystem-hero .page-hero-media img{object-position:center 42%}
.decision-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(34px,6vw,92px);align-items:start}
.ecosystem-pillars{display:grid;grid-template-columns:repeat(5,1fr);margin-top:54px;border-top:1px solid rgba(7,65,75,.12)}
.ecosystem-pillars article{padding:28px 24px 8px;border-right:1px solid rgba(7,65,75,.10)}.ecosystem-pillars article:first-child{padding-left:0}.ecosystem-pillars article:last-child{border-right:0}.ecosystem-pillars span,.ecosystem-flow span{font:800 11px/1 var(--sans);letter-spacing:.18em;color:var(--teal-2)}
.ecosystem-role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:42px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.09)}.ecosystem-role-grid article{min-height:210px;padding:30px;background:#072934}.ecosystem-role-grid h3{font-family:var(--serif);font-size:25px;margin:0 0 12px}.ecosystem-role-grid p{color:#c9d9dc}.ecosystem-section-lead{max-width:760px}
.ecosystem-flow{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:48px}.ecosystem-flow article{padding:26px 24px;border-top:1px solid rgba(7,65,75,.14);border-right:1px solid rgba(7,65,75,.10)}.ecosystem-flow article:last-child{border-right:0}.ecosystem-flow h3{font-family:var(--serif);font-size:23px;margin:14px 0 8px}.ecosystem-flow p{font-size:14px}
.ecosystem-territory{background:#eef5f5}.ecosystem-territory-card{padding:32px;border:1px solid rgba(7,65,75,.14);background:rgba(255,255,255,.72)}.ecosystem-territory-card strong{font-family:var(--serif);font-size:34px}.ecosystem-territory-card ul{margin:20px 0 0;padding-left:18px;line-height:1.8}
.ecosystem-guardrail{margin:28px 0;padding:22px;border-left:2px solid #3de0d6;background:rgba(61,224,214,.07);font-family:var(--serif);font-size:24px;line-height:1.3}
.ecosystem-form{margin-top:48px}.ecosystem-form fieldset{border:0;border-top:1px solid rgba(7,65,75,.13);padding:30px 0;margin:0}.ecosystem-form legend{padding:0 18px 0 0;font:800 12px/1 var(--sans);letter-spacing:.16em;text-transform:uppercase;color:#087b7b}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.ecosystem-form label{display:grid;gap:8px;font-size:13px;font-weight:700;color:#153c43}.ecosystem-form input,.ecosystem-form select,.ecosystem-form textarea{width:100%;border:1px solid rgba(7,65,75,.18);background:#fff;padding:13px 14px;border-radius:8px;font:500 15px/1.4 var(--sans);color:#082b34}.ecosystem-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 20px;margin-bottom:24px}.ecosystem-checks label,.ecosystem-consents label{display:flex;grid-template-columns:none;align-items:flex-start;gap:10px;font-weight:500}.ecosystem-checks input,.ecosystem-consents input{width:auto;margin-top:3px}.ecosystem-consents{display:grid;gap:12px}.form-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.form-actions .microcopy{max-width:520px}.ecosystem-faq .faq-list{margin-top:34px}
@media(max-width:1180px){body.site-evidencia-one .presence-section--approved .presence-grid{grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr)}body.site-evidencia-one .presence-section--approved .presence-signature{display:none}.ecosystem-pillars{grid-template-columns:repeat(3,1fr)}.ecosystem-role-grid{grid-template-columns:repeat(2,1fr)}.ecosystem-flow{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){body.site-evidencia-one .presence-section--approved{padding:46px 0 40px}body.site-evidencia-one .presence-section--approved .container{width:min(calc(100% - 30px),760px)}body.site-evidencia-one .presence-section--approved .presence-grid{grid-template-columns:1fr;gap:26px}body.site-evidencia-one .presence-section--approved .presence-copy,body.site-evidencia-one .presence-section--approved .presence-stats,body.site-evidencia-one .presence-section--approved .map-stage{grid-column:1;grid-row:auto}body.site-evidencia-one .presence-section--approved .map-stage{order:2}body.site-evidencia-one .presence-section--approved .presence-stats{order:3;grid-template-columns:1fr}body.site-evidencia-one .presence-section--approved .presence-stats .stat{border-right:0;border-bottom:1px solid rgba(217,239,241,.16);padding:14px 0;min-height:auto}body.site-evidencia-one .presence-section--approved .presence-stats .stat:last-child{border-bottom:0}.decision-grid{grid-template-columns:1fr;gap:20px}.ecosystem-pillars,.ecosystem-flow{grid-template-columns:1fr 1fr}.ecosystem-role-grid{grid-template-columns:1fr}.form-grid,.ecosystem-checks{grid-template-columns:1fr}}
@media(max-width:520px){.ecosystem-pillars,.ecosystem-flow{grid-template-columns:1fr}.ecosystem-pillars article,.ecosystem-flow article{border-right:0}.ecosystem-role-grid article{min-height:0}.ecosystem-guardrail{font-size:21px}}

/* =========================================================
   EVIDÊNCIA ONE — SPRINT 08 | VISUAL REFINEMENT RECOVERY
   Scope: visual polish only. Approved copy/journeys preserved.
   ========================================================= */

/* 1) Internal heroes — restore cinematic photographic presence (+~40% photo height desktop) */
@media (min-width:1101px){
  body.inner-page .page-hero-inner{min-height:575px;align-items:center;padding:72px 0 76px}
  body.inner-page .page-hero-media{height:510px;border-radius:20px;box-shadow:0 34px 92px rgba(0,0,0,.38),0 0 0 1px rgba(77,221,212,.04)}
  body.inner-page.family-institucional .page-hero-media{height:535px}
  body.inner-page.family-servicos .page-hero-media{height:490px}
  body.inner-page.family-publico .page-hero-media{height:546px}
  body.inner-page.family-inteligencia .page-hero-media{height:567px}
  body.inner-page.family-contato .page-hero-media{height:448px}
  body.inner-page.family-legal .page-hero-media,
  body.inner-page.family-faq .page-hero-media{height:399px}
}

/* 2) Better photographic materiality without changing image crops globally */
body.inner-page .page-hero-media{isolation:isolate;transition:transform .55s cubic-bezier(.2,.75,.2,1),box-shadow .55s ease,border-color .4s ease}
body.inner-page .page-hero-media::before{background:linear-gradient(90deg,rgba(1,10,15,.42) 0%,rgba(1,10,15,.08) 38%,rgba(1,10,15,.02) 100%),linear-gradient(0deg,rgba(1,10,15,.24),transparent 46%)}
body.inner-page .page-hero-media::after{width:50px;background:#35ddd3;box-shadow:0 0 28px rgba(53,221,211,.52)}
@media (hover:hover) and (pointer:fine){
  body.inner-page .page-hero-media:hover{transform:translateY(-3px);border-color:rgba(126,225,218,.28);box-shadow:0 40px 105px rgba(0,0,0,.42),0 0 38px rgba(0,196,187,.07)}
  body.inner-page .page-hero-media:hover img{transform:scale(1.025)}
}
body.inner-page .page-hero-media img{transition:transform .8s cubic-bezier(.2,.72,.2,1),filter .5s ease}

/* 3) Ecosystem hero — same ONE BLACK DNA, registration image as the protagonist */
body.inner-page.family-ecosystem .page-hero{background:radial-gradient(circle at 76% 28%,rgba(35,216,205,.12),transparent 28%),linear-gradient(112deg,#01090f 0%,#031721 58%,#082b39 100%)}
body.inner-page.family-ecosystem .page-hero-inner{grid-template-columns:minmax(0,.94fr) minmax(540px,1.06fr)}
body.inner-page.family-ecosystem .page-hero-media{height:560px;border-radius:20px}
body.inner-page.family-ecosystem .page-hero-media img{object-position:center 48%;filter:saturate(.88) contrast(1.05) brightness(.93)}
body.inner-page.family-ecosystem .page-hero-media::before{background:linear-gradient(90deg,rgba(1,10,15,.50),rgba(1,10,15,.07) 38%,rgba(1,10,15,.02)),linear-gradient(0deg,rgba(1,10,15,.35),transparent 48%)}

/* 4) Home Presence — merge map into the section; remove visible rectangular image field */
body.site-evidencia-one .presence-section--approved{background:radial-gradient(ellipse at 69% 45%,rgba(0,197,188,.15),transparent 42%),linear-gradient(112deg,#05242d 0%,#062d37 50%,#05232c 100%)}
body.site-evidencia-one .presence-section--approved .map-stage{position:relative;overflow:visible}
body.site-evidencia-one .presence-section--approved .map-stage::before{display:block;content:"";position:absolute;inset:8% 6%;border-radius:50%;background:radial-gradient(circle,rgba(18,210,202,.15),rgba(18,210,202,.04) 42%,transparent 72%);filter:blur(24px);pointer-events:none}
body.site-evidencia-one .presence-section--approved .map-stage img{width:min(100%,730px);max-width:730px;transform:scale(1.03);opacity:.96;mix-blend-mode:screen;filter:saturate(.90) brightness(.92) contrast(1.06);-webkit-mask-image:radial-gradient(ellipse at center,#000 54%,rgba(0,0,0,.92) 66%,rgba(0,0,0,.55) 78%,transparent 96%);mask-image:radial-gradient(ellipse at center,#000 54%,rgba(0,0,0,.92) 66%,rgba(0,0,0,.55) 78%,transparent 96%)}

/* 5) Global premium hover language — restrained glow, never neon-heavy */
body.site-evidencia-one :is(.article-card,.journey-card,.service-item,.ecosystem-role-grid article,.ecosystem-pillars article,.ecosystem-flow article,.method-step,.side-panel){transition:transform .34s ease,border-color .34s ease,background-color .34s ease,box-shadow .34s ease}
body.site-evidencia-one :is(.article-card,.journey-card,.service-item,.ecosystem-role-grid article,.ecosystem-pillars article,.ecosystem-flow article,.method-step,.side-panel) :is(h2,h3,strong,.service-item-title){transition:color .3s ease,text-shadow .3s ease}
@media (hover:hover) and (pointer:fine){
  body.site-evidencia-one :is(.article-card,.journey-card,.service-item,.ecosystem-role-grid article,.ecosystem-pillars article,.ecosystem-flow article,.method-step,.side-panel):hover{transform:translateY(-3px);border-color:rgba(51,219,210,.30);box-shadow:0 22px 54px rgba(2,21,29,.08),0 0 28px rgba(20,193,184,.045)}
  body.site-evidencia-one :is(.article-card,.journey-card,.service-item,.ecosystem-role-grid article,.ecosystem-pillars article,.ecosystem-flow article,.method-step,.side-panel):hover :is(h2,h3,strong,.service-item-title){color:#0c8f8a;text-shadow:0 0 18px rgba(28,201,191,.14)}
  body.site-evidencia-one .on-dark :is(.article-card,.journey-card,.service-item,.ecosystem-role-grid article,.ecosystem-pillars article,.ecosystem-flow article,.method-step,.side-panel):hover :is(h2,h3,strong,.service-item-title){color:#efffff;text-shadow:0 0 20px rgba(65,232,222,.30)}
  body.site-evidencia-one :is(.primary-nav a,.nav-trigger,.footer-links a,.btn--ghost,.text-link):hover{text-shadow:0 0 18px rgba(65,232,222,.28)}
}

/* 6) Click-to-reveal language — FAQ/details feel technological and deliberate */
body.site-evidencia-one details{border-color:rgba(8,94,101,.14);transition:border-color .3s ease,background-color .3s ease,box-shadow .3s ease}
body.site-evidencia-one details>summary{cursor:pointer;transition:color .3s ease,text-shadow .3s ease,background-color .3s ease}
body.site-evidencia-one details[open]{border-color:rgba(21,190,183,.30);box-shadow:0 16px 44px rgba(4,35,43,.055)}
body.site-evidencia-one details[open]>summary{color:#087f7c;text-shadow:0 0 17px rgba(21,190,183,.14)}
body.site-evidencia-one details[open]>*:not(summary){animation:eoneReveal .34s ease both}
@keyframes eoneReveal{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}

/* 7) Refined section rhythm — preserve hierarchy while recovering breathing room */
body.site-evidencia-one .section{position:relative}
body.site-evidencia-one .section-title{letter-spacing:-.026em}
body.site-evidencia-one .eyebrow{letter-spacing:.18em}
body.inner-page .section+.section{border-top-color:rgba(7,65,75,.075)}
body.inner-page .content-band,body.inner-page .side-panel{box-shadow:0 18px 48px rgba(5,36,45,.035)}

/* 8) Responsive: do not inflate mobile; preserve a guided vertical journey */
@media(max-width:1100px){
  body.inner-page.family-ecosystem .page-hero-inner{grid-template-columns:1fr minmax(350px,.76fr)}
  body.inner-page.family-ecosystem .page-hero-media{height:370px}
}
@media(max-width:760px){
  body.inner-page.family-ecosystem .page-hero-inner{grid-template-columns:1fr}
  body.inner-page.family-ecosystem .page-hero-media{height:290px}
  body.site-evidencia-one .presence-section--approved .map-stage img{mix-blend-mode:screen;-webkit-mask-image:radial-gradient(ellipse at center,#000 58%,rgba(0,0,0,.85) 74%,transparent 98%);mask-image:radial-gradient(ellipse at center,#000 58%,rgba(0,0,0,.85) 74%,transparent 98%)}
}
@media(prefers-reduced-motion:reduce){
  body.site-evidencia-one *,body.site-evidencia-one *::before,body.site-evidencia-one *::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}


/* =====================================================================
   HOME — PRESENÇA NACIONAL LOCK APPROVED
   Restored to the approved visual model. Do not alter without approval.
   ===================================================================== */
body:not(.inner-page) .presence-section.presence-section--approved{
  position:relative!important;
  overflow:hidden!important;
  padding:64px 0 52px!important;
  background:linear-gradient(90deg,#021a22 0%,#063241 50%,#021824 100%)!important;
}
body:not(.inner-page) .presence-section.presence-section--approved::before,
body:not(.inner-page) .presence-section.presence-section--approved::after{content:none!important;display:none!important}
body:not(.inner-page) .presence-section.presence-section--approved .container{
  width:min(calc(100% - 72px),1720px)!important;
  max-width:none!important;
}
body:not(.inner-page) .presence-section.presence-section--approved .presence-grid{
  display:grid!important;
  grid-template-columns:minmax(420px,1.04fr) minmax(300px,.76fr) minmax(470px,.98fr) 122px!important;
  grid-template-areas:
    "copy copy map signature"
    "stats stats map signature"!important;
  column-gap:34px!important;
  row-gap:28px!important;
  align-items:center!important;
}
body:not(.inner-page) .presence-section.presence-section--approved .presence-copy{grid-area:copy!important;padding-top:6px!important;padding-right:0!important;align-self:end!important}
body:not(.inner-page) .presence-section.presence-section--approved .presence-copy .eyebrow{
  margin:0 0 24px!important;
  color:#4ce4dd!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.22em!important;
  text-transform:uppercase!important;
}
body:not(.inner-page) .presence-section.presence-section--approved .presence-copy .section-title{
  max-width:680px!important;
  margin:0!important;
  color:#f8fbfc!important;
  font-family:var(--home-serif)!important;
  font-size:clamp(42px,3.45vw,72px)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:500!important;
  text-wrap:balance!important;
}
body:not(.inner-page) .presence-section.presence-section--approved .presence-copy .body-lg{
  max-width:590px!important;
  margin:24px 0 0!important;
  color:#d8e6e8!important;
  font-size:17px!important;
  line-height:1.6!important;
  letter-spacing:-.01em!important;
}
body:not(.inner-page) .presence-section.presence-section--approved .presence-cta{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  margin-top:28px!important;
  min-height:66px!important;
  padding:0 30px!important;
  border-radius:14px!important;
  font-size:16px!important;
  font-weight:700!important;
  box-shadow:0 10px 28px rgba(0,190,184,.22)!important;
}
body:not(.inner-page) .presence-section.presence-section--approved .stats{
  grid-area:stats!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:0!important;
  padding:10px 0 0!important;
  border-left:0!important;
}
body:not(.inner-page) .presence-section.presence-section--approved .stat{
  display:flex!important;
  align-items:flex-start!important;
  gap:18px!important;
  padding:0 34px 0 0!important;
  margin-right:34px!important;
  border-bottom:0!important;
  border-right:1px solid rgba(192,225,228,.23)!important;
}
body:not(.inner-page) .presence-section.presence-section--approved .stat:last-child{
  margin-right:0!important;
  padding-right:0!important;
  border-right:0!important;
}
body:not(.inner-page) .presence-section.presence-section--approved .stat-icon{
  width:64px!important;
  height:64px!important;
  min-width:64px!important;
  border-radius:50%!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:2px solid rgba(54,229,219,.8)!important;
  color:#7ceae4!important;
  box-shadow:0 0 0 3px rgba(66,217,208,.06),0 0 24px rgba(56,221,214,.12)!important;
}
body:not(.inner-page) .presence-section.presence-section--approved .stat-icon svg{
  width:30px!important;height:30px!important;stroke:currentColor!important;stroke-width:1.7!important;fill:none!important;stroke-linecap:round!important;stroke-linejoin:round!important;
}
body:not(.inner-page) .presence-section.presence-section--approved .stat strong{
  display:block!important;
  margin:2px 0 10px!important;
  color:#fbfdff!important;
  font-family:var(--home-serif)!important;
  font-size:clamp(40px,2.65vw,58px)!important;
  line-height:.92!important;
  font-weight:500!important;
  letter-spacing:-.04em!important;
}
body:not(.inner-page) .presence-section.presence-section--approved .stat span{
  display:block!important;
  max-width:225px!important;
  margin:0!important;
  color:#eef5f6!important;
  font-size:15px!important;
  line-height:1.32!important;
}
body:not(.inner-page) .presence-section.presence-section--approved .map-stage{
  grid-area:map!important;
  min-height:560px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
  isolation:isolate!important;
}
body:not(.inner-page) .presence-section.presence-section--approved .map-stage::before,
body:not(.inner-page) .presence-section.presence-section--approved .map-stage::after,
body:not(.inner-page) .presence-section.presence-section--approved .map-stage .map-kicker{display:none!important;content:none!important}
body:not(.inner-page) .presence-section.presence-section--approved .map-stage img{
  display:block!important;
  width:min(100%,650px)!important;
  max-width:650px!important;
  height:auto!important;
  opacity:1!important;
  object-fit:contain!important;
  object-position:center!important;
  mix-blend-mode:normal!important;
  filter:none!important;
  transform:none!important;
}
body:not(.inner-page) .presence-section.presence-section--approved .presence-signature{
  grid-area:signature!important;
  align-self:end!important;
  justify-self:end!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  gap:6px!important;
  min-height:132px!important;
  padding:0 0 12px 22px!important;
  border-left:1px solid rgba(194,224,228,.28)!important;
  color:#f0f4f6!important;
  font-size:15px!important;
  font-weight:500!important;
  letter-spacing:-.015em!important;
  line-height:1.32!important;
  opacity:1!important;
}
body:not(.inner-page) .presence-section.presence-section--approved .presence-signature i{
  width:38px!important;
  height:3px!important;
  margin-top:14px!important;
  background:#42d9d0!important;
  opacity:1!important;
}
@media (max-width: 1400px){
  body:not(.inner-page) .presence-section.presence-section--approved .container{width:min(calc(100% - 52px),1440px)!important}
  body:not(.inner-page) .presence-section.presence-section--approved .presence-grid{
    grid-template-columns:minmax(360px,1fr) minmax(280px,.72fr) minmax(420px,.92fr) 108px!important;
    column-gap:26px!important;
  }
  body:not(.inner-page) .presence-section.presence-section--approved .presence-copy .section-title{font-size:clamp(40px,3.1vw,58px)!important;max-width:610px!important}
  body:not(.inner-page) .presence-section.presence-section--approved .stat{padding-right:26px!important;margin-right:26px!important}
  body:not(.inner-page) .presence-section.presence-section--approved .stat strong{font-size:clamp(34px,2.6vw,50px)!important}
  body:not(.inner-page) .presence-section.presence-section--approved .stat span{font-size:14px!important;max-width:180px!important}
  body:not(.inner-page) .presence-section.presence-section--approved .map-stage{min-height:500px!important}
}
@media (max-width: 1180px){
  body:not(.inner-page) .presence-section.presence-section--approved{padding:54px 0 42px!important}
  body:not(.inner-page) .presence-section.presence-section--approved .presence-grid{
    grid-template-columns:1fr!important;
    grid-template-areas:
      "copy"
      "map"
      "stats"
      "signature"!important;
    row-gap:24px!important;
  }
  body:not(.inner-page) .presence-section.presence-section--approved .presence-copy .section-title{max-width:720px!important}
  body:not(.inner-page) .presence-section.presence-section--approved .map-stage{min-height:auto!important}
  body:not(.inner-page) .presence-section.presence-section--approved .map-stage img{width:min(100%,640px)!important}
  body:not(.inner-page) .presence-section.presence-section--approved .stats{flex-wrap:wrap!important;padding-top:6px!important}
  body:not(.inner-page) .presence-section.presence-section--approved .stat{width:calc(50% - 14px)!important;min-width:270px!important;border-right:0!important;padding-right:0!important;margin-right:18px!important;margin-bottom:18px!important}
  body:not(.inner-page) .presence-section.presence-section--approved .presence-signature{border-left:0!important;padding-left:0!important;min-height:auto!important}
}
@media (max-width: 767px){
  body:not(.inner-page) .presence-section.presence-section--approved{padding:42px 0 34px!important}
  body:not(.inner-page) .presence-section.presence-section--approved .container{width:min(calc(100% - 28px),100%)!important}
  body:not(.inner-page) .presence-section.presence-section--approved .presence-copy .eyebrow{margin-bottom:18px!important;font-size:11px!important;letter-spacing:.18em!important}
  body:not(.inner-page) .presence-section.presence-section--approved .presence-copy .section-title{font-size:clamp(34px,9.6vw,48px)!important;max-width:none!important}
  body:not(.inner-page) .presence-section.presence-section--approved .presence-copy .body-lg{font-size:15.5px!important;line-height:1.56!important;max-width:none!important}
  body:not(.inner-page) .presence-section.presence-section--approved .presence-cta{min-height:58px!important;width:auto!important;font-size:15px!important;padding:0 24px!important}
  body:not(.inner-page) .presence-section.presence-section--approved .stats{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}
  body:not(.inner-page) .presence-section.presence-section--approved .stat{width:100%!important;min-width:0!important;margin:0!important;padding:0 0 18px!important;border-right:0!important;border-bottom:1px solid rgba(194,224,228,.16)!important}
  body:not(.inner-page) .presence-section.presence-section--approved .stat:last-child{padding-bottom:0!important;border-bottom:0!important}
  body:not(.inner-page) .presence-section.presence-section--approved .stat-icon{width:54px!important;height:54px!important;min-width:54px!important}
  body:not(.inner-page) .presence-section.presence-section--approved .stat strong{font-size:clamp(31px,8.4vw,42px)!important}
  body:not(.inner-page) .presence-section.presence-section--approved .stat span{font-size:14px!important;max-width:none!important;line-height:1.38!important}
  body:not(.inner-page) .presence-section.presence-section--approved .map-stage img{width:100%!important;max-width:100%!important}
  body:not(.inner-page) .presence-section.presence-section--approved .presence-signature{padding-top:6px!important;font-size:14px!important}
}

/* =====================================================================
   EVIDÊNCIA ONE — SPRINT 09 | CINEMATIC EXPERIENCE SYSTEM
   Global refinement without structural/copy redesign.
   ===================================================================== */

:root{
  --eone-glow: rgba(56,224,215,.34);
  --eone-glow-soft: rgba(56,224,215,.12);
  --eone-line: rgba(121,225,219,.18);
}

/* --- Global cinematic rhythm --- */
body.site-cinematic-sprint09{
  background:#020c12;
}
body.site-cinematic-sprint09 .section,
body.site-cinematic-sprint09 .c12-section{
  position:relative;
}
body.site-cinematic-sprint09 .section::after,
body.site-cinematic-sprint09 .c12-section::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:min(92%,1480px);
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(72,217,208,.10),transparent);
  pointer-events:none;
}

/* --- Typography responds to the user, but stays sober --- */
body.site-cinematic-sprint09 :is(.section-title,.page-title,.quote-title,.c12-lede,.final-copy h2,.article-hero h1,.ecosystem-hero h1){
  transition:color .32s ease,text-shadow .38s ease,transform .38s cubic-bezier(.2,.72,.2,1);
}
@media (hover:hover) and (pointer:fine){
  body.site-cinematic-sprint09 :is(.section-title,.page-title,.quote-title,.c12-lede,.final-copy h2,.article-hero h1,.ecosystem-hero h1):hover{
    color:#fbffff;
    text-shadow:0 0 22px rgba(102,229,221,.10),0 0 54px rgba(31,177,171,.06);
    transform:translateY(-1px);
  }
}

/* --- Interactive cards: depth, light and precision --- */
body.site-cinematic-sprint09 :is(.c12-card,.deliverable,.related-service,.side-panel,.c13-scenario,.article-card,.journey-card,.service-item,.ecosystem-role-grid article,.ecosystem-flow article){
  position:relative;
  isolation:isolate;
  overflow:hidden;
  transition:transform .42s cubic-bezier(.2,.72,.2,1),border-color .35s ease,box-shadow .45s ease,background-color .35s ease;
}
body.site-cinematic-sprint09 :is(.c12-card,.deliverable,.related-service,.side-panel,.c13-scenario,.article-card,.journey-card,.service-item,.ecosystem-role-grid article,.ecosystem-flow article)::before{
  content:"";
  position:absolute;
  inset:-1px;
  z-index:-1;
  opacity:0;
  background:radial-gradient(circle at var(--glow-x,50%) var(--glow-y,50%),rgba(65,226,216,.16),transparent 34%);
  transition:opacity .38s ease;
  pointer-events:none;
}
@media (hover:hover) and (pointer:fine){
  body.site-cinematic-sprint09 :is(.c12-card,.deliverable,.related-service,.side-panel,.c13-scenario,.article-card,.journey-card,.service-item,.ecosystem-role-grid article,.ecosystem-flow article):hover{
    transform:translateY(-4px);
    border-color:rgba(87,225,217,.30)!important;
    box-shadow:0 20px 48px rgba(0,0,0,.12),0 0 28px rgba(31,184,176,.07);
  }
  body.site-cinematic-sprint09 :is(.c12-card,.deliverable,.related-service,.side-panel,.c13-scenario,.article-card,.journey-card,.service-item,.ecosystem-role-grid article,.ecosystem-flow article):hover::before{opacity:1}
  body.site-cinematic-sprint09 :is(.c12-card,.deliverable,.related-service,.c13-scenario,.article-card,.journey-card,.service-item,.ecosystem-role-grid article,.ecosystem-flow article):hover :is(h3,h4,strong,.c12-kicker){
    text-shadow:0 0 18px rgba(85,230,221,.14);
  }
}

/* --- Buttons / links feel technological, not flashy --- */
body.site-cinematic-sprint09 .btn,
body.site-cinematic-sprint09 .eone-path-link,
body.site-cinematic-sprint09 .eone-context-cta{
  position:relative;
  overflow:hidden;
  transition:transform .28s ease,box-shadow .35s ease,border-color .28s ease,color .28s ease,background-color .28s ease;
}
body.site-cinematic-sprint09 .btn::after{
  content:"";
  position:absolute;
  top:-60%;
  left:-45%;
  width:28%;
  height:220%;
  transform:rotate(18deg) translateX(-220%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.20),transparent);
  transition:transform .68s cubic-bezier(.2,.72,.2,1);
  pointer-events:none;
}
@media (hover:hover) and (pointer:fine){
  body.site-cinematic-sprint09 .btn:hover{transform:translateY(-2px);box-shadow:0 13px 32px rgba(0,179,166,.16),0 0 24px rgba(52,222,213,.08)}
  body.site-cinematic-sprint09 .btn:hover::after{transform:rotate(18deg) translateX(600%)}
  body.site-cinematic-sprint09 :is(.eone-path-link,.eone-context-cta):hover{color:#e9ffff;text-shadow:0 0 16px rgba(85,230,221,.20)}
}

/* --- Click-to-reveal / FAQ: luminous disclosure --- */
body.site-cinematic-sprint09 details{
  transition:border-color .32s ease,box-shadow .36s ease,background-color .32s ease;
}
body.site-cinematic-sprint09 details[open]{
  border-color:rgba(79,225,217,.28)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.10),0 0 24px rgba(47,207,198,.06);
}
body.site-cinematic-sprint09 details summary{
  transition:color .28s ease,text-shadow .32s ease;
}
body.site-cinematic-sprint09 details[open] summary{
  color:#ecffff!important;
  text-shadow:0 0 15px rgba(83,229,220,.14);
}
body.site-cinematic-sprint09 details[open] > :not(summary){
  animation:eoneReveal .42s cubic-bezier(.2,.72,.2,1) both;
}
@keyframes eoneReveal{
  from{opacity:0;transform:translateY(-7px);filter:blur(2px)}
  to{opacity:1;transform:none;filter:none}
}

/* --- Refined reveal on scroll --- */
body.site-cinematic-sprint09 [data-reveal]{
  will-change:transform,opacity,filter;
}
body.site-cinematic-sprint09 [data-reveal]:not(.is-visible){
  opacity:0;
  transform:translateY(18px);
  filter:blur(2px);
}
body.site-cinematic-sprint09 [data-reveal].is-visible{
  opacity:1;
  transform:none;
  filter:none;
  transition:opacity .72s ease,transform .72s cubic-bezier(.2,.72,.2,1),filter .72s ease;
}

/* --- Internal hero system: consistent cinematic presence --- */
@media (min-width:1100px){
  body.site-cinematic-sprint09.inner-page .page-hero{
    min-height:clamp(650px,72vh,820px)!important;
  }
  body.site-cinematic-sprint09.inner-page .page-hero-grid,
  body.site-cinematic-sprint09.inner-page .page-hero-inner{
    min-height:clamp(650px,72vh,820px)!important;
    align-items:center!important;
  }
  body.site-cinematic-sprint09.inner-page .page-hero-media{
    height:100%!important;
    min-height:clamp(650px,72vh,820px)!important;
    border-radius:0!important;
  }
  body.site-cinematic-sprint09.inner-page .page-hero-media img{
    object-fit:cover!important;
    filter:saturate(.93) contrast(1.07) brightness(.83)!important;
  }
  body.site-cinematic-sprint09.inner-page .page-hero-copy{
    padding-top:22px!important;
    padding-bottom:28px!important;
  }
}
body.site-cinematic-sprint09.inner-page .page-hero::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(58,224,214,.72),transparent);
  box-shadow:0 0 22px rgba(52,214,205,.13);
  pointer-events:none;
  z-index:4;
}

/* --- Ecossistema page: bring it fully into ONE BLACK --- */
body.site-cinematic-sprint09.family-ecosystem .ecosystem-hero{
  background:radial-gradient(circle at 72% 44%,rgba(20,161,156,.13),transparent 37%),#020c12!important;
}
body.site-cinematic-sprint09.family-ecosystem .ecosystem-hero .page-hero-media::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,rgba(2,12,18,.80) 0%,rgba(2,12,18,.24) 38%,rgba(2,12,18,.05) 68%,rgba(2,12,18,.26) 100%),linear-gradient(0deg,rgba(2,12,18,.62),transparent 36%)!important;
  box-shadow:inset 0 -60px 90px rgba(2,12,18,.40)!important;
  pointer-events:none!important;
}
body.site-cinematic-sprint09.family-ecosystem :is(.ecosystem-role-grid,.ecosystem-flow){
  gap:18px!important;
}
body.site-cinematic-sprint09.family-ecosystem :is(.ecosystem-role-grid article,.ecosystem-flow article){
  background:linear-gradient(145deg,rgba(4,27,36,.88),rgba(2,15,22,.96))!important;
  border:1px solid rgba(92,220,214,.15)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.025);
}

/* --- HOME Presence National — NEW DIRECTORATE LOCK --- */
body.site-cinematic-sprint09:not(.inner-page) .presence-section.presence-section--approved{
  padding:70px 0 58px!important;
  background:
    radial-gradient(ellipse 48% 72% at 69% 48%,rgba(0,180,173,.08),transparent 73%),
    linear-gradient(100deg,#03131c 0%,#04212c 48%,#03151f 100%)!important;
}
body.site-cinematic-sprint09:not(.inner-page) .presence-section.presence-section--approved .presence-grid{
  grid-template-columns:minmax(450px,1.07fr) minmax(320px,.73fr) minmax(520px,1.15fr) 116px!important;
  grid-template-areas:"copy copy map signature" "stats stats map signature"!important;
  column-gap:38px!important;
  row-gap:32px!important;
}
body.site-cinematic-sprint09:not(.inner-page) .presence-section.presence-section--approved .presence-copy .section-title{
  max-width:650px!important;
  font-size:clamp(45px,3.55vw,70px)!important;
}
body.site-cinematic-sprint09:not(.inner-page) .presence-section.presence-section--approved .map-stage{
  min-height:535px!important;
  position:relative!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:8px!important;
}
body.site-cinematic-sprint09:not(.inner-page) .presence-section.presence-section--approved .map-stage .map-kicker{
  display:block!important;
  position:absolute!important;
  top:2px!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  z-index:3!important;
  width:max-content!important;
  color:#5ce7df!important;
  font-family:var(--sans)!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.24em!important;
  text-transform:uppercase!important;
  text-shadow:0 0 18px rgba(66,219,210,.16)!important;
}
body.site-cinematic-sprint09:not(.inner-page) .presence-section.presence-section--approved .map-stage .map-kicker::before,
body.site-cinematic-sprint09:not(.inner-page) .presence-section.presence-section--approved .map-stage .map-kicker::after{
  content:""!important;
  display:inline-block!important;
  vertical-align:middle!important;
  width:44px!important;
  height:1px!important;
  margin:0 18px!important;
  background:linear-gradient(90deg,transparent,#45ddd4)!important;
}
body.site-cinematic-sprint09:not(.inner-page) .presence-section.presence-section--approved .map-stage .map-kicker::after{
  background:linear-gradient(90deg,#45ddd4,transparent)!important;
}
body.site-cinematic-sprint09:not(.inner-page) .presence-section.presence-section--approved .map-stage img{
  width:min(112%,720px)!important;
  max-width:720px!important;
  opacity:.98!important;
  mix-blend-mode:screen!important;
  filter:saturate(.98) contrast(1.10) brightness(.91)!important;
  transform:translateY(14px)!important;
  -webkit-mask-image:radial-gradient(ellipse 72% 72% at 50% 50%,#000 58%,transparent 100%)!important;
  mask-image:radial-gradient(ellipse 72% 72% at 50% 50%,#000 58%,transparent 100%)!important;
}
body.site-cinematic-sprint09:not(.inner-page) .presence-section.presence-section--approved .stat strong{
  font-size:clamp(42px,2.7vw,58px)!important;
}
body.site-cinematic-sprint09:not(.inner-page) .presence-section.presence-section--approved .stat:last-child strong{
  font-size:clamp(32px,2.05vw,46px)!important;
  line-height:1.02!important;
  max-width:190px!important;
}

@media (max-width:1180px){
  body.site-cinematic-sprint09:not(.inner-page) .presence-section.presence-section--approved .presence-grid{
    grid-template-columns:1fr!important;
    grid-template-areas:"copy" "map" "stats" "signature"!important;
  }
  body.site-cinematic-sprint09:not(.inner-page) .presence-section.presence-section--approved .map-stage{min-height:450px!important}
  body.site-cinematic-sprint09:not(.inner-page) .presence-section.presence-section--approved .map-stage img{width:min(100%,700px)!important}
}
@media (max-width:767px){
  body.site-cinematic-sprint09:not(.inner-page) .presence-section.presence-section--approved{padding:48px 0 38px!important}
  body.site-cinematic-sprint09:not(.inner-page) .presence-section.presence-section--approved .map-stage{min-height:320px!important}
  body.site-cinematic-sprint09:not(.inner-page) .presence-section.presence-section--approved .map-stage .map-kicker{top:0!important;font-size:10px!important;letter-spacing:.18em!important}
  body.site-cinematic-sprint09:not(.inner-page) .presence-section.presence-section--approved .map-stage .map-kicker::before,
  body.site-cinematic-sprint09:not(.inner-page) .presence-section.presence-section--approved .map-stage .map-kicker::after{width:22px!important;margin:0 9px!important}
}

@media (prefers-reduced-motion:reduce){
  body.site-cinematic-sprint09 *,body.site-cinematic-sprint09 *::before,body.site-cinematic-sprint09 *::after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
    transition-duration:.001ms!important;
  }
}
body.site-cinematic-sprint09 .eone-clicked{
  box-shadow:0 0 0 1px rgba(81,229,220,.34),0 0 32px rgba(54,220,211,.14)!important;
}


/* =====================================================================
   EVIDÊNCIA ONE — SPRINT 10 | REFINAMENTO INTEGRADO
   Cinematic continuity, space optimization, national ecosystem and footer.
   ===================================================================== */
body.site-cinematic-sprint10{
  --e10-line:rgba(96,224,216,.18);
  --e10-glow:rgba(57,222,213,.16);
  --e10-ink:#061922;
}

/* ---------- Global rhythm: less empty space, stronger continuity ---------- */
body.site-cinematic-sprint10.inner-page main>.section:not(.page-hero):not(.final-cta),
body.site-cinematic-sprint10.inner-page main>section.section{
  padding-top:clamp(64px,5.8vw,86px)!important;
  padding-bottom:clamp(64px,5.8vw,86px)!important;
}
body.site-cinematic-sprint10 .section-head{gap:clamp(30px,4vw,62px)!important;margin-bottom:clamp(30px,3.6vw,48px)!important}
body.site-cinematic-sprint10 .section+.section{border-top:1px solid rgba(7,65,75,.07)}
body.site-cinematic-sprint10 .section--dark+.section--dark{border-top-color:rgba(85,225,216,.09)}
body.site-cinematic-sprint10 .reading{max-width:790px}

/* Reduce isolated vertical voids in common inner layouts. */
body.site-cinematic-sprint10 :is(.content-grid,.audience-grid,.service-grid,.cards-grid,.eone-decision-grid,.ecosystem-role-grid,.ecosystem-flow){
  align-items:start;
}
body.site-cinematic-sprint10 :is(.content-grid,.audience-grid,.service-grid,.cards-grid,.eone-decision-grid){
  gap:clamp(20px,2.4vw,34px)!important;
}

/* ---------- Home solutions: compact editorial stage ---------- */
body.site-cinematic-sprint10:not(.inner-page) .solutions-explorer,
body.site-cinematic-sprint10:not(.inner-page) .section:has(.solution-explorer),
body.site-cinematic-sprint10:not(.inner-page) .section:has(.solutions-grid){
  padding-top:72px!important;
  padding-bottom:74px!important;
}

/* ---------- HOME Presence National: clean new national map ---------- */
body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved{
  padding:64px 0 58px!important;
  background:
    radial-gradient(ellipse 44% 68% at 72% 49%,rgba(15,155,156,.105),transparent 73%),
    radial-gradient(ellipse 32% 54% at 35% 48%,rgba(4,74,91,.22),transparent 77%),
    linear-gradient(103deg,#03141d 0%,#062835 51%,#031722 100%)!important;
}
body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved::before{
  content:""!important;display:block!important;position:absolute!important;inset:0!important;pointer-events:none!important;
  background-image:radial-gradient(circle,rgba(84,219,213,.08) 1px,transparent 1.2px)!important;
  background-size:26px 26px!important;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 38%,#000 90%,transparent 100%)!important;
  mask-image:linear-gradient(90deg,transparent 0%,#000 38%,#000 90%,transparent 100%)!important;
  opacity:.36!important;
}
body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .presence-grid{
  grid-template-columns:minmax(430px,1.03fr) minmax(330px,.75fr) minmax(520px,1.16fr) 112px!important;
  grid-template-areas:"copy copy map signature" "stats stats map signature"!important;
  column-gap:clamp(26px,2.7vw,42px)!important;
  row-gap:30px!important;
}
body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .presence-copy .eyebrow{
  margin-bottom:18px!important;color:#65e2dc!important;text-shadow:0 0 18px rgba(71,224,215,.12)!important;
}
body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .presence-copy .section-title{
  max-width:650px!important;font-size:clamp(44px,3.5vw,68px)!important;line-height:1.01!important;
}
body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .presence-copy .body-lg{
  max-width:570px!important;margin-top:20px!important;font-size:16.5px!important;line-height:1.62!important;
}
body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .presence-cta{margin-top:24px!important}
body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .map-stage{
  min-height:480px!important;padding:36px 0 0!important;overflow:visible!important;background:transparent!important;
}
body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .map-stage::before{
  content:""!important;display:block!important;position:absolute!important;inset:11% -8% 2% -8%!important;z-index:-1!important;
  background:radial-gradient(ellipse at center,rgba(34,217,208,.12),rgba(0,160,162,.035) 47%,transparent 72%)!important;
  filter:blur(12px)!important;
}
body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .map-stage .map-kicker{
  top:0!important;left:50%!important;transform:translateX(-50%)!important;display:flex!important;align-items:center!important;gap:16px!important;
  color:#6ce7e0!important;font-size:12px!important;letter-spacing:.24em!important;font-weight:800!important;text-shadow:0 0 18px rgba(68,223,214,.15)!important;
}
body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .map-stage .map-kicker::before,
body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .map-stage .map-kicker::after{
  content:""!important;width:38px!important;height:1px!important;margin:0!important;background:linear-gradient(90deg,transparent,#55ddd6)!important;
}
body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .map-stage .map-kicker::after{background:linear-gradient(90deg,#55ddd6,transparent)!important}
body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .map-stage img{
  width:min(100%,620px)!important;max-width:620px!important;height:auto!important;opacity:1!important;
  mix-blend-mode:screen!important;filter:saturate(1.08) contrast(1.13) brightness(1.04)!important;transform:none!important;
  -webkit-mask-image:radial-gradient(ellipse 76% 78% at 50% 50%,#000 58%,rgba(0,0,0,.82) 73%,transparent 100%)!important;
  mask-image:radial-gradient(ellipse 76% 78% at 50% 50%,#000 58%,rgba(0,0,0,.82) 73%,transparent 100%)!important;
}
body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .stats{
  padding-top:6px!important;display:flex!important;align-items:stretch!important;gap:0!important;
}
body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .stat{
  min-height:92px!important;padding:0 28px 0 0!important;margin-right:28px!important;align-items:center!important;
}
body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .stat strong{font-size:clamp(36px,2.45vw,52px)!important}
body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .stat:last-child strong{font-size:clamp(30px,1.9vw,40px)!important;max-width:180px!important}
body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .presence-signature{opacity:.9!important}

/* ---------- Home method and authority: tighter chapter transitions ---------- */
body.site-cinematic-sprint10:not(.inner-page) .section--light:has(.method-grid){padding:62px 0 58px!important}
body.site-cinematic-sprint10:not(.inner-page) .section--mineral:has(.audience-grid){padding:58px 0 62px!important}

/* ---------- Hover / interaction language ---------- */
@media (hover:hover) and (pointer:fine){
  body.site-cinematic-sprint10 :is(.section-title,.quote-title,.card h3,.service-card h3,.footer-heading,.ecosystem-bridge-card strong){
    transition:color .28s ease,text-shadow .35s ease,transform .28s ease;
  }
  body.site-cinematic-sprint10 :is(.card,.service-card,.audience-card,.ecosystem-role-grid article,.ecosystem-flow article):hover :is(h3,strong){
    color:#efffff!important;text-shadow:0 0 16px rgba(71,224,216,.24);
  }
  body.site-cinematic-sprint10 .section--light :is(.card,.service-card,.audience-card):hover :is(h3,strong){
    color:#063a45!important;text-shadow:0 0 14px rgba(0,179,166,.12);
  }
}

/* ---------- New ecosystem bridge before every footer ---------- */
body.site-cinematic-sprint10 .ecosystem-bridge{
  position:relative;overflow:hidden;padding:58px 0 56px;color:#eff8f9;
  background:radial-gradient(circle at 78% 30%,rgba(0,179,166,.12),transparent 30%),linear-gradient(112deg,#03131c,#052b36 54%,#031720);
  border-top:1px solid rgba(79,221,213,.16);border-bottom:1px solid rgba(79,221,213,.13);
}
body.site-cinematic-sprint10 .ecosystem-bridge::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.018),transparent);pointer-events:none}
body.site-cinematic-sprint10 .ecosystem-bridge-grid{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.6fr);gap:52px;align-items:center}
body.site-cinematic-sprint10 .ecosystem-bridge-copy .eyebrow{color:#5fe0d8!important;margin-bottom:14px!important}
body.site-cinematic-sprint10 .ecosystem-bridge-copy h2{font-family:var(--serif);font-size:clamp(30px,2.6vw,46px);line-height:1.06;letter-spacing:-.025em;margin:0;max-width:580px}
body.site-cinematic-sprint10 .ecosystem-bridge-copy>p:last-child{margin:18px 0 0;color:#bcd0d5;font-size:15px}
body.site-cinematic-sprint10 .ecosystem-bridge-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
body.site-cinematic-sprint10 .ecosystem-bridge-card{position:relative;display:flex;min-height:176px;flex-direction:column;padding:23px 22px 20px;text-decoration:none;color:#eef8f9;border:1px solid rgba(91,221,214,.16);border-radius:8px;background:linear-gradient(145deg,rgba(7,38,48,.70),rgba(2,17,24,.88));box-shadow:inset 0 1px rgba(255,255,255,.02);transition:transform .28s ease,border-color .3s ease,box-shadow .34s ease,background .3s ease}
body.site-cinematic-sprint10 .ecosystem-bridge-card span{font-size:11px;font-weight:800;letter-spacing:.16em;color:#54dcd4}
body.site-cinematic-sprint10 .ecosystem-bridge-card strong{font-family:var(--serif);font-size:23px;line-height:1.08;margin-top:19px;font-weight:500}
body.site-cinematic-sprint10 .ecosystem-bridge-card small{font-size:13.5px;line-height:1.48;color:#aebfc4;margin-top:10px}
body.site-cinematic-sprint10 .ecosystem-bridge-card i{font-style:normal;font-size:12px;font-weight:800;letter-spacing:.06em;color:#62dfd8;margin-top:auto;padding-top:20px}
@media (hover:hover) and (pointer:fine){body.site-cinematic-sprint10 .ecosystem-bridge-card:hover{transform:translateY(-5px);border-color:rgba(91,230,220,.42);background:linear-gradient(145deg,rgba(8,50,60,.88),rgba(2,20,27,.96));box-shadow:0 18px 42px rgba(0,0,0,.24),0 0 30px rgba(57,222,213,.07)}}

/* ---------- Footer rebuild: compact, structured, integrated ---------- */
body.site-cinematic-sprint10 .site-footer{position:relative;background:linear-gradient(180deg,#020b11,#02080d)!important;color:#d8e5e8;border-top:0!important;padding:0!important}
body.site-cinematic-sprint10 .site-footer>.container{padding-top:52px;padding-bottom:22px}
body.site-cinematic-sprint10 .footer-grid{display:grid!important;grid-template-columns:1.15fr .82fr 1.05fr 1.02fr 1.18fr!important;gap:clamp(24px,2.4vw,40px)!important;align-items:start!important;padding-bottom:38px!important;border-bottom:1px solid rgba(132,187,194,.12)!important}
body.site-cinematic-sprint10 .footer-logo{max-width:210px!important;height:auto!important;margin-bottom:14px!important}
body.site-cinematic-sprint10 .footer-signature{font-family:var(--serif);font-size:18px!important;color:#f2f7f8!important;margin:0 0 8px!important}
body.site-cinematic-sprint10 .footer-presence{font-size:12.5px!important;letter-spacing:.02em;color:#7e9ba2!important}
body.site-cinematic-sprint10 .footer-heading{font-size:12px!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#f4fbfb!important;margin-bottom:15px!important}
body.site-cinematic-sprint10 .footer-links{display:grid!important;gap:8px!important}
body.site-cinematic-sprint10 .footer-links a,body.site-cinematic-sprint10 .footer-contact :is(span,a,strong){font-size:13px!important;line-height:1.45!important;color:#abc0c5!important}
body.site-cinematic-sprint10 .footer-contact{display:grid!important;gap:7px!important}
body.site-cinematic-sprint10 .footer-contact strong{color:#f0f6f7!important}
body.site-cinematic-sprint10 .footer-links a,body.site-cinematic-sprint10 .footer-contact a{transition:color .25s ease,text-shadow .28s ease,transform .25s ease}
@media (hover:hover) and (pointer:fine){body.site-cinematic-sprint10 .footer-links a:hover,body.site-cinematic-sprint10 .footer-contact a:hover{color:#69e3dc!important;text-shadow:0 0 12px rgba(70,222,214,.16);transform:translateX(2px)}}
body.site-cinematic-sprint10 .footer-primary-nav{display:none!important}
body.site-cinematic-sprint10 .footer-bottom{margin-top:0!important;padding-top:20px!important;border-top:0!important;color:#6f8b92!important;font-size:11.5px!important}
body.site-cinematic-sprint10 .footer-legal{display:flex!important;gap:20px!important}
body.site-cinematic-sprint10 .footer-legal a{color:#839ca2!important}
body.site-cinematic-sprint10 .footer-mobile-brand,body.site-cinematic-sprint10 .footer-mobile-groups{display:none}

@media(max-width:1180px){
  body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .presence-grid{grid-template-columns:1fr!important;grid-template-areas:"copy" "map" "stats" "signature"!important}
  body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .map-stage{min-height:400px!important}
  body.site-cinematic-sprint10 .ecosystem-bridge-grid{grid-template-columns:1fr!important;gap:30px!important}
  body.site-cinematic-sprint10 .footer-grid{grid-template-columns:1.1fr 1fr 1fr!important}
  body.site-cinematic-sprint10 .footer-contact{grid-column:auto!important}
}
@media(max-width:767px){
  body.site-cinematic-sprint10.inner-page main>.section:not(.page-hero):not(.final-cta),body.site-cinematic-sprint10.inner-page main>section.section{padding-top:52px!important;padding-bottom:52px!important}
  body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved{padding:46px 0 38px!important}
  body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .map-stage{min-height:300px!important;padding-top:32px!important}
  body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .map-stage img{width:min(100%,520px)!important}
  body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .stats{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}
  body.site-cinematic-sprint10:not(.inner-page) .presence-section.presence-section--approved .stat{margin:0!important;padding:0 0 18px!important;border-right:0!important;border-bottom:1px solid rgba(194,224,228,.14)!important}
  body.site-cinematic-sprint10 .ecosystem-bridge{padding:44px 0!important}
  body.site-cinematic-sprint10 .ecosystem-bridge-actions{grid-template-columns:1fr!important}
  body.site-cinematic-sprint10 .ecosystem-bridge-card{min-height:145px!important}
  body.site-cinematic-sprint10 .footer-grid{display:none!important}
  body.site-cinematic-sprint10 .footer-mobile-brand,body.site-cinematic-sprint10 .footer-mobile-groups{display:block!important}
  body.site-cinematic-sprint10 .site-footer>.container{padding-top:34px!important}
}


/* =====================================================================
   EVIDÊNCIA ONE — SPRINT 11 · EXPERIENCE POLISH
   Scope: vertical rhythm, section continuity, interactive refinement,
   ecosystem integration and footer finishing. No structural copy changes.
   ===================================================================== */
body.site-cinematic-sprint11{
  --s11-glow:rgba(68,226,216,.22);
  --s11-line:rgba(20,94,104,.13);
  --s11-dark:#03141c;
}

/* 1. Global vertical rhythm — reduce dead space without compacting content */
body.site-cinematic-sprint11.inner-page main>.section:not(.page-hero):not(.final-cta),
body.site-cinematic-sprint11.inner-page main>section.section{
  padding-top:clamp(58px,5.2vw,84px)!important;
  padding-bottom:clamp(58px,5.2vw,84px)!important;
}
body.site-cinematic-sprint11.inner-page main>.section.section--light + .section.section--light,
body.site-cinematic-sprint11.inner-page main>.section.section--mineral + .section.section--light{
  padding-top:clamp(48px,4.2vw,68px)!important;
}
body.site-cinematic-sprint11 .container{scroll-margin-top:96px}
body.site-cinematic-sprint11 :is(.reading,.section-intro,.content-copy){max-width:760px}
body.site-cinematic-sprint11 :is(.content-grid,.audience-grid,.service-grid,.cards-grid,.eone-decision-grid){row-gap:clamp(22px,2.3vw,34px)!important}

/* 2. Internal heroes — preserve cinematic scale and improve continuity */
body.site-cinematic-sprint11.inner-page .page-hero{
  min-height:clamp(500px,64vh,690px)!important;
  display:flex!important;
  align-items:center!important;
  border-bottom:1px solid rgba(80,225,216,.10)!important;
}
body.site-cinematic-sprint11.inner-page .page-hero::after{
  content:"";position:absolute;inset:auto 0 0;height:100px;pointer-events:none;
  background:linear-gradient(180deg,transparent,rgba(1,12,18,.48));
}
body.site-cinematic-sprint11.inner-page .page-hero .container{position:relative;z-index:2}
body.site-cinematic-sprint11.inner-page .page-hero :is(h1,.page-title){text-wrap:balance}

/* 3. Controlled glow: premium, not neon */
@media (hover:hover) and (pointer:fine){
  body.site-cinematic-sprint11 :is(.section-title,.quote-title,.page-title,.card h3,.service-card h3,.ecosystem-bridge-card strong,.footer-heading){
    transition:color .28s ease,text-shadow .34s ease,transform .28s ease;
  }
  body.site-cinematic-sprint11 :is(.section-title,.quote-title,.page-title):hover{
    color:#f9ffff!important;
    text-shadow:0 0 22px rgba(67,224,215,.13);
  }
  body.site-cinematic-sprint11 :is(.card,.service-card,.audience-card,.ecosystem-role-grid article,.ecosystem-flow article,.stat){
    transition:transform .28s ease,border-color .28s ease,box-shadow .36s ease,background .3s ease;
  }
  body.site-cinematic-sprint11 :is(.card,.service-card,.audience-card,.ecosystem-role-grid article,.ecosystem-flow article):hover{
    transform:translateY(-4px);
    box-shadow:0 20px 44px rgba(0,24,31,.10),0 0 28px rgba(51,218,209,.05);
  }
  body.site-cinematic-sprint11 .on-dark :is(.card,.service-card,.audience-card,.ecosystem-role-grid article,.ecosystem-flow article):hover{
    border-color:rgba(82,225,216,.30)!important;
    box-shadow:0 24px 52px rgba(0,0,0,.22),0 0 34px rgba(51,218,209,.08);
  }
  body.site-cinematic-sprint11 .btn:hover{box-shadow:0 12px 30px rgba(33,220,211,.17),0 0 24px rgba(33,220,211,.10)!important}
}

/* 4. Click/reveal details — a deliberate light cue */
body.site-cinematic-sprint11 details{transition:background .3s ease,border-color .3s ease,box-shadow .35s ease}
body.site-cinematic-sprint11 details[open]{border-color:rgba(60,210,201,.26)!important;box-shadow:0 12px 34px rgba(0,27,33,.06),0 0 24px rgba(58,210,201,.04)}
body.site-cinematic-sprint11 details summary{transition:color .25s ease,text-shadow .3s ease}
body.site-cinematic-sprint11 details[open] summary{color:#0f8e8a!important;text-shadow:0 0 13px rgba(41,190,183,.08)}
body.site-cinematic-sprint11 .on-dark details[open] summary{color:#79e6df!important;text-shadow:0 0 16px rgba(58,218,210,.12)}

/* 5. Home: sections read as one composed experience */
body.site-cinematic-sprint11:not(.inner-page) .home-services-journey{padding-bottom:clamp(56px,5vw,76px)!important}
body.site-cinematic-sprint11:not(.inner-page) .presence-section.presence-section--approved{padding-top:clamp(52px,4.4vw,70px)!important;padding-bottom:clamp(46px,4vw,62px)!important}
body.site-cinematic-sprint11:not(.inner-page) .section--light:has(.method-grid){padding-top:clamp(54px,4.5vw,70px)!important;padding-bottom:clamp(56px,4.5vw,72px)!important}
body.site-cinematic-sprint11:not(.inner-page) .direction-chapter{padding-top:clamp(54px,4.4vw,70px)!important;padding-bottom:clamp(54px,4.4vw,72px)!important}
body.site-cinematic-sprint11:not(.inner-page) .presence-section.presence-section--approved .presence-grid{align-items:center!important}
body.site-cinematic-sprint11:not(.inner-page) .presence-section.presence-section--approved .map-stage{min-height:clamp(420px,33vw,560px)!important}
body.site-cinematic-sprint11:not(.inner-page) .presence-section.presence-section--approved .map-stage img{
  -webkit-mask-image:radial-gradient(ellipse 84% 78% at 53% 50%,#000 62%,rgba(0,0,0,.75) 76%,transparent 98%);
  mask-image:radial-gradient(ellipse 84% 78% at 53% 50%,#000 62%,rgba(0,0,0,.75) 76%,transparent 98%);
}

/* 6. Ecosystem page: visually part of ONE BLACK, not a recruitment microsite */
body.site-cinematic-sprint11.family-ecosystem .ecosystem-hero{border-bottom:1px solid rgba(83,224,215,.12)!important}
body.site-cinematic-sprint11.family-ecosystem :is(.ecosystem-intro,.ecosystem-roles,.ecosystem-territory,.ecosystem-governance,.ecosystem-faq){position:relative}
body.site-cinematic-sprint11.family-ecosystem :is(.ecosystem-role-grid article,.ecosystem-flow article){border-radius:10px!important}
body.site-cinematic-sprint11.family-ecosystem .ecosystem-flow{gap:16px!important}
body.site-cinematic-sprint11.family-ecosystem .ecosystem-faq{padding-bottom:clamp(66px,5.4vw,90px)!important}

/* 7. Final decision layer — integrate conversion with the ecosystem */
body.site-cinematic-sprint11 .final-cta{
  position:relative!important;
  overflow:hidden!important;
  border-top:1px solid rgba(80,224,215,.10)!important;
}
body.site-cinematic-sprint11 .final-cta::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(circle at 78% 50%,rgba(34,198,190,.08),transparent 28%);
}
body.site-cinematic-sprint11 .final-cta .container{position:relative;z-index:1}

/* 8. Ecosystem bridge becomes the modern connective tissue before footer */
body.site-cinematic-sprint11 .ecosystem-bridge{
  padding:clamp(48px,4.6vw,70px) 0!important;
  background:
    radial-gradient(circle at 20% 0%,rgba(32,197,189,.09),transparent 33%),
    linear-gradient(180deg,#041821,#03131a 74%,#020e14)!important;
  border-top:1px solid rgba(77,222,213,.12)!important;
  border-bottom:1px solid rgba(77,222,213,.08)!important;
}
body.site-cinematic-sprint11 .ecosystem-bridge-grid{gap:clamp(34px,4vw,62px)!important}
body.site-cinematic-sprint11 .ecosystem-bridge-card{
  min-height:164px!important;
  border-radius:10px!important;
  background:linear-gradient(145deg,rgba(8,42,51,.76),rgba(2,16,23,.93))!important;
}
body.site-cinematic-sprint11 .ecosystem-bridge-card::after{
  content:"";position:absolute;left:22px;right:22px;bottom:0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(76,226,218,.38),transparent);opacity:.35;
}

/* 9. Footer: compact, structured, technological */
body.site-cinematic-sprint11 .site-footer>.container{padding-top:44px!important;padding-bottom:18px!important}
body.site-cinematic-sprint11 .footer-grid{gap:clamp(22px,2vw,34px)!important;padding-bottom:30px!important}
body.site-cinematic-sprint11 .footer-logo{max-width:190px!important}
body.site-cinematic-sprint11 .footer-bottom{padding-top:16px!important}
body.site-cinematic-sprint11 .footer-links a{position:relative;width:max-content;max-width:100%}
body.site-cinematic-sprint11 .footer-links a::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:#50ddd5;transition:width .28s ease}
@media (hover:hover) and (pointer:fine){body.site-cinematic-sprint11 .footer-links a:hover::after{width:100%}}

/* 10. Responsive: preserve refinement without huge empty bands */
@media(max-width:980px){
  body.site-cinematic-sprint11.inner-page .page-hero{min-height:clamp(460px,58vh,590px)!important}
  body.site-cinematic-sprint11 .ecosystem-bridge-grid{grid-template-columns:1fr!important}
}
@media(max-width:720px){
  body.site-cinematic-sprint11.inner-page main>.section:not(.page-hero):not(.final-cta),body.site-cinematic-sprint11.inner-page main>section.section{padding-top:46px!important;padding-bottom:46px!important}
  body.site-cinematic-sprint11.inner-page .page-hero{min-height:auto!important;padding-top:112px!important;padding-bottom:64px!important}
  body.site-cinematic-sprint11 .ecosystem-bridge{padding:40px 0!important}
  body.site-cinematic-sprint11 .footer-mobile-brand{padding-bottom:18px!important}
}
@media(prefers-reduced-motion:reduce){
  body.site-cinematic-sprint11 *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
